From bbc715f43ec2d70dc3c2b1bc944a25a017dcb839 Mon Sep 17 00:00:00 2001 From: foxspy Date: Tue, 15 Apr 2025 19:36:32 +0800 Subject: [PATCH] fix: [2.5] update knowhere version to fix mac build (#41315) issue: #41314 Signed-off-by: xianliang --- internal/core/thirdparty/knowhere/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/thirdparty/knowhere/CMakeLists.txt b/internal/core/thirdparty/knowhere/CMakeLists.txt index aac1e67855..f06d350ed9 100644 --- a/internal/core/thirdparty/knowhere/CMakeLists.txt +++ b/internal/core/thirdparty/knowhere/CMakeLists.txt @@ -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 v2.5.5 ) +set( KNOWHERE_VERSION v2.5.6 ) set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git") message(STATUS "Knowhere repo: ${GIT_REPOSITORY}") message(STATUS "Knowhere version: ${KNOWHERE_VERSION}")