New in this version
This version adds full support for AVS 1.0.0 as well as index updates and the ability to check the percentage of unmerged index records. It also improves type hints in the client and deprecated the client.wait_for_index_completion() method in favor of the new client.index_get_precent_unmerged() method.
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 deprecated wait_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]
More information
- https://pypi.org/project/aerospike-vector-search/3.1.0/
- https://aerospike-vector-search-python-client.readthedocs.io/en/latest/
- https://github.com/aerospike/avs-client-python/releases/tag/3.1.0
Full Changelog: 3.0.1...3.1.0