mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
enhance: update knowhere version (#39212)
Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
This commit is contained in:
parent
3447ff7310
commit
5e38f01e5b
@ -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 9a6a8dfb )
|
||||
set( KNOWHERE_VERSION f256dd5 )
|
||||
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
|
||||
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")
|
||||
message(STATUS "Knowhere version: ${KNOWHERE_VERSION}")
|
||||
|
||||
@ -731,6 +731,10 @@ TEST_P(IndexTest, GetVector_EmptySparseVector) {
|
||||
vec_index->Load(milvus::tracer::TraceContext{}, load_conf);
|
||||
EXPECT_EQ(vec_index->Count(), NB);
|
||||
|
||||
if (!vec_index->HasRawData()) {
|
||||
return;
|
||||
}
|
||||
|
||||
auto ids_ds = GenRandomIds(NB);
|
||||
auto sparse_rows = vec_index->GetSparseVector(ids_ds);
|
||||
for (size_t i = 0; i < NB; ++i) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user