Skip to main content

Module ivf

Module ivf 

Source
Expand description

IVF-PQ index for billion-scale datasets.

Inverted File with Product Quantization: partition vectors into Voronoi cells using k-means centroids, PQ-compress within cells.

Structsยง

IvfPqIndex
IVF-PQ index: inverted file with product quantization.
IvfPqParams
IVF-PQ index configuration.