



A vector indexing technique that partitions the vector space into clusters using k-means, then searches only the nearest clusters during queries. Foundation for efficient approximate nearest neighbor search, often combined with product quantization (IVF-PQ).
Inverted File Index (IVF) is a fundamental vector indexing technique that partitions vectors into clusters using algorithms like k-means. During search, only the nearest clusters are examined, dramatically reducing the search space.
IVF:
HNSW:
Combining IVF with HNSW:
Not applicable (algorithmic technique implemented in various databases).
Loading more......