File tree
20 files changed
+1041
-1083
lines changed- jni
- external
- include
- knn_extension/faiss
- utils
- patches/faiss
- src
- knn_extension/faiss
- utils
- tests
- knn_extension/faiss
- utils
20 files changed
+1041
-1083
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
|
+5-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 |
| - | |
185 |
| - | |
186 |
| - | |
| 184 | + | |
| 185 | + | |
187 | 186 |
| |
188 | 187 |
| |
189 | 188 |
| |
190 |
| - | |
191 |
| - | |
192 | 189 |
| |
193 | 190 |
| |
194 |
| - | |
| 191 | + | |
| 192 | + | |
195 | 193 |
| |
196 | 194 |
| |
197 | 195 |
| |
| |||
228 | 226 |
| |
229 | 227 |
| |
230 | 228 |
| |
| 229 | + | |
231 | 230 |
| |
232 | 231 |
| |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 | 232 |
| |
238 | 233 |
| |
239 | 234 |
| |
|
- CHANGELOG.md+1
- benchs/link_and_code/README.md+2
- contrib/evaluation.py+1
- faiss/IndexAdditiveQuantizer.cpp+17-10
- faiss/IndexAdditiveQuantizerFastScan.cpp+2-2
- faiss/IndexBinaryHNSW.cpp+13-10
- faiss/IndexFastScan.cpp+81-150
- faiss/IndexFastScan.h+9-8
- faiss/IndexHNSW.cpp+64-284
- faiss/IndexHNSW.h+7-45
- faiss/IndexIVFAdditiveQuantizerFastScan.cpp+7-11
- faiss/IndexIVFAdditiveQuantizerFastScan.h+1-2
- faiss/IndexIVFFastScan.cpp+412-466
- faiss/IndexIVFFastScan.h+44-37
- faiss/IndexIVFPQ.cpp+1-1
- faiss/IndexIVFPQFastScan.cpp+8-8
- faiss/IndexIVFPQFastScan.h+1-2
- faiss/impl/AuxIndexStructures.h-1
- faiss/impl/HNSW.cpp+41-45
- faiss/impl/HNSW.h+7-8
- faiss/impl/Quantizer.h+1-1
- faiss/impl/ResultHandler.h+224-168
- faiss/impl/pq4_fast_scan.cpp+3
- faiss/impl/pq4_fast_scan.h+7-6
- faiss/impl/pq4_fast_scan_search_1.cpp+51-37
- faiss/impl/pq4_fast_scan_search_qbs.cpp+37-46
- faiss/impl/simd_result_handlers.h+374-202
- faiss/python/swigfaiss.swig+8
- faiss/utils/distances.cpp+59-48
- faiss/utils/distances_fused/avx512.cpp+4-4
- faiss/utils/distances_fused/avx512.h+1-1
- faiss/utils/distances_fused/distances_fused.cpp+1-1
- faiss/utils/distances_fused/distances_fused.h+1-1
- faiss/utils/distances_fused/simdlib_based.cpp+4-4
- faiss/utils/distances_fused/simdlib_based.h+1-1
- tests/test_fast_scan_ivf.py+74-5
- tests/test_graph_based.py+426
- tests/test_index.py-400
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + |
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments