facebookresearch / faiss

A library for efficient similarity search and clustering of dense vectors.
https://faiss.ai
MIT License
30.52k stars 3.56k forks source link

nprobe in ivfsq test #3182

Open simshi opened 8 months ago

simshi commented 8 months ago

https://github.com/facebookresearch/faiss/blob/0727fff94148a440c86ef5dc06edc1db70c2139d/faiss/gpu/test/test_gpu_index_ivfsq.py#L146-L151

is it use fixed (default?) nprobe on purpose?

mdouze commented 8 months ago

trying to trace back what this is for... @wickedfoo?