From b13b4dabbecb4fb82295cbcc9603421b4451286a Mon Sep 17 00:00:00 2001 From: foxspy Date: Thu, 16 Oct 2025 15:32:01 +0800 Subject: [PATCH] fix: fix the size of diskann thread cache (#44887) issue: https://github.com/milvus-io/milvus/issues/44857 Signed-off-by: xianliang.li --- 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 9d6ab2f4b6..24ef461661 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 c4d5dd8 ) +set( KNOWHERE_VERSION ac1d7ad ) set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git") message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")