Skip to content

3.0.0

Compare
Choose a tag to compare
@dwelch-spike dwelch-spike released this 24 Oct 21:59
· 1 commit to main since this release

New in this version

This version adds support for Aerospike Vector Search server 0.11.0.

AVS server compatibility

AVS Python client 3.0.0 is compatible only with AVS server versions 0.11.0 and later.

Breaking changes

  • Change the return type of AdminClient.index_get_status from int to types.IndexStatusResponse. [VEC-377]
  • Rename HnswBatchingParams fields: max_records to index_max_records and interval to index_interval. [VEC-377]
  • Rename HnswParams field: caching_params to index_caching_params. [VEC-377]

New features

  • Add number of vectors and vertices indexed to the output of the index_get_status method. [VEC-377]
  • Adds support for caching vector records. [VEC-377]
  • Enables HNSW index and record caching that never expires. [VEC-377]
  • Adds support for configuring reindex batch parameters. [VEC-377]
  • Support for toggling vector integrity checks. [VEC-377]

More information

Full Changelog: 2.1.0...3.0.0