Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/langchain-google-spanner-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: googleapis/langchain-google-spanner-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 2 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 5, 2024

  1. feat: Add Spanner Graph QA Chain (#111)

    * Add Spanner Graph QA Chain
    
    * Formatted notebook. Added copyright message to prompts file.
    
    * Add missing imports for random graph name
    
    * Make input table name randomized in integration tests to avoid name collision for tests running parallely from different python environments
    
    * Provide timeout to graph cleanup
    
    * Make default timeout of 300 secs for ddl application
    
    * Increase timeout of integration test
    
    * Change integration test timeout
    
    * Minor formatting fixes
    
    * Make the ddl operations test fixture scoped for the module
    
    * Addressed review comments
    
    * Addressed a few other review comments.
    
    * Remove unused function
    
    * fix type check errors
    
    * Addressed review comments
    
    * Addressed review comments
    
    ---------
    
    Co-authored-by: Amarnath Mullick <[email protected]>
    amullick-git and Amarnath Mullick authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    e22abde View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.6.0 (#118)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    921d3e5 View commit details
    Browse the repository at this point in the history
Loading