Changelog
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
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)
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)