mirror of https://github.com/milvus-io/milvus.git
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
parent
39b07adff1
commit
b4c418191f
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue