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-bigtable-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: googleapis/langchain-google-bigtable-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Aug 27, 2025

  1. feat: add AsyncBigtableVectorStore Class for the async-only vector …

    …value store implementation (#186)
    
    * feat: add AsyncBigtableVectorStore Class for the async-only vector value store implementation
    
    This commit adds the async-only vector store class that handles the underlying data operations for the main vector store class along with its test files.
    
    * fix: include comments on the key-value store usage cells
    
    Included comments explaining how the embedding cache key-value store works.
    
    * fix: include comments on the key-value store usage cells
    
    Included comments explaining how the embedding cache key-value store works.
    
    * fix: header date for async_vector_store.py
    
    fix: include comments on the key-value store usage cells
    
    Included comments explaining how the embedding cache key-value store works.
    
    * fix: typing for tests and async vector store class
    
    fix: add os environment function for the tests
    
    * fix: isort for imports for test files
    
    * fix: revert removed test_async_key_value_store.py file.
    
    * fix: address PR comments
    
    * fix: address PR comments
    
    * fix: address PR comments
    
    * fix: address PR comments
    
    * fix: address PR comments
    
    * fix: address PR comments
    
    * fix: address PR comments
    
    * fix: add check to make sure each document has an ID.
    mic-k3y authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    18d4a33 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. feat: add BigtableVectorStore Class for LangChain Vector Store inte…

    …gration (#189)
    
    * feat: add `BigtableVectorStore` class for Bigtable <> LangChain Vector Store integration.
    
    * feat: add `BigtableVectorStore` class for Bigtable <> LangChain Vector Store integration.
    
    * fix: isort imports for test file.
    
    * fix: fixture return types.
    
    * chore: add more test cases
    
    * fix: remove await from sync store test suite
    
    * fix: reformat test_vector_store.py
    
    * fix: address PR comments.
    mic-k3y authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    227fc35 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.7.0 (#187)

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