From 6fe2cf1580ee463330c1ec90b84770c5d6fd530c Mon Sep 17 00:00:00 2001 From: grtoverflow Date: Sat, 25 Apr 2020 16:12:58 +0800 Subject: [PATCH] Update ConfAdapter.cpp (#2106) Signed-off-by: grtoverflow --- .../index/knowhere/knowhere/index/vector_index/ConfAdapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/index/knowhere/knowhere/index/vector_index/ConfAdapter.cpp b/core/src/index/knowhere/knowhere/index/vector_index/ConfAdapter.cpp index 36288d26fc..3d438d5021 100644 --- a/core/src/index/knowhere/knowhere/index/vector_index/ConfAdapter.cpp +++ b/core/src/index/knowhere/knowhere/index/vector_index/ConfAdapter.cpp @@ -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;