mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
[skip e2e] Reorder header files for query/SearchOnGrowing.cpp (#14263)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
d9cac2b3f0
commit
8def3c44dc
@ -10,16 +10,11 @@
|
||||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
#include "SearchOnGrowing.h"
|
||||
#include <knowhere/index/vector_index/adapter/VectorAdapter.h>
|
||||
#include <knowhere/index/vector_index/VecIndexFactory.h>
|
||||
#include "segcore/Reduce.h"
|
||||
|
||||
#include <faiss/utils/distances.h>
|
||||
#include "utils/Utils.h"
|
||||
#include "query/SearchBruteForce.h"
|
||||
#include "query/SearchOnIndex.h"
|
||||
|
||||
namespace milvus::query {
|
||||
|
||||
Status
|
||||
FloatSearch(const segcore::SegmentGrowingImpl& segment,
|
||||
const query::SearchInfo& info,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user