ruve-db 0.1.1

A hybrid vector and full-text search database with HNSW approximate nearest-neighbour indexing and BM25
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod bm25;
pub mod database;
pub mod hnsw;
pub mod index;
pub mod similarities;
pub mod storage;
pub mod types;

#[cfg(feature = "embedder")]
pub mod embedder;