



Clustering-based approximate nearest neighbor algorithm that partitions vector space into Voronoi cells. Fast search through coarse-to-fine strategy, often combined with Product Quantization (IVF-PQ).
IVF (Inverted File Index) partitions the vector space into clusters (Voronoi cells) using k-means, enabling fast approximate search by checking only relevant clusters.
Open algorithm.
Loading more......