Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/core/thirdparty/knowhere/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Update KNOWHERE_VERSION for the first occurrence
milvus_add_pkg_config("knowhere")
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "")
set( KNOWHERE_VERSION "hieu/v2.6.15-knowhere-metrics" )
set( KNOWHERE_VERSION "v2.6.15-3ae69f7ff5" )
set( GIT_REPOSITORY "https://github.com/reddit/knowhere.git")

message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")
Expand Down
2 changes: 1 addition & 1 deletion internal/core/thirdparty/milvus-common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

milvus_add_pkg_config("milvus-common")
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY INCLUDE_DIRECTORIES "")
set( MILVUS-COMMON-VERSION 9dc0923 )
set( MILVUS-COMMON-VERSION 2748c35 )
set( GIT_REPOSITORY "https://github.com/zilliztech/milvus-common.git")

message(STATUS "milvus-common repo: ${GIT_REPOSITORY}")
Expand Down