mirror of https://github.com/milvus-io/milvus.git
parent
c1e00357f4
commit
dd938878ea
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue