From 8e882bba1b4cd5e34b46c63ae2f155cc0f9b4e8b Mon Sep 17 00:00:00 2001 From: Patrick Weizhi Xu Date: Fri, 19 Apr 2024 10:29:22 +0800 Subject: [PATCH] enhance: Update knowhere version (#32439) Update Knowhere version Signed-off-by: Patrick Weizhi Xu --- 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 e6465b1813..780d17bdee 100644 --- a/internal/core/thirdparty/knowhere/CMakeLists.txt +++ b/internal/core/thirdparty/knowhere/CMakeLists.txt @@ -15,7 +15,7 @@ set( KNOWHERE_VERSION v2.2.5 ) set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git") if ( INDEX_ENGINE STREQUAL "cardinal" ) - set( KNOWHERE_VERSION 2.2.6 ) + set( KNOWHERE_VERSION 2.2.7 ) set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere-cloud.git") endif() message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")