

Vector indexing method combining inverted file index with product quantization for memory-efficient search. Reduces storage from 128x4 bytes to 32x1 bytes (1/16th) while maintaining search quality.
Loading more......
IVF-PQ (Inverted File with Product Quantization) is a vector indexing method that combines two techniques: inverted file indexing for efficient search space reduction and product quantization for memory-efficient vector storage.
For 128-dimensional vectors divided into 32 subvectors:
ScaNN (which builds upon IVF-PQ) achieves:
ScaNN is based on the IVF-PQ framework but introduces key optimizations: