nodedb-vector 0.2.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
14
// SPDX-License-Identifier: Apache-2.0

pub mod binary;
pub mod binary_codec;

pub mod pq;

pub mod pq_codec;

pub mod sq8;
pub mod sq8_codec;

pub use binary_codec::BinaryCodec;
pub use sq8::Sq8Codec;