Skip to main content

Module codec_index

Module codec_index 

Source

Re-exports§

pub use graph::HnswCodecIndex;
pub use graph::NodeC;
pub use search::CodecSearchResult;

Modules§

build
Insertion algorithm for HnswCodecIndex<C>.
graph
HnswCodecIndex<C> — generic HNSW graph parameterised on any VectorCodec.
search
Search algorithm for HnswCodecIndex<C>.