mirror of https://github.com/milvus-io/milvus.git
fix: limit minimal pq code size for diskann index (#29785)
issue: #29784 limit the minimal pq code size to avoid floating-exception Signed-off-by: xianliang <xianliang.li@zilliz.com>hotfix-2.3.3
parent
3787da8e7d
commit
1d0138d16e
|
@ -15,7 +15,7 @@
|
|||
set( KNOWHERE_VERSION v2.2.2 )
|
||||
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere.git")
|
||||
if ( INDEX_ENGINE STREQUAL "cardinal" )
|
||||
set( KNOWHERE_VERSION 2.2.2 )
|
||||
set( KNOWHERE_VERSION 2.2.2-hotfix )
|
||||
set( GIT_REPOSITORY "https://github.com/zilliztech/knowhere-cloud.git")
|
||||
endif()
|
||||
message(STATUS "Knowhere repo: ${GIT_REPOSITORY}")
|
||||
|
|
Loading…
Reference in New Issue