mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-03 01:12:25 +08:00
15 lines
166 B
C++
15 lines
166 B
C++
#pragma once
|
|
|
|
#include <jsoncons/json.hpp>
|
|
|
|
|
|
namespace zilliz {
|
|
namespace knowhere {
|
|
|
|
|
|
using Config = jsoncons::json;
|
|
|
|
|
|
} // namespace knowhere
|
|
} // namespace zilliz
|