mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-04 18:02:08 +08:00
[skip e2e] Reorder header files for indexbuilder/IndexWrapper.h (#15075)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
17887de140
commit
caa4ba6392
@ -10,14 +10,15 @@
|
||||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "knowhere/index/vector_index/VecIndex.h"
|
||||
|
||||
namespace milvus {
|
||||
namespace indexbuilder {
|
||||
namespace milvus::indexbuilder {
|
||||
|
||||
class IndexWrapper {
|
||||
public:
|
||||
@ -107,5 +108,4 @@ class IndexWrapper {
|
||||
std::once_flag raw_data_loaded_;
|
||||
};
|
||||
|
||||
} // namespace indexbuilder
|
||||
} // namespace milvus
|
||||
} // namespace milvus::indexbuilder
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user