mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
Changelog: - changed license: BSD+Patents -> MIT - propagates exceptions raised in sub-indexes of IndexShards and IndexReplicas - support for searching several inverted lists in parallel (parallel_mode != 0) - better support for PQ codes where nbit != 8 or 16 - IVFSpectralHash implementation: spectral hash codes inside an IVF - 6-bit per component scalar quantizer (4 and 8 bit were already supported) - combinations of inverted lists: HStackInvertedLists and VStackInvertedLists - configurable number of threads for OnDiskInvertedLists prefetching (including 0=no prefetch) - more test and demo code compatible with Python 3 (print with parentheses) - refactored benchmark code: data loading is now in a single file
14 lines
998 B
JavaScript
14 lines
998 B
JavaScript
var searchData=
|
|
[
|
|
['maskedinvertedlists',['MaskedInvertedLists',['../structfaiss_1_1MaskedInvertedLists.html',1,'faiss']]],
|
|
['math',['Math',['../structfaiss_1_1gpu_1_1Math.html',1,'faiss::gpu']]],
|
|
['math_3c_20float2_20_3e',['Math< float2 >',['../structfaiss_1_1gpu_1_1Math_3_01float2_01_4.html',1,'faiss::gpu']]],
|
|
['math_3c_20float4_20_3e',['Math< float4 >',['../structfaiss_1_1gpu_1_1Math_3_01float4_01_4.html',1,'faiss::gpu']]],
|
|
['matrixstats',['MatrixStats',['../structfaiss_1_1MatrixStats.html',1,'faiss']]],
|
|
['max',['Max',['../structfaiss_1_1gpu_1_1Max.html',1,'faiss::gpu']]],
|
|
['min',['Min',['../structfaiss_1_1gpu_1_1Min.html',1,'faiss::gpu']]],
|
|
['minimaxheap',['MinimaxHeap',['../structfaiss_1_1HNSW_1_1MinimaxHeap.html',1,'faiss::HNSW']]],
|
|
['multiindexquantizer',['MultiIndexQuantizer',['../structfaiss_1_1MultiIndexQuantizer.html',1,'faiss']]],
|
|
['multiindexquantizer2',['MultiIndexQuantizer2',['../structfaiss_1_1MultiIndexQuantizer2.html',1,'faiss']]]
|
|
];
|