vicinity 0.6.2

Approximate nearest-neighbor search
Documentation
1
2
3
4
5
6
//! Partitioning/clustering for ANN methods.
//!
//! Provides k-means clustering used by IVF-PQ, IVF-AVQ, and IVF-RaBitQ.

#[cfg(any(feature = "ivf_avq", feature = "ivf_pq", feature = "ivf_rabitq"))]
pub mod kmeans;