issundb-vector 0.1.0-alpha.1

Vector search APIs and indexing for IssunDB
1
2
3
4
5
6
7
mod error;
mod index;

pub use error::VectorError;
pub use index::{
    Hit, VectorGraphExt, VectorIndexOptions, VectorMetric, VectorQuantization, VectorSearchOptions,
};