Changelog

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

0.4.1 (2024-06-27)

Bug Fixes

0.4.0 (2024-06-18)

Features

0.3.0 (2024-05-30)

Features

0.2.2 (2024-04-30)

Bug Fixes

0.2.1 (2024-04-30)

Bug Fixes

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

0.1.0 (2024-02-28)

Features

Documentation

  • Add docs and integration tests for alloydbchatmessagehistory (#17) (1ac8f0d)

  • Add Document Loader docs (#23) (d49f030)

  • Add Vectorstore docs (#22) (a88b8b1)