Conversation
|
/gcbrun |
Contributor
Author
|
🤖 Created releases: 🌻 |
yangyzs
pushed a commit
to yangyzs/langchain-google-bigtable-python
that referenced
this pull request
Aug 31, 2025
…lementation (googleapis#176) This class will be used for interacting with LangChain's key-value store for Bigtable. It contains methods that add, delete, get, and yield key-value pairs from the store. It's an implementation of LangChain's BaseStore(ByteStore) abstract interface. This commit also contains comprehensive test suites. It also contains a change for the table creation fixture for the engine test, simplifying it from previous approach. chore(main): release 0.5.0 (googleapis#167) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> feat: add playground notebook for key-value store (googleapis#179) * feat: add playground notebook for key-value store This commit adds a notebook for how to use key-value stores. * fix: update embedding model used in key_value_store notebook This commit also updates the embedding model used for playground notebook. * fix: update readme.rst file * fix: address PR comments for the notebook chore(main): release 0.6.0 (googleapis#182) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> initial get_table and execute_query implementation feat: add `AsyncBigtableVectorStore` Class for the async-only vector value store implementation (googleapis#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. feat: add `BigtableVectorStore` Class for LangChain Vector Store integration (googleapis#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. chore(main): release 0.7.0 (googleapis#187) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> feat: add playground notebook for the vector store (googleapis#191) * feat: add BigtableVectorStore Playground notebook. * feat: add BigtableVectorStore Playground notebook. fix: update vector_store.ipynb * fix: update vector_store.ipynb * fix: update vector_store.ipynb * fix: update vector_store.ipynb * feat: change documentation for the library feat: add BigtableVectorStore Playground notebook. fix: make sure the typing_extensions is supported across all python versions supported by this library feat: change documentation for the library fix: update vector_store.ipynb fix: update vector_store.ipynb fix: update vector_store.ipynb feat: add BigtableVectorStore Playground notebook. fix: update vector_store.ipynb * feat: update documentation for the library feat: update documentation for the library * feat: update documentation for the library feat: update documentation for the library feat: update documentation for the library * feat: update documentation for the library * fix: reformat vector_store.ipynb * fix: address PR comments * fix: address PR comments. * fix: address PR comments. chore(main): release 0.8.0 (googleapis#192) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> resolve merge conflict with upstream
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.8.0 (2025-08-29)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.