Skip to content

Releases: googleapis/langchain-google-alloydb-pg-python

v0.8.0

23 Oct 16:31
5ff3e67
Compare
Choose a tag to compare

0.8.0 (2024-10-23)

Features

  • Add GCS URI support for image embedding (#247) (2f4ee36)
  • Enable model endpoint management for embeddings (#233) (247b9cf)
  • Functionality to help users migrate data from PGVector to AlloyDB (#235) (013e2a1)
  • Remove support for Python 3.8 (#237) (d0a8801)

Documentation

v0.7.0

17 Sep 21:57
400edf4
Compare
Choose a tag to compare

0.7.0 (2024-09-17)

⚠ BREAKING CHANGES

  • support async and sync versions of indexing methods

Features

  • Add from_engine_args method (f06834d)
  • Add multi-modal support vector store (#207) (8d259ba)
  • Add support for custom schema names (#210) (f148a7e)
  • Add support for sync from_engine (f06834d)
  • Allow non-uuid data types for vectorstore primary key (#226) (e6dc991)
  • Made add_embeddings method public (#228) (433b92f)
  • Refactor to support both async and sync usage (f06834d)

Bug Fixes

  • Fix documentation comments for library methods. (#219) (5b923b2)
  • Replacing cosine_similarity and maximal_marginal_relevance methods (#218) (d827ccc)
  • Support async and sync versions of indexing methods (f06834d)

Documentation

  • Added example for chat message history with omni (#191) (2e6809f)
  • Add Migration samples for migrating from vector store to AlloyDB (#230) (9fd9308)
  • Update sample python notebooks to reflect the support for custom schema.

v0.6.0

03 Sep 17:49
878883f
Compare
Choose a tag to compare

0.6.0 (2024-09-03)

⚠ BREAKING CHANGES

  • Update postgres_ann to alloydb_scann (#212)

Features

Bug Fixes

  • Fix QueryOptions not applied to similarity search bug (#203) (df206d0)
  • Update postgres_ann to alloydb_scann (#212) (783dcad)

Documentation

  • Add index choosing guide (#200) (dd91d54)
  • Added info on how to modify existing libraries (#205) (202b086)
  • Added vector store initialization from documents (#196) (823821c)
  • Create functions need pre-existing tables (#202) (a2e6c0a)
  • Rename index guide (#201) (2436c5b)
  • Update index tuning samples to include advanced indexes (#197) (da52bc4)

Miscellaneous Chores

v0.5.0

23 Jul 22:46
63d89d6
Compare
Choose a tag to compare

0.5.0 (2024-07-23)

Features

  • Add similarity search score threshold select function (#181) (ab0a574)
  • Add table name to default index name (#182) (5e746ce)
  • Add tests to reach 90% coverage (#193) (390d945)
  • Added example for document saver (#185) (e0aab6f)
  • Added guide for using existing table as vector store (#170) (adefe60)
  • Auto-generate IDs upon adding embeddings (#184) (3e5a381)
  • Remove alloydb_ prefix from module names (#173) (9c80bf3)
  • Support IAM account override (#188) (5c3d5ea)

Bug Fixes

  • Add key to engine constructor (#179) (497fec4)
  • Remove langchain-community dependency (#178) (96fd44d)
  • Rename inner product distance search function to inner_product (#195) (7eee4e6)

Documentation

v0.4.1

27 Jun 23:34
bf9e1f8
Compare
Choose a tag to compare

0.4.1 (2024-06-27)

Bug Fixes

v0.4.0

18 Jun 19:23
9c5ba6f
Compare
Choose a tag to compare

0.4.0 (2024-06-18)

Features

v0.3.0

30 May 17:28
05ff188
Compare
Choose a tag to compare

0.3.0 (2024-05-30)

Features

v0.2.2

30 Apr 23:25
0d215ac
Compare
Choose a tag to compare

0.2.2 (2024-04-30)

Bug Fixes

v0.2.1

30 Apr 20:13
c0bdc8b
Compare
Choose a tag to compare

0.2.1 (2024-04-30)

Bug Fixes

  • Delete for vector store document (#71) (34885d0)
  • Update required dependencies to use SQLAlchemy[asyncio] (#116) (1c51033)

v0.2.0

25 Mar 21:43
171c708
Compare
Choose a tag to compare

0.2.0 (2024-03-25)

Features

  • ci: Test against multiple python versions (#57) (c398581)

Bug Fixes

  • Sql statement for non-nullable columns (#59) (84c9d26)

Documentation