enhance: update knowhere version (#42938)

issue: #42937

Signed-off-by: xianliang.li <xianliang.li@zilliz.com>
This commit is contained in:
foxspy 2025-06-26 01:22:41 +08:00 committed by GitHub
parent d7c9914eff
commit be05b653c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 055df1f )
set( KNOWHERE_VERSION d6d61ae )
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")

View File

@ -37,7 +37,7 @@ func Test_CheckVecIndexWithDataTypeExist(t *testing.T) {
{"SPARSE_WAND", schemapb.DataType_Float16Vector, false},
{"GPU_BRUTE_FORCE", schemapb.DataType_FloatVector, true},
{"GPU_BRUTE_FORCE", schemapb.DataType_Float16Vector, false},
{"GPU_BRUTE_FORCE", schemapb.DataType_Float16Vector, true},
{"GPU_BRUTE_FORCE", schemapb.DataType_BinaryVector, false},
{"BIN_IVF_FLAT", schemapb.DataType_BinaryVector, true},