未验证 提交 4a53018e 编写于 作者: C congqixia 提交者: GitHub

Remove legacy annoy_inner_error (#23220)

Signed-off-by: NCongqi Xia <congqi.xia@zilliz.com>
上级 ef63e64d
......@@ -160,8 +160,6 @@ MatchKnowhereError(knowhere::Status status) {
return "err: index already trained";
case knowhere::Status::faiss_inner_error:
return "err: faiss inner error";
case knowhere::Status::annoy_inner_error:
return "err: annoy inner error";
case knowhere::Status::hnsw_inner_error:
return "err: hnsw inner error";
case knowhere::Status::malloc_error:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册