nodedb-vector 0.0.0

Shared vector engine (HNSW index + distance functions) for NodeDB Origin and Lite
Documentation
1
2
3
4
5
6
7
8
pub mod sq8;

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

pub mod binary;

pub use sq8::Sq8Codec;