enhance: [2.4] update knowhere version (#33491)

issue: https://github.com/milvus-io/milvus/issues/33489
pr: #33490
update knowhere version to latest. remove usage of seed_ef as it be
replaced by existing ef.

Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
pull/33478/head
Buqian Zheng 2024-05-31 10:17:50 +08:00 committed by GitHub
parent 68e2d532d8
commit 38e5e33196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View File

@ -133,10 +133,6 @@ PrepareVectorIteratorsFromIndex(const SearchInfo& search_info,
if (search_info.group_by_field_id_.has_value()) {
try {
auto search_conf = search_info.search_params_;
if (search_conf.contains(knowhere::indexparam::EF)) {
search_conf[knowhere::indexparam::SEED_EF] =
search_conf[knowhere::indexparam::EF];
}
knowhere::expected<
std::vector<std::shared_ptr<knowhere::IndexNode::iterator>>>
iterators_val =

View File

@ -12,7 +12,7 @@
#-------------------------------------------------------------------------------
# Update KNOWHERE_VERSION for the first occurrence
set( KNOWHERE_VERSION v2.3.3 )
set( KNOWHERE_VERSION v2.3.4 )
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")
message(STATUS "Knowhere version: ${KNOWHERE_VERSION}")