mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
[skip e2e] Reorder header files for indexbuilder/utils.h (#15076)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
caa4ba6392
commit
e8c2869e6d
@ -11,15 +11,14 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
#include "index/knowhere/knowhere/index/IndexType.h"
|
||||
|
||||
namespace milvus {
|
||||
namespace indexbuilder {
|
||||
namespace milvus::indexbuilder {
|
||||
|
||||
std::vector<std::string>
|
||||
NM_List() {
|
||||
@ -99,5 +98,4 @@ is_unsupported(const milvus::knowhere::IndexType& index_type, const milvus::know
|
||||
unsupported_index_combinations);
|
||||
}
|
||||
|
||||
} // namespace indexbuilder
|
||||
} // namespace milvus
|
||||
} // namespace milvus::indexbuilder
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user