Releases: googleapis/langchain-google-alloydb-pg-python
Releases · googleapis/langchain-google-alloydb-pg-python
v0.13.0
26 Aug 15:37
Compare
Sorry, something went wrong.
No results found
0.13.0 (2025-08-21)
⚠ BREAKING CHANGES
Refactor AlloyDBVectorStore and AlloyDBEngine to depend on PGVectorstore and PGEngine respectively (#434 )
Documentation
v0.12.0
03 Jun 19:01
Compare
Sorry, something went wrong.
No results found
0.12.0 (2025-06-02)
Features
aadd_images: Add support for store_uri_only parameter (#428 ) (cf2b552 )
Bug Fixes
Add support for a metadata column named id (#421 ) (e92af36 )
v0.11.0
02 May 21:10
Compare
Sorry, something went wrong.
No results found
0.11.0 (2025-04-30)
Features
Update AlloyDB VectorStore to expected LangChain functionality (#402 ) (432b77f )
Bug Fixes
v0.10.0
18 Mar 16:49
Compare
Sorry, something went wrong.
No results found
0.10.0 (2025-03-18)
Features
Bug Fixes
Documentation
v0.9.3
26 Feb 00:02
Compare
Sorry, something went wrong.
No results found
0.9.3 (2025-02-25)
Bug Fixes
asimilarity_search_image: Fix bug in image search functionality (#357 ) (23b05d2 )
Revert "chore(deps): update dependency google-cloud-storage to v3" (#360 ) (0fcfdd5 )
v0.9.2
12 Feb 19:05
Compare
Sorry, something went wrong.
No results found
0.9.2 (2025-02-12)
Bug Fixes
Add write messages to Chat History (#341 ) (792337f )
Enquote column names to not match reserved keywords. (#346 ) (f8d1385 )
v0.9.1
21 Jan 15:57
Compare
Sorry, something went wrong.
No results found
0.9.1 (2025-01-16)
Bug Fixes
Programming error while setting multiple query option (#312 ) (99f48bc )
Query and return only selected metadata columns (#310 ) (b5ff9f2 )
v0.9.0
06 Jan 23:35
Compare
Sorry, something went wrong.
No results found
0.9.0 (2024-12-19)
Features
Add engine_args argument to engine creation functions (#293 ) (3cfa2f6 )
Bug Fixes
Documentation
v0.8.0
23 Oct 16:31
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.