Skip to content

v0.1.0

Choose a tag to compare

@edwinkys edwinkys released this 16 Feb 20:40
· 457 commits to main since this release

What's Changed

  • OasysDB release as an embedded vector database available directly via cargo add oasysdb command.
  • Using HNSW algorithm implementation for the collection indexing along with Euclidean distance metrics.
  • Incremental updates on the vector collections allowing inserts, deletes, and modifications without rebuilding the index.
  • Add a benchmark on the collection search functionality using SIFT dataset that can be run using cargo bench command.

Contributors

Full Changelog

https://github.com/oasysai/oasysdb/commits/v0.1.0