Loading core/src/index/knowhere/knowhere/index/vector_index/IndexIVF.cpp +4 −5 Original line number Diff line number Diff line Loading @@ -156,7 +156,6 @@ IVF::Search(const DatasetPtr& dataset, const Config& config) { // std::vector<ArrayPtr> array{ids, dists}; return std::make_shared<Dataset>((void*)res_ids, (void*)res_dis); } catch (faiss::FaissException& e) { KNOWHERE_THROW_MSG(e.what()); } catch (std::exception& e) { Loading core/src/index/knowhere/knowhere/index/vector_index/IndexGPUIVF.cpp +1 −1 File changed.Contains only whitespace changes. Show changes Loading
core/src/index/knowhere/knowhere/index/vector_index/IndexIVF.cpp +4 −5 Original line number Diff line number Diff line Loading @@ -156,7 +156,6 @@ IVF::Search(const DatasetPtr& dataset, const Config& config) { // std::vector<ArrayPtr> array{ids, dists}; return std::make_shared<Dataset>((void*)res_ids, (void*)res_dis); } catch (faiss::FaissException& e) { KNOWHERE_THROW_MSG(e.what()); } catch (std::exception& e) { Loading
core/src/index/knowhere/knowhere/index/vector_index/IndexGPUIVF.cpp +1 −1 File changed.Contains only whitespace changes. Show changes