From e02228b5adf902e6f1b59460b79b5a8eb6864cfd Mon Sep 17 00:00:00 2001 From: sre-ci-robot <56469371+sre-ci-robot@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:57:37 +0800 Subject: [PATCH] Update knowhere commit (#27357) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 5909054aed..ca25d51fc7 100644 --- a/internal/core/thirdparty/knowhere/CMakeLists.txt +++ b/internal/core/thirdparty/knowhere/CMakeLists.txt @@ -14,7 +14,7 @@ set( KNOWHERE_VERSION 87190cf ) set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git") if ( INDEX_ENGINE STREQUAL "cardinal" ) - set( KNOWHERE_VERSION main) + set( KNOWHERE_VERSION 87190cf ) set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere-cloud.git") endif() message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")