mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
Fix knowhere cpp header files name (#23330)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
b90fa5f459
commit
03a4f60b6e
@ -23,7 +23,7 @@
|
|||||||
#include "config/ConfigKnowhere.h"
|
#include "config/ConfigKnowhere.h"
|
||||||
|
|
||||||
#include "knowhere/factory.h"
|
#include "knowhere/factory.h"
|
||||||
#include "knowhere/comp/Timer.h"
|
#include "knowhere/comp/time_recorder.h"
|
||||||
#include "common/BitsetView.h"
|
#include "common/BitsetView.h"
|
||||||
#include "common/Slice.h"
|
#include "common/Slice.h"
|
||||||
#include "common/Consts.h"
|
#include "common/Consts.h"
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
#include "log/Log.h"
|
#include "log/Log.h"
|
||||||
|
|
||||||
#include "knowhere/factory.h"
|
#include "knowhere/factory.h"
|
||||||
#include "knowhere/comp/Timer.h"
|
#include "knowhere/comp/time_recorder.h"
|
||||||
#define RAW_DATA "RAW_DATA"
|
#define RAW_DATA "RAW_DATA"
|
||||||
|
|
||||||
namespace milvus::index {
|
namespace milvus::index {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user