weavatrix-search-vector 0.3.1

Persistent, mutable, bounded vector candidate search for Rust and Weavatrix
Documentation
1
2
3
4
5
6
7
mod compact;
mod scalar;
mod storage;

pub use compact::{QuantizationKind, QuantizedIndex};
pub use scalar::ScalarQuantizedIndex;
pub(crate) use storage::QuantizedStorage;