Skip to content

Releases: aerospike/asvec

Asvec - 3.1.0

09 Dec 20:09
43b7eac
Compare
Choose a tag to compare

New in this version

Version 3.1.0 of the CLI tool, asvec supports Aerospike Vector Search 1.0.0.

New features

  • Add the ability to see node roles. VEC-433
  • Add the ability to set vector integrity checks. VEC-448

Download

More information

Full Changelog: 3.0.0...3.1.0

Asvec - 3.0.0

29 Oct 17:51
9b7a2c1
Compare
Choose a tag to compare

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

Full Changelog: 2.1.0...3.0.0

Asvec - 2.1.0

02 Oct 23:06
b7de05e
Compare
Choose a tag to compare

New in this version

This version implements a variety of features and improvements to enhance performance, usability, and reliability. To learn more about asvec, see AVS CLI tool.

New features

Added support for configuring asvec with a configuration file. [VEC-341]
Added the --tls-hostname-override flag for providing a different server name to use for TLS verification. [VEC-370]

Full Changelog: 2.0.0...2.1.0

Asvec - 2.0.0

10 Sep 16:52
c9eb260
Compare
Choose a tag to compare

What's Changed

  • VEC-185 Allow index definitions in yaml as input and output. by @jdogmcsteezy in #8
  • VEC-266 Add a node ls command. by @jdogmcsteezy in #9
  • VEC-272 Add the ability to query. by @jdogmcsteezy in #10
  • VEC-317 AVS 0.10.0 support. by @jdogmcsteezy in #11
  • VEC-333 Installing asvec does not create symbolic links when installing as an rpm or deb.

Breaking Changes

  • Not backwards compatible with AVS server 0.9.0 an earlier.
  • change --hnsw-max-records to --hnsw-m .
  • change --hnsw-healer-schedule-delay to --hnsw-healer-schedule .
  • change --hnsw-merge-parallelism to --hnsw-merge-index-parallelism .

Full Changelog: 1.0.0...2.0.0

Asvec - 1.0.0

23 Jul 16:57
ff48bea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/aerospike/asvec/commits/1.0.0