1 2 3 4
//! Inverted File Index (IVF) implementation. // IVF is implemented via k-means clustering in scann::partitioning // This module can contain IVF-specific optimizations if needed