AquilaDB Versions Save

An easy to use Neural Search Engine. Index latent vectors along with JSON metadata and do efficient k-NN search.

v0.4.0

2 years ago

Release Note (0.4.0)

Release time: 2021-11-25 00:00:00

This release of Aquila DB involves size optimizations and a major change in the default similarity metric being used.

New features: 0 Total features: 5

[Announcement] Default similarity metric changed

Aquila DB will now use dot product similarity metric as the default one configured. To change this metric, a user need to manually make appropriate changes in the DB_config.yml for Aquila DB lite (annoy) version and changes in source code for the full version.

[Added] What’s new in Aquila DB

No new feature additions.

[Fixed] Bugs fixed

Several minor bugs are fixed. To see all fixes, please refer to this release's commits.

[Deprecation Notice] What’s going to change

No planned deprecation

[Removed] What’s changed

No features removed

[Known Issues] We’re aware of these issues

No known issues

v0.3.2

3 years ago

Improvements

  • Single script installation improved with custom parameters
  • Dockerfile added

v0.3.1

3 years ago

Bug fixes

  • Delete documents had a bug which deletes JSON document but the vector in the index

v0.3.0

3 years ago

Deprecation / removals

  • Direct Couch DB connection from AquilaDB is removed and is moved to Aquila Port
  • DB configuration file template is changed (please refer source code for new template)

Features

  • Schema definition for DB creation is introduced
  • Database name is universal and auto generated from CID of schema
  • Schema based document validation added
  • Delete document API introduced
  • Cryptographic authentication is added

Improvements

  • Single script installation
  • Better failure recovery and backup

Bug fixes

Miscellaneous internal changes

  • Code base is refactored from the ground up to support new specifications

v0.21

4 years ago

v0.2

4 years ago

v0.11

4 years ago

v0.1

4 years ago