2.0.0
Release notes
This AVS client is only compatible with AVS server versions 0.10.0 and newer.
New in this version
This version implements a variety of fixes and improvements to enhance usability and reliability.
Breaking changes
- Renamed
HnswHealerParams.schedule_delay
(int) toschedule
(str) and quartz cron expressions are now accepted for configuring the index healer schedule. [VEC-275] - Renamed
HnswIndexMergeParams.parallelism
toindex_parallelism
and addedreindex_parallelism
. [VEC-275]
New features
- Added the
ssl_target_name_override
configuration option. [CLIENT-3079] - Added the
apply_defaults
parameter toindex_get
andindex_list
for returning index info with default values. [VEC-241]
Issues fixed
- The
max_mem_queue_size
field was not being set properly infromIndexDefinition
and it was not being returned when indexes were retrieved.
Resources
https://pypi.org/project/aerospike-vector-search/2.0.0/
https://aerospike-vector-search-python-client.readthedocs.io/en/latest/
Full Changelog: 1.0.2...2.0.0