mirror of https://github.com/milvus-io/milvus.git
enhance: [2.4] update knowhere version (#38277)
/kind branch-feature release note : https://github.com/zilliztech/knowhere/releases/tag/v2.3.14 Signed-off-by: xianliang.li <xianliang.li@zilliz.com>pull/38306/head
parent
9eb08e1f7b
commit
4e5828139b
|
@ -13,7 +13,7 @@
|
|||
|
||||
# Update KNOWHERE_VERSION for the first occurrence
|
||||
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "")
|
||||
set( KNOWHERE_VERSION v2.3.13)
|
||||
set( KNOWHERE_VERSION v2.3.14)
|
||||
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
|
||||
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")
|
||||
message(STATUS "Knowhere version: ${KNOWHERE_VERSION}")
|
||||
|
|
Loading…
Reference in New Issue