IVF_PQ_FS
IVF_PQ_FS is the optimized version of IVF_PQ that uses SIMD to speed up search in a low-dimensional space. Currently the constraint of nbits parameter is 4.
Building parameters:
Vectors | Types | Range |
---|---|---|
nlist | Number of cluster units | [1,65536] |
m | Number of factors of product quantization | Needs to be divisible by vector dimension |
Search parameters:
Vectors | Types | Range |
---|---|---|
nprobe | Number of units to query | [1, nlist] |
Updated 8 months ago