Skip to content

Releases: googleapis/langchain-google-cloud-sql-pg-python

v0.12.0

06 Jan 20:14
1127a71
Compare
Choose a tag to compare

0.12.0 (2025-01-06)

Features

  • Add engine_args argument to engine creation functions (#242) (5f2f7b7)

v0.11.1

15 Nov 22:36
d514f2f
Compare
Choose a tag to compare

0.11.1 (2024-11-15)

Documentation

v0.11.0

07 Oct 18:02
8ad35b1
Compare
Choose a tag to compare

0.11.0 (2024-10-04)

Features

v0.10.0

17 Sep 22:38
e9a8534
Compare
Choose a tag to compare

0.10.0 (2024-09-17)

⚠ BREAKING CHANGES

  • support async and sync versions of indexing methods
  • remove _aexecute(), _execute(), _afetch(), and _fetch() methods

Features

  • Add from_engine_args method (de16842)
  • Add support for sync from_engine (de16842)
  • Allow non-uuid data types for vectorstore primary key (#209) (ffaa87f)
  • Refactor to support both async and sync usage (de16842)

Bug Fixes

  • Replacing cosine_similarity and maximal_marginal_relevance local methods with the ones in langchain core. (#190) (7f27092)
  • Support async and sync versions of indexing methods (de16842)
  • Updating the minimum langchain core version to 0.2.36 (#205) (0651231)

Documentation

  • Update sample python notebooks to reflect the support for custom schema. (#204) (7ef9335)

v0.9.0

05 Sep 22:40
c85388b
Compare
Choose a tag to compare

0.9.0 (2024-09-05)

Features

v0.8.0

04 Sep 20:12
ec23308
Compare
Choose a tag to compare

0.8.0 (2024-09-04)

Features

  • Add table name to default index name (#171) (8e61bc7)
  • Remove langchain-community dependency (#172) (b4f40bb)

Bug Fixes

  • Add caching for background loop/thread (#184) (1489f81)
  • Fix QueryOptions not applied to similarity search bug (#185) (e5dca97)
  • Fixed extra char in requirements.txt (#196) (50dc32f)

Documentation

  • Add index choosing guide (#178) (e96ffb6)
  • Added vector store initialization from documents (#174) (eb2eac3)
  • Update README.md to fix 404 links to templates (#182) (f10ae6c)

v0.7.0

23 Jul 22:45
4eb3011
Compare
Choose a tag to compare

0.7.0 (2024-07-23)

Features

  • Add similarity search score threshold select function (#157) (71789f0)
  • Added example for document saver (#164) (13b909e)
  • Auto-generate IDs upon adding embeddings (#158) (a364514)
  • Support IAM account override (#160) (2de3cba)

Bug Fixes

  • Add key to engine constructor (c12ded9)
  • Rename inner product distance search function to inner_product (#168) (c5641c3)

Documentation

v0.6.1

01 Jul 16:12
424e7c9
Compare
Choose a tag to compare

0.6.1 (2024-07-01)

Bug Fixes

  • Change IVFFlat lists default to 100 (#149) (45854a1)
  • Use lazy refresh for Cloud SQL Connector (#144) (cbae094)

Documentation

v0.6.0

18 Jun 21:12
8cc74dc
Compare
Choose a tag to compare

0.6.0 (2024-06-18)

Features

v0.5.0

30 May 17:30
56a5ffe
Compare
Choose a tag to compare

0.5.0 (2024-05-30)

Features