From 028054ee0bdaecf6748dbd7b9a6a3ee33ccdb270 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Sat, 29 Apr 2023 10:06:38 +0800 Subject: [PATCH] Update knowhere version (#23769) Signed-off-by: Yudong Cai --- 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 f86810255a..624a23102e 100644 --- a/internal/core/thirdparty/knowhere/CMakeLists.txt +++ b/internal/core/thirdparty/knowhere/CMakeLists.txt @@ -11,7 +11,7 @@ # or implied. See the License for the specific language governing permissions and limitations under the License. #------------------------------------------------------------------------------- -set( KNOWHERE_VERSION 6d26f1f ) +set( KNOWHERE_VERSION 6448cf09) message(STATUS "Building knowhere-${KNOWHERE_SOURCE_VER} from source") message(STATUS ${CMAKE_BUILD_TYPE})