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
18 lines
1.5 KiB
JavaScript
18 lines
1.5 KiB
JavaScript
var searchData=
|
|
[
|
|
['pair',['Pair',['../structfaiss_1_1gpu_1_1Pair.html',1,'faiss::gpu']]],
|
|
['parameterrange',['ParameterRange',['../structfaiss_1_1ParameterRange.html',1,'faiss']]],
|
|
['parameterspace',['ParameterSpace',['../structfaiss_1_1ParameterSpace.html',1,'faiss']]],
|
|
['pcamatrix',['PCAMatrix',['../structfaiss_1_1PCAMatrix.html',1,'faiss']]],
|
|
['perdimstats',['PerDimStats',['../structfaiss_1_1MatrixStats_1_1PerDimStats.html',1,'faiss::MatrixStats']]],
|
|
['permutationobjective',['PermutationObjective',['../structfaiss_1_1PermutationObjective.html',1,'faiss']]],
|
|
['polysemoustraining',['PolysemousTraining',['../structfaiss_1_1PolysemousTraining.html',1,'faiss']]],
|
|
['pqdecoder16',['PQDecoder16',['../structfaiss_1_1ProductQuantizer_1_1PQDecoder16.html',1,'faiss::ProductQuantizer']]],
|
|
['pqdecoder8',['PQDecoder8',['../structfaiss_1_1ProductQuantizer_1_1PQDecoder8.html',1,'faiss::ProductQuantizer']]],
|
|
['pqdecodergeneric',['PQDecoderGeneric',['../structfaiss_1_1ProductQuantizer_1_1PQDecoderGeneric.html',1,'faiss::ProductQuantizer']]],
|
|
['pqencoder16',['PQEncoder16',['../structfaiss_1_1ProductQuantizer_1_1PQEncoder16.html',1,'faiss::ProductQuantizer']]],
|
|
['pqencoder8',['PQEncoder8',['../structfaiss_1_1ProductQuantizer_1_1PQEncoder8.html',1,'faiss::ProductQuantizer']]],
|
|
['pqencodergeneric',['PQEncoderGeneric',['../structfaiss_1_1ProductQuantizer_1_1PQEncoderGeneric.html',1,'faiss::ProductQuantizer']]],
|
|
['productquantizer',['ProductQuantizer',['../structfaiss_1_1ProductQuantizer.html',1,'faiss']]]
|
|
];
|