Skip to content

Releases: googleapis/langchain-google-bigtable-python

v0.8.0

29 Aug 17:10
7479d3f

Choose a tag to compare

0.8.0 (2025-08-29)

Features

  • Add playground notebook for the vector store (#191) (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)

v0.7.0

28 Aug 15:36
3659116

Choose a tag to compare

0.7.0 (2025-08-28)

Features

  • Add AsyncBigtableVectorStore Class for the async-only vector value store implementation (#186) (18d4a33)
  • Add BigtableVectorStore Class 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)

v0.6.0

12 Aug 22:37
4f9e182

Choose a tag to compare

0.6.0 (2025-08-12)

Features

  • Add playground notebook for key-value store (#179) (a382284)

v0.5.0

05 Aug 19:46
89fcf8f

Choose a tag to compare

0.5.0 (2025-08-05)

Features

  • Add AsyncBigtableByteStore Class for the async-only key value store implementation. (#169) (1b6fee9)
  • Add BigtableByteStore Class for LangChain Key-value store implementation (#176) (9d7a147)
  • Add BigtableEngine Class for managing the client and execution context (#163) (93a13c6)

v0.4.4

30 Jan 02:26
8e25192

Choose a tag to compare

0.4.4 (2025-01-30)

Bug Fixes

  • deps: Update dependency black to v25 (#133) (a91d669)

v0.4.3

28 Jan 05:58
5dab3c1

Choose a tag to compare

0.4.3 (2025-01-28)

Bug Fixes

v0.4.2

28 Jan 01:37
24139ca

Choose a tag to compare

0.4.2 (2025-01-28)

Bug Fixes

v0.4.1

30 Oct 13:35
6a9acb1

Choose a tag to compare

0.4.1 (2024-10-30)

Bug Fixes

  • deps: Update dependency pytest-cov to v6 (#116) (c695829)

v0.4.0

19 Sep 22:09
0143cb9

Choose a tag to compare

0.4.0 (2024-09-19)

Features

v0.3.1

14 Aug 20:42
2d5560e

Choose a tag to compare

0.3.1 (2024-08-14)

Documentation

  • Update playbook to explain tests quota issue (#90) (8f10fe1)