mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Merge branch 'branch-0.3.1' into 'branch-0.3.1'
fix index check error See merge request megasearch/milvus!210 Former-commit-id: eee81fd404efb7d73a8e0d56a2a80e0177d1faa3
This commit is contained in:
commit
d333a75215
@ -59,7 +59,8 @@ ValidateTableIndexType(int32_t index_type) {
|
||||
auto engine_type = engine::EngineType(index_type);
|
||||
switch (engine_type) {
|
||||
case engine::EngineType::FAISS_IDMAP:
|
||||
case engine::EngineType::FAISS_IVFFLAT: {
|
||||
case engine::EngineType::FAISS_IVFFLAT:
|
||||
case engine::EngineType::FAISS_IVFSQ8:{
|
||||
SERVER_LOG_DEBUG << "Index type: " << index_type;
|
||||
return SERVER_SUCCESS;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user