mirror of https://github.com/milvus-io/milvus.git
enhance: Update Knowhere version (#30513)
/kind improvement Signed-off-by: xianliang <xianliang.li@zilliz.com>pull/30536/head
parent
cc2bc3f8f2
commit
88d57f1db9
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue