Signed-off-by: Tinkerrr <xiaojun.lin@zilliz.com>
pull/2977/head^2
Tinkerrr 2020-07-23 17:02:28 +08:00 committed by GitHub
parent c1e00357f4
commit dd938878ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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() {