Loading
Aerospike Vector Search (AVS) Python client 3.1.0 Release Notes
December 16, 2024
New in this version
This version adds support for AVS 1.0.0, index updates, and the ability to check the percentage of unmerged index records.
AVS server compatibility
AVS Python client 3.1.0 is compatible only with AVS server versions 0.11.0 and later.
Improvements
- Added new
index_get_percent_unmerged
method and deprecatedwait_for_index_completion
. [VEC-382] - Fixed typehint issues in the Python client. [VEC-399]
- Added the ability to update indexes. [VEC-416]
- Added support for dynamically updating vector integrity checks. [VEC-447]