enhance: Update Knowhere version (#37132)

/kind branch-feature

release note:
https://github.com/zilliztech/knowhere/releases/tag/v2.3.12

Signed-off-by: xianliang.li <xianliang.li@zilliz.com>
pull/37142/head
foxspy 2024-10-25 14:47:30 +08:00 committed by GitHub
parent ca2057c57d
commit ba8328727f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.11 )
set( KNOWHERE_VERSION v2.3.12 )
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")
message(STATUS "Knowhere version: ${KNOWHERE_VERSION}")