File tree
3 files changed
+24
-8
lines changed- base_image
- remote_vector_index_builder/core/common/models/index_builder/faiss
- test_remote_vector_index_builder/test_core
3 files changed
+24
-8
lines changed- .github/workflows/build-release.yml-19
- .github/workflows/nightly.yml-18
- CHANGELOG.md+123
- CMakeLists.txt+1-1
- INSTALL.md+5-5
- c_api/Index_c.cpp+1-1
- contrib/torch_utils.py+8-8
- faiss/AutoTune.cpp-3
- faiss/Index.h+5-7
- faiss/Index2Layer.cpp-2
- faiss/IndexAdditiveQuantizer.cpp-25
- faiss/IndexAdditiveQuantizer.h-10
- faiss/IndexBinary.h+4-7
- faiss/IndexBinaryFlat.cpp-15
- faiss/IndexBinaryFlat.h-9
- faiss/IndexBinaryHNSW.cpp-20
- faiss/IndexBinaryHNSW.h-10
- faiss/IndexBinaryHash.cpp-1
- faiss/IndexFastScan.cpp-15
- faiss/IndexFastScan.h-9
- faiss/IndexFlat.cpp-27
- faiss/IndexFlat.h-17
- faiss/IndexFlatCodes.cpp-15
- faiss/IndexFlatCodes.h-9
- faiss/IndexHNSW.cpp-49
- faiss/IndexHNSW.h-28
- faiss/IndexIDMap.cpp+22-22
- faiss/IndexIDMap.h+5-5
- faiss/IndexIVF.cpp-27
- faiss/IndexIVF.h-15
- faiss/IndexIVFFlat.cpp-15
- faiss/IndexIVFFlat.h-6
- faiss/IndexNNDescent.cpp-19
- faiss/IndexNNDescent.h+1-10
- faiss/IndexPQ.cpp-59
- faiss/IndexPQ.h-28
- faiss/IndexPreTransform.cpp-22
- faiss/IndexPreTransform.h-10
- faiss/IndexScalarQuantizer.cpp-18
- faiss/IndexScalarQuantizer.h-9
- faiss/MetricType.h+2-1
- faiss/clone_index.cpp-3
- faiss/gpu/GpuCloner.cpp+1-1
- faiss/gpu/GpuIndex.cu+35-34
- faiss/gpu/GpuIndex.h+13-13
- faiss/gpu/GpuIndexBinaryCagra.cu-33
- faiss/gpu/GpuIndexBinaryCagra.h-10
- faiss/gpu/GpuIndexBinaryFlat.cu-15
- faiss/gpu/GpuIndexBinaryFlat.h-9
- faiss/gpu/GpuIndexCagra.cu+27-17
- faiss/gpu/GpuIndexCagra.h+7-5
- faiss/gpu/GpuIndexFlat.cu-27
- faiss/gpu/GpuIndexFlat.h-15
- faiss/gpu/GpuIndexIVF.cu-19
- faiss/gpu/GpuIndexIVF.h-14
- faiss/gpu/GpuIndexIVFFlat.cu-4
- faiss/gpu/GpuIndexIVFFlat.h-1
- faiss/gpu/GpuIndexIVFPQ.cu-4
- faiss/gpu/GpuIndexIVFPQ.h-1
- faiss/gpu/GpuIndexIVFScalarQuantizer.cu-8
- faiss/gpu/GpuIndexIVFScalarQuantizer.h-1
- faiss/gpu/test/TestGpuIndexCagra.cu+7-7
- faiss/impl/RaBitQuantizer.cpp+6-24
- faiss/index_io.h-3
- faiss/python/class_wrappers.py+4-4
- faiss/python/loader.py+1-1
- faiss/python/setup.py+1-1
- faiss/utils/rabitq_simd.h+539
Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
| 101 | + | |
106 | 102 |
| |
107 | 103 |
| |
108 | 104 |
| |
109 | 105 |
| |
| 106 | + | |
| 107 | + | |
| 108 | + | |
110 | 109 |
| |
111 | 110 |
| |
112 | 111 |
| |
|
Lines changed: 19 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
98 |
| - | |
| 97 | + | |
| 98 | + | |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
163 | 179 |
| |
164 | 180 |
| |
165 | 181 |
| |
| |||
218 | 234 |
| |
219 | 235 |
| |
220 | 236 |
| |
| 237 | + | |
221 | 238 |
| |
222 | 239 |
| |
223 | 240 |
| |
|
0 commit comments