mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Merge branch 'add_unittest' into 'branch-0.3.1'
fix build error See merge request megasearch/milvus!173 Former-commit-id: 95331af7478d44bba3fdfc164cef985f9194c738
This commit is contained in:
commit
5f8b357b95
@ -59,7 +59,7 @@ 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_GPU: {
|
||||
SERVER_LOG_DEBUG << "Index type: " << index_type;
|
||||
return SERVER_SUCCESS;
|
||||
}
|
||||
|
||||
2
cpp/thirdparty/knowhere
vendored
2
cpp/thirdparty/knowhere
vendored
@ -1 +1 @@
|
||||
Subproject commit 3a30677b8ab105955534922d1677e8fa99ef0406
|
||||
Subproject commit 3a052d063ff9b360529a4a120f9703f00c603437
|
||||
Loading…
x
Reference in New Issue
Block a user