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