提交 94824d55 编写于 作者: X xj.lin

fix build error


Former-commit-id: 83a0e40c4f90a435abe93f46b7e7aefa6b1f2e67
上级 520bacac
......@@ -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;
}
......
knowhere @ 3a052d06
Subproject commit 3a30677b8ab105955534922d1677e8fa99ef0406
Subproject commit 3a052d063ff9b360529a4a120f9703f00c603437
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册