mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 12:59:23 +08:00
Update ConfAdapter.cpp (#2106)
Signed-off-by: grtoverflow <grtoverflow@gmail.com>
This commit is contained in:
parent
e5dab2a43c
commit
6fe2cf1580
@ -242,7 +242,7 @@ NSGConfAdapter::CheckSearch(Config& oricfg, const IndexType type, const IndexMod
|
||||
bool
|
||||
HNSWConfAdapter::CheckTrain(Config& oricfg, const IndexMode mode) {
|
||||
static int64_t MIN_EFCONSTRUCTION = 100;
|
||||
static int64_t MAX_EFCONSTRUCTION = 500;
|
||||
static int64_t MAX_EFCONSTRUCTION = 800;
|
||||
static int64_t MIN_M = 5;
|
||||
static int64_t MAX_M = 48;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user