Loading core/src/index/knowhere/knowhere/index/vector_index/nsg/NSG.cpp +0 −9 Original line number Diff line number Diff line Loading @@ -728,15 +728,6 @@ NsgIndex::Search(const float* query, const unsigned& nq, const unsigned& dim, co } } rc.RecordSection("merge"); // ProfilerStart("xx.prof"); // std::vector<Neighbor> resset; // GetNeighbors(query, resset, nsg, ¶ms); // for (int i = 0; i < k; ++i) { // ids[i] = resset[i].id; // dist[i] = resset[i].distance; //} // ProfilerStop(); } void Loading Loading
core/src/index/knowhere/knowhere/index/vector_index/nsg/NSG.cpp +0 −9 Original line number Diff line number Diff line Loading @@ -728,15 +728,6 @@ NsgIndex::Search(const float* query, const unsigned& nq, const unsigned& dim, co } } rc.RecordSection("merge"); // ProfilerStart("xx.prof"); // std::vector<Neighbor> resset; // GetNeighbors(query, resset, nsg, ¶ms); // for (int i = 0; i < k; ++i) { // ids[i] = resset[i].id; // dist[i] = resset[i].distance; //} // ProfilerStop(); } void Loading