Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@dwelch-spike dwelch-spike released this 16 Dec 20:04

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

Full Changelog: 3.0.1...3.1.0