2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
- CHANGELOG.md+28
- CMakeLists.txt+1-1
- INSTALL.md+4-4
- benchs/bench_flat_l2_panorama.py+99
- benchs/bench_ivf_flat_panorama.py+1-1
- contrib/big_batch_search.py+2-2
- contrib/client_server.py+1-1
- contrib/datasets.py+77-1
- contrib/evaluation.py+2-2
- contrib/rpc.py+2-2
- contrib/torch/quantization.py+1-1
- contrib/vecs_io.py+118
- faiss/CMakeLists.txt+4
- faiss/IVFlib.cpp+25-49
- faiss/Index.h+1-1
- faiss/IndexFlat.cpp+165
- faiss/IndexFlat.h+71
- faiss/IndexIVFFlatPanorama.cpp+34-149
- faiss/IndexIVFRaBitQ.cpp+70-2
- faiss/IndexIVFRaBitQ.h+2-1
- faiss/IndexRaBitQ.cpp+79-16
- faiss/IndexRaBitQ.h+4-1
- faiss/clone_index.cpp+1
- faiss/gpu/GpuClonerOptions.h+3-1
- faiss/gpu/GpuIcmEncoder.cu+1-1
- faiss/gpu/StandardGpuResources.cpp+1-1
- faiss/impl/Panorama.cpp+150
- faiss/impl/Panorama.h+195
- faiss/impl/RaBitQUtils.cpp+31
- faiss/impl/RaBitQUtils.h+57-2
- faiss/impl/RaBitQuantizer.cpp+310-80
- faiss/impl/RaBitQuantizer.h+69-3
- faiss/impl/RaBitQuantizerMultiBit.cpp+362
- faiss/impl/RaBitQuantizerMultiBit.h+112
- faiss/impl/ScalarQuantizer.cpp+6-9
- faiss/impl/index_read.cpp+62-5
- faiss/impl/index_write.cpp+46-11
- faiss/index_factory.cpp+22-7
- faiss/invlists/InvertedLists.cpp+17-108
- faiss/invlists/InvertedLists.h+2-18
- faiss/python/setup.py+1-1
- faiss/python/swigfaiss.swig+6
- faiss/utils/distances.cpp-3
- tests/common_faiss_tests.py+1-1
- tests/test_binary_hashindex.py+1-1
- tests/test_build_blocks.py+2-2
- tests/test_common_ivf_empty_index.cpp+2-2
- tests/test_distances_simd.cpp+1-1
- tests/test_fast_scan_ivf.py+5-5
- tests/test_flat_l2_panorama.py+524
- tests/test_graph_based.py+2-2
- tests/test_index.py+46
- tests/test_ivf_flat_panorama.py+21-17
- tests/test_ivf_index.cpp+1-1
- tests/test_ivfpq_indexing.cpp+1-1
- tests/test_local_search_quantizer.py+1-1
- tests/test_ondisk_ivf.cpp+1-1
- tests/test_rabitq.py+572
- tests/test_residual_quantizer.py+1-1
- tests/test_scalar_quantizer.cpp+97
- tests/test_search_params.py+1-1
0 commit comments