nodedb-vector 0.3.0-beta.1

Shared vector engine (HNSW index + distance functions) for NodeDB Origin and Lite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: Apache-2.0

pub mod bbq;
pub mod binary;
pub mod pq;
pub mod rabitq;
pub mod sq8;

pub use bbq::BbqRerank;
pub use binary::BinaryRerank;
pub use pq::PqRerank;
pub use rabitq::RaBitQRerank;
pub use sq8::Sq8Rerank;