0.8.0 (2025-08-29)
- 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)
- 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)
- Add
AsyncBigtableVectorStoreClass for the async-only vector value store implementation (#186) (18d4a33) - Add
BigtableVectorStoreClass for LangChain Vector Store integration (#189) (227fc35)
- Add os environment function for the tests (18d4a33)
- Include comments on the key-value store usage cells (18d4a33)
0.6.0 (2025-08-12)
0.5.0 (2025-08-05)
- 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)
0.4.4 (2025-01-30)
0.4.3 (2025-01-28)
0.4.2 (2025-01-28)
0.4.1 (2024-10-30)
0.4.0 (2024-09-19)
0.3.1 (2024-08-14)
0.3.0 (2024-08-14)
- Add comments to all exported functions (#83) (17f8f52)
- Add init_chat_history_table function (#86) (d68d173)
- bigtable: Add init_document_table function (#87) (e114de0)
- Remove dependency on langchain-community (#82) (5d3d509)
- Updated docs for recently added features (#88) (83495de)
0.2.3 (2024-07-30)
- Add return type annotation where missing (#73) (f4fbd26)
- Fixed issue with messages history tests (#76) (bcb95d7)