mirror of https://github.com/milvus-io/milvus.git
enhance: Update knowhere version (#32439)
Update Knowhere version Signed-off-by: Patrick Weizhi Xu <weizhi.xu@zilliz.com>pull/32455/head
parent
5af0ab71ab
commit
8e882bba1b
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue