Skip to content

Commit

Permalink
enhance: Update Knowhere version (#30640)
Browse files Browse the repository at this point in the history
/kind branch-feature

Signed-off-by: xianliang <[email protected]>
  • Loading branch information
foxspy authored Feb 18, 2024
1 parent 26f012c commit 35330ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/core/thirdparty/knowhere/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#-------------------------------------------------------------------------------

# Update KNOWHERE_VERSION for the first occurrence
set( KNOWHERE_VERSION v2.2.4 )
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.4 )
set( KNOWHERE_VERSION 2.2.5 )
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere-cloud.git")
endif()
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")
Expand Down

0 comments on commit 35330ff

Please sign in to comment.