Loading cpp/src/core/knowhere/knowhere/index/vector_index/FaissBaseIndex.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -15,12 +15,12 @@ // specific language governing permissions and limitations // under the License. #include <faiss/IndexIVF.h> #include <faiss/index_io.h> #include <utility> #include "knowhere/common/Exception.h" #include "knowhere/index/vector_index/FaissBaseIndex.h" #include "knowhere/index/vector_index/IndexIVF.h" #include "knowhere/index/vector_index/helpers/FaissIO.h" namespace knowhere { Loading cpp/src/core/knowhere/knowhere/index/vector_index/IndexGPUIVF.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ // specific language governing permissions and limitations // under the License. #include <faiss/IndexIVFPQ.h> #include <faiss/gpu/GpuAutoTune.h> #include <faiss/gpu/GpuIndexFlat.h> #include <faiss/gpu/GpuIndexIVF.h> Loading @@ -26,6 +25,7 @@ #include "knowhere/adapter/VectorAdapter.h" #include "knowhere/common/Exception.h" #include "knowhere/index/vector_index/IndexGPUIVF.h" #include "knowhere/index/vector_index/IndexIVFPQ.h" #include "knowhere/index/vector_index/helpers/Cloner.h" #include "knowhere/index/vector_index/helpers/FaissIO.h" Loading cpp/src/core/knowhere/knowhere/index/vector_index/IndexGPUIVFPQ.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ // specific language governing permissions and limitations // under the License. #include <faiss/IndexIVFPQ.h> #include <faiss/gpu/GpuAutoTune.h> #include <faiss/gpu/GpuIndexIVFPQ.h> #include <memory> Loading @@ -23,6 +22,7 @@ #include "knowhere/adapter/VectorAdapter.h" #include "knowhere/common/Exception.h" #include "knowhere/index/vector_index/IndexGPUIVFPQ.h" #include "knowhere/index/vector_index/IndexIVFPQ.h" namespace knowhere { Loading Loading
cpp/src/core/knowhere/knowhere/index/vector_index/FaissBaseIndex.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -15,12 +15,12 @@ // specific language governing permissions and limitations // under the License. #include <faiss/IndexIVF.h> #include <faiss/index_io.h> #include <utility> #include "knowhere/common/Exception.h" #include "knowhere/index/vector_index/FaissBaseIndex.h" #include "knowhere/index/vector_index/IndexIVF.h" #include "knowhere/index/vector_index/helpers/FaissIO.h" namespace knowhere { Loading
cpp/src/core/knowhere/knowhere/index/vector_index/IndexGPUIVF.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ // specific language governing permissions and limitations // under the License. #include <faiss/IndexIVFPQ.h> #include <faiss/gpu/GpuAutoTune.h> #include <faiss/gpu/GpuIndexFlat.h> #include <faiss/gpu/GpuIndexIVF.h> Loading @@ -26,6 +25,7 @@ #include "knowhere/adapter/VectorAdapter.h" #include "knowhere/common/Exception.h" #include "knowhere/index/vector_index/IndexGPUIVF.h" #include "knowhere/index/vector_index/IndexIVFPQ.h" #include "knowhere/index/vector_index/helpers/Cloner.h" #include "knowhere/index/vector_index/helpers/FaissIO.h" Loading
cpp/src/core/knowhere/knowhere/index/vector_index/IndexGPUIVFPQ.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ // specific language governing permissions and limitations // under the License. #include <faiss/IndexIVFPQ.h> #include <faiss/gpu/GpuAutoTune.h> #include <faiss/gpu/GpuIndexIVFPQ.h> #include <memory> Loading @@ -23,6 +22,7 @@ #include "knowhere/adapter/VectorAdapter.h" #include "knowhere/common/Exception.h" #include "knowhere/index/vector_index/IndexGPUIVFPQ.h" #include "knowhere/index/vector_index/IndexIVFPQ.h" namespace knowhere { Loading