Vektonn Versions Save

v0.7-release.4.1

1 year ago

What's Changed

Full Changelog: https://github.com/vektonn/vektonn/compare/v0.7-release.3...v0.7-release.4.1

v0.7-release.3

1 year ago

What's Changed

Full Changelog: https://github.com/vektonn/vektonn/compare/v0.7-release.2...v0.7-release.3

v0.7-release.2

2 years ago

What's Changed

Full Changelog: https://github.com/vektonn/vektonn/compare/v0.7-release.1...v0.7-release.2

v0.7-release.1

2 years ago

What's Changed

  • Target net6.0.
  • Bump Vektonn.Index dependency to v0.7.1:
    • Introduce retrieveVectors parameter to speed things up when there is no need in nearest vectors themselves.
    • Link Intel MKL to FAISS statically to fix FAISS usage when query batches are larger than 20 vectors.
  • Use client provided request timeout when proxying search requests to index shards.
  • Cleanup IndexMetaProvider interface and make it more efficient by caching results for all file system operations.
  • Make IndexShardApiClient and VektonnApiClient more extensible (add ability to use any IClusterClient implementation).
  • Rename Tombstone.IdAttributes -> Tombstone.PermanentAttributes to reflect its true meaning.
  • Get rid of separate VEKTONN_HOSTING_ENVIRONMENT environment variable. Use ASPNETCORE_ENVIRONMENT variable only.
  • Change Vektonn docker images to contain useful diagnostic tools (i.e. dotnet-dump, dotnet-trace, etc.).
  • Remove default value for VEKTONN_KAFKA_TOPIC_REPLICATION_FACTOR environment variable in vektonn/api-service docker image.
  • Slightly improve logging here and there.

Full Changelog: https://github.com/vektonn/vektonn/compare/v0.6-release.3...v0.7-release.1

v0.6-release.3

2 years ago

What's Changed

  • Update Faiss to v1.7.2

Full Changelog: https://github.com/vektonn/vektonn/compare/v0.6-release.2...v0.6-release.3

v0.6-release.2

2 years ago

What's Changed

  • Support HNSW indices

Full Changelog: https://github.com/vektonn/vektonn/compare/v0.6-release.1...v0.6-release.2

v0.6-release.1

2 years ago

What's Changed

  • Support Vektonn deployment in cluster mode (i.e. hosting of multiple indices and/or multiple index shards)

New Contributors

Full Changelog: https://github.com/vektonn/vektonn/compare/v0.5-release.4...v0.6-release.1

v0.5-release.4

2 years ago
  • Support attribute values with floating-point numeric data type
  • Publish docker images to Docker Hub
  • Make VEKTONN_KAFKA_BOOTSTRAP_SERVERS env var syntax in line with librdkafka config syntax
  • Use single API contract for error reporting

Full Changelog: https://github.com/vektonn/vektonn/compare/v0.5-release.1...v0.5-release.4

v0.5-release.1

2 years ago

Full Changelog: https://github.com/vektonn/vektonn/compare/v0.4-release.6...v0.5-release.1

v0.4-release.6

2 years ago
  • Do not get stuck in initialization phase when there is no data to consume
  • Allow data source sharding by non-id attributes (store all permanent attributes in data source key)
  • Fix 'topic already exists' error handling

Full Changelog: https://github.com/vektonn/vektonn/compare/v0.4-release.1...v0.4-release.6