enhance: Update Knowhere version (#30513)

/kind improvement

Signed-off-by: xianliang <xianliang.li@zilliz.com>
pull/30536/head
foxspy 2024-02-04 22:13:07 +08:00 committed by GitHub
parent cc2bc3f8f2
commit 88d57f1db9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@
#-------------------------------------------------------------------------------
# Update KNOWHERE_VERSION for the first occurrence
set( KNOWHERE_VERSION v2.2.3 )
set( KNOWHERE_VERSION v2.2.4 )
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
if ( INDEX_ENGINE STREQUAL "cardinal" )
set( KNOWHERE_VERSION 2.2.3-hotfix )
set( KNOWHERE_VERSION 2.2.4 )
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere-cloud.git")
endif()
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")