citadeldb-vector 1.0.0

VECTOR(N) type and filtered ANN index for Citadel encrypted database
Documentation
1
2
3
4
5
6
7
//! VECTOR(N) type and filtered ANN index for Citadel.

pub mod ann;
pub mod prism;

pub use ann::AnnIndex;
pub use prism::{Filter, Metric, PointStore, PrismConfig, PrismIndex};