Changelog
0.12.0 (2025-06-02)
Features
Bug Fixes
0.11.0 (2025-04-30)
Features
Bug Fixes
0.10.0 (2025-03-18)
Features
Bug Fixes
Documentation
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 )
0.9.2 (2025-02-12)
Bug Fixes
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 )
0.9.0 (2024-12-19)
Features
Bug Fixes
Documentation
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 )
Documentation
0.7.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 ( f06834d )
-
Add support for sync from_engine ( f06834d )
-
Allow non-uuid data types for vectorstore primary key ( #226 ) ( e6dc991 )
-
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 )
0.6.0 (2024-09-03)
⚠ BREAKING CHANGES
- Update
postgres_ann
toalloydb_scann
( #212 )
Features
Bug Fixes
Documentation
-
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 )
-
Update index tuning samples to include advanced indexes ( #197 ) ( da52bc4 )
0.5.0 (2024-07-23)
Features
-
Add similarity search score threshold select function ( #181 ) ( ab0a574 )
-
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 )