Skip to main content

Crate astraea_vector

Crate astraea_vector 

Source
Expand description

AstraeaDB Vector Index crate.

Provides HNSW (Hierarchical Navigable Small World) based approximate nearest-neighbor search for the Vector-Property Graph model.

Re-exports§

pub use index::HnswVectorIndex;

Modules§

distance
Distance and similarity functions for vector comparison.
hnsw
HNSW (Hierarchical Navigable Small World) index implementation.
index
Thread-safe wrapper around HnswIndex implementing the VectorIndex trait.
persistence
Persistence layer for HNSW indices.