From 9dd369dd99c07e3adb21164287330d1bf594b90f Mon Sep 17 00:00:00 2001 From: Gao Date: Thu, 19 Oct 2023 21:34:07 +0800 Subject: [PATCH] Update knowhere version to v2.2.2 (#27810) Signed-off-by: chasingegg --- 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 7e41035e9b..6f6a456098 100644 --- a/internal/core/thirdparty/knowhere/CMakeLists.txt +++ b/internal/core/thirdparty/knowhere/CMakeLists.txt @@ -12,7 +12,7 @@ #------------------------------------------------------------------------------- # Update KNOWHERE_VERSION for the first occurrence -set( KNOWHERE_VERSION 97549c3 ) +set( KNOWHERE_VERSION v2.2.2 ) set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git") if ( INDEX_ENGINE STREQUAL "cardinal" ) set( KNOWHERE_VERSION main )