Module hnsw

Source
Expand description

HNSW graph implementation.

Hierarchical Navigable Small World (HNSW).

Re-exports§

pub use builder::HNSW;
pub use index::HNSWIndex;

Modules§

builder
Builder of Hnsw Graph.
index

Structs§

HnswMetadata
POINTER_FIELD
POINTER field.
VECTOR_ID_FIELD
Id of the vector in the [VectorStorage].