semtree-store 0.1.0

Vector store trait and backends (usearch)
Documentation
1
2
3
4
5
6
7
8
mod error;
mod store;

#[cfg(feature = "usearch-backend")]
pub mod usearch;

pub use error::StoreError;
pub use store::{Hit, VectorStore};