Skip to main content

Module index

Module index 

Source
Expand description

HNSW, flat, and selector index implementations.

Re-exports§

pub use flat::FlatIndex;
pub use hnsw::HnswIndex;
pub use hnsw::HnswStats;
pub use selector::IndexSelector;
pub use selector::HNSW_THRESHOLD;

Modules§

flat
Brute-force flat vector index for small collections.
hnsw
HNSW index wrapper around hnsw_rs.
selector
Auto-selecting index that migrates from flat to HNSW at the configured threshold.