enhance: Update knowhere commit to fix mac compilation ()

Related to 

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/36701/head
congqixia 2024-10-09 16:05:20 +08:00 committed by GitHub
parent 0fc2a4aa53
commit c3d910756b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
internal/core/thirdparty/knowhere

View File

@ -14,7 +14,7 @@
# Update KNOWHERE_VERSION for the first occurrence
milvus_add_pkg_config("knowhere")
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "")
set( KNOWHERE_VERSION fe0fb15a )
set( KNOWHERE_VERSION b2011400 )
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")
message(STATUS "Knowhere version: ${KNOWHERE_VERSION}")