Skip to content

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

v0.8.0

04 Sep 20:12
ec23308

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

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

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

Choose a tag to compare

0.6.0 (2024-06-18)

Features

v0.5.0

30 May 17:30
56a5ffe

Choose a tag to compare

0.5.0 (2024-05-30)

Features

v0.4.1

02 May 22:27
c2b74cb

Choose a tag to compare

0.4.1 (2024-05-02)

Bug Fixes

Documentation

v0.4.0

03 Apr 17:51
3af95c1

Choose a tag to compare

0.4.0 (2024-04-03)

Features

Bug Fixes

v0.3.0

02 Apr 18:57
d67e992

Choose a tag to compare

0.3.0 (2024-04-02)

Features

Bug Fixes

  • Allow special characters in table name for vector store delete (#100) (7fc1c63)

v0.2.0

25 Mar 21:44
8c9a48d

Choose a tag to compare

0.2.0 (2024-03-25)

Features

  • ci: Test against multiple versions (#86) (a3f410d)

Bug Fixes

  • Sql statement for non-nullable column (#85) (e143e14)

Documentation

v0.1.0

28 Feb 18:16
e6d9189

Choose a tag to compare

0.1.0 (2024-02-28)

Features

Documentation