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.8.2
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.9.0
Choose a head ref
  • 15 commits
  • 17 files changed
  • 10 contributors

Commits on Mar 16, 2025

  1. chore(samples): add more data to notebook (#164)

    * add more data to notebook
    
    * minor change
    
    * fix text in snippets and corresponding responses
    
    ---------
    
    Co-authored-by: Amarnath Mullick <[email protected]>
    amullick-git and Amarnath Mullick authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    98cddc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. chore(samples): Move inline data to be hosted on githbub repo for gra…

    …phrag notebook (#165)
    
    * Move inline data to be hosted on githbub repo
    
    * Minor change
    
    * Add retail data as zip file
    
    ---------
    
    Co-authored-by: Amarnath Mullick <[email protected]>
    amullick-git and Amarnath Mullick authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    a517e6e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. feat: graph_name validation on graph store construction (#162)

    * chore: adding graph_name validation on graph store construction
    
    * test: add tests for invalid graph name
    
    * chore: format fix
    
    ---------
    
    Co-authored-by: rahul2393 <[email protected]>
    RedHeadphone and rahul2393 authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    c753a74 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. fix(graph): Fix Issue 156 (#167)

    * Check if verified_gql is generated
    
    * Fixed typo
    
    ---------
    
    Co-authored-by: Amarnath Mullick <[email protected]>
    amullick-git and Amarnath Mullick authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    9940b86 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. feat(graph): Handle cases when a single table is multiplexed by multi… (

    #169)
    
    * feat(graph): Handle cases when a single table is multiplexed by multiple element definitions
    
    1) Allow the same table used to define multiple node/edge definitions;
    
    For example,
    
    ```
      ShareHolding AS PersonOwnsCompany
        SOURCE Person
        DESTINATION Company,
      ShareHolding AS ComanyOwnsCompany
        SOURCE Company
        DESTINATION Company,
    ```
    
    2) Allow graph schema to reference TOKENLIST-typed properties (by
       ignoring them)
    
       This is a blocker if a customer manually add search index to a
       property and want to use it using graph query language.
    
    * Adjust the schema representation to be more explicit
    
    * Address comments
    mtyin authored May 13, 2025
    Configuration menu
    Copy the full SHA
    f99c115 View commit details
    Browse the repository at this point in the history
  2. docs: correct spelling of Spanner in README.rst (#179)

    Co-authored-by: Averi Kitsch <[email protected]>
    ghadlich and averikitsch authored May 13, 2025
    Configuration menu
    Copy the full SHA
    a32aade View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Configuration menu
    Copy the full SHA
    e03b316 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. chore(tests): fix many mainline test issues (#190)

    * chore(tests): fix many mainline test issues
    
    1) test_spanner_vector_store's dependency on HNLoader fails
       - use a different loader
    2) test_spanner_vector_store's add_document failed with PK size exceeded
       (this is due to 1, the loader now returns slightly longer content)
       - use a different url
    3) test_spanner_loader doesn't properly clean up the test so that now
       testing database has too many tables
       - add cleanup for these tests
    
    * Fix cleanup code
    
    * Switch to new test databases
    
    The old databases are extremely slow due to too many schema objects
    Also verified pytest test/integrations/ properly cleaned up upon test
    completion
    mtyin authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    67b3950 View commit details
    Browse the repository at this point in the history
  2. feat(graph): enable setting up the timeout for queries (#178)

    Fixes #170
    
    Co-authored-by: Averi Kitsch <[email protected]>
    jordimas and averikitsch authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    1c5cf19 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Configuration menu
    Copy the full SHA
    22f2158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74f040 View commit details
    Browse the repository at this point in the history
  3. fix(graph): optimize the size of the serialized schema (#182)

    Fixes #181
    
    Co-authored-by: Averi Kitsch <[email protected]>
    jordimas and averikitsch authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    51dba31 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. fix(graph): sorts keys to make serialization determistic (#184)

    Fixes #183
    
    Co-authored-by: Averi Kitsch <[email protected]>
    jordimas and averikitsch authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    cc156f3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update python-nonmajor (#152)

    * chore(deps): update python-nonmajor
    
    * fix for numpy 2
    
    * Update vector_store.py
    
    ---------
    
    Co-authored-by: Averi Kitsch <[email protected]>
    renovate-bot and averikitsch authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    1d9319c View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.9.0 (#166)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Averi Kitsch <[email protected]>
    release-please[bot] and averikitsch authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    6bb86ac View commit details
    Browse the repository at this point in the history
Loading