Skip to main content
Loading

asvec 3.0.0 Release Notes

October 29, 2024

New in this version

Version 3.0.0 of the CLI tool, asvec, supports Aerospike Vector Search 0.11.1, adds more detailed index list output, and introduces some breaking changes in the form of renamed flags.
To learn more about asvec, see AVS CLI tool.

Breaking Changes

  • Support record caching with --hnsw-record-cache flags. The change adds --hnsw-record-cache and --hnsw-index-cache prefixes to --hnsw-cache flags to differentiate index and record cache functionality. [VEC-380]
  • Renamed:
    • --hnsw-batch-max-records to --hnsw-batch-max-index-records [VEC-403]
    • --hnsw-batch-interval to --hnsw-batch-index-interval [VEC-403]

New features

  • AVS 0.11.1 support.
  • Supports setting --hnsw-cache-expiry value to -1 to never expire. [VEC-380]
  • Added more detailed output to index list, including index size, unmerged percent, and number of indexed records and vertices. [VEC-381]
  • Enabled toggling vector integrity checking on indexes with the --hnsw-vector-integrity-check flag. [VEC-395]
  • Added "reindex max records" and "interval batch" flags: --hnsw-batch-max-reindex-records --hnsw-batch-reindex-interval. [VEC-402]

Download

More information