mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 20:39:36 +08:00
Update header file (#9625)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
1f14ae5b6b
commit
4908b1c461
@ -16,18 +16,17 @@
|
||||
#include <chrono>
|
||||
#include <google/protobuf/text_format.h>
|
||||
|
||||
#include "common/LoadInfo.h"
|
||||
#include "index/knowhere/knowhere/index/vector_index/helpers/IndexParameter.h"
|
||||
#include "index/knowhere/knowhere/index/vector_index/adapter/VectorAdapter.h"
|
||||
#include "index/knowhere/knowhere/index/vector_index/VecIndexFactory.h"
|
||||
#include "index/knowhere/knowhere/index/vector_index/IndexIVFPQ.h"
|
||||
#include "pb/milvus.pb.h"
|
||||
#include "pb/plan.pb.h"
|
||||
#include "segcore/Collection.h"
|
||||
#include "segcore/reduce_c.h"
|
||||
|
||||
#include <index/knowhere/knowhere/index/vector_index/helpers/IndexParameter.h>
|
||||
#include <index/knowhere/knowhere/index/vector_index/adapter/VectorAdapter.h>
|
||||
#include <index/knowhere/knowhere/index/vector_index/VecIndexFactory.h>
|
||||
#include <index/knowhere/knowhere/index/vector_index/IndexIVFPQ.h>
|
||||
#include <common/LoadInfo.h>
|
||||
#include <utils/Types.h>
|
||||
#include <segcore/Collection.h>
|
||||
#include <pb/plan.pb.h>
|
||||
#include "test_utils/DataGen.h"
|
||||
#include "utils/Types.h"
|
||||
|
||||
namespace chrono = std::chrono;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user