-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Storing IVF indexes on disk
Matthijs Douze edited this page Jul 27, 2020
·
5 revisions
Content has been moved to Indexes that do not fit in RAM
Faiss building blocks: clustering, PCA, quantization
Index IO, cloning and hyper parameter tuning
Threads and asynchronous calls
Inverted list objects and scanners
Indexes that do not fit in RAM
Brute force search without an index
Fast accumulation of PQ and AQ codes (FastScan)
Setting search parameters for one query
Binary hashing index benchmark