未验证 提交 dd938878 编写于 作者: T Tinkerrr 提交者: GitHub

fix (#2981)

Signed-off-by: NTinkerrr <xiaojun.lin@zilliz.com>
上级 c1e00357
......@@ -7,6 +7,7 @@ Please mark all change in change log and use the issue from GitHub
## Bug
- \#2890 Fix the index size caculation in cache
- \#2952 Fix the result merging of IVF_PQ IP
- \#2975 Fix config ut failed
## Feature
......
......@@ -185,7 +185,8 @@ static const std::unordered_map<std::string, std::string> milvus_config_version_
{"0.9.0", "0.4"},
{"0.9.1", "0.4"},
{"0.10.0", "0.5"},
{"0.10.1", "0.5"}});
{"0.10.1", "0.5"},
{"0.10.2", "0.5"}});
/////////////////////////////////////////////////////////////
Config::Config() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册