diff --git a/internal/core/thirdparty/knowhere/CMakeLists.txt b/internal/core/thirdparty/knowhere/CMakeLists.txt index caac72db0da2a..947ca89454a49 100644 --- a/internal/core/thirdparty/knowhere/CMakeLists.txt +++ b/internal/core/thirdparty/knowhere/CMakeLists.txt @@ -11,10 +11,10 @@ # or implied. See the License for the specific language governing permissions and limitations under the License. #------------------------------------------------------------------------------- -set( KNOWHERE_VERSION 6225493 ) +set( KNOWHERE_VERSION b6f2964 ) set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git") if ( INDEX_ENGINE STREQUAL "cardinal" ) - set( KNOWHERE_VERSION 87190cf ) + set( KNOWHERE_VERSION b6f2964 ) set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere-cloud.git") endif() message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")