Skip to main content

Module opq

Module opq 

Source
Expand description

Optimized Product Quantization (OPQ) implementation

OPQ learns an optimal rotation matrix that minimizes quantization error by aligning the data before applying product quantization. This typically provides better compression quality than standard PQ.

Structsยง

OPQConfig
Configuration for Optimized Product Quantization
OPQIndex
Optimized Product Quantization index
OPQStats
Statistics for OPQ index