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
// SPDX-License-Identifier: Apache-2.0

pub mod acorn;
pub mod selectivity;
pub mod traversal;

pub use selectivity::{NavixHeuristic, local_selectivity_at, pick_heuristic};
pub use traversal::{NavixSearchOptions, SearchResult, navix_search};