Skip to content

Commit

Permalink
update parameters
Browse files Browse the repository at this point in the history
Signed-off-by: cqy123456 <qianya.cheng@zilliz.com>
  • Loading branch information
cqy123456 committed Nov 28, 2024
1 parent b81d040 commit 531c34d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/core/src/segcore/IndexConfigGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ VecIndexConfig::VecIndexConfig(const int64_t max_index_row_cout,
search_params_[knowhere::indexparam::REORDER_K] = 450;
build_params_[knowhere::indexparam::SSIZE] = std::to_string(
std::max((int)(config_.get_chunk_rows() / config_.get_nlist()), 48));
search_params_[knowhere::indexparam::NPROBE] =
std::to_string(config_.get_nprobe());


// note for sparse vector index: drop_ratio_build is not allowed for growing
Expand Down

0 comments on commit 531c34d

Please sign in to comment.