fix filter results less than topk (hotfix-2.3.15) (#33931)

issue: #33933 
Strict filtering can affect the quality of graph-based search results.
In extreme cases, it may return less than topk results. The upgraded
`Knowhere` has updated strategy decision-making to address this issue.

Signed-off-by: min.tian <min.tian.cn@gmail.com>
hotfix-2.3.15
Min Tian 2024-06-18 14:36:00 +08:00 committed by GitHub
parent 39b07adff1
commit b4c418191f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
set( KNOWHERE_VERSION v2.2.6 )
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
if ( INDEX_ENGINE STREQUAL "cardinal" )
set( KNOWHERE_VERSION 2.2.8 )
set( KNOWHERE_VERSION 2.2.8-hotfix )
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere-cloud.git")
endif()
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")