enhance: Update knowhere version (#32439)

Update Knowhere version

Signed-off-by: Patrick Weizhi Xu <weizhi.xu@zilliz.com>
pull/32455/head
Patrick Weizhi Xu 2024-04-19 10:29:22 +08:00 committed by GitHub
parent 5af0ab71ab
commit 8e882bba1b
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.5 )
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
if ( INDEX_ENGINE STREQUAL "cardinal" )
set( KNOWHERE_VERSION 2.2.6 )
set( KNOWHERE_VERSION 2.2.7 )
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere-cloud.git")
endif()
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")