Changelog
0.8.0 (2025-08-29)
Features
Add BigtableVectorStore Playground notebook. (d85f4cc)
Add BigtableVectorStore Playground notebook. (d85f4cc)
Add playground notebook for the vector store (#191) (d85f4cc)
Change documentation for the library (d85f4cc)
Update documentation for the library (d85f4cc)
Update documentation for the library (d85f4cc)
Update documentation for the library (d85f4cc)
Bug Fixes
Make sure the typing_extensions is supported across all python versions supported by this library (d85f4cc)
Update vector_store.ipynb (d85f4cc)
Update vector_store.ipynb (d85f4cc)
Update vector_store.ipynb (d85f4cc)
Update vector_store.ipynb (d85f4cc)
Update vector_store.ipynb (d85f4cc)
0.7.0 (2025-08-28)
Features
Add
AsyncBigtableVectorStoreClass for the async-only vector value store implementation (#186) (18d4a33)Add
BigtableVectorStoreClass for LangChain Vector Store integration (#189) (227fc35)
Bug Fixes
Add os environment function for the tests (18d4a33)
Include comments on the key-value store usage cells (18d4a33)
0.6.0 (2025-08-12)
Features
0.5.0 (2025-08-05)
Features
Add
AsyncBigtableByteStoreClass for the async-only key value store implementation. (#169) (1b6fee9)Add
BigtableByteStoreClass for LangChain Key-value store implementation (#176) (9d7a147)Add BigtableEngine Class for managing the client and execution context (#163) (93a13c6)