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
foxspy 2024-01-09 15:48:55 +08:00 committed by GitHub
parent 3787da8e7d
commit 1d0138d16e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}")