From 36749066dd01a3837c72e40ff140ecdcec5fdb9b Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 15 Jun 2026 21:18:44 +0800 Subject: [PATCH] fix: correct VDB response parsing, mark InsightFace available --- plugins/registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/registry.py b/plugins/registry.py index 7a6ab0b..bf6af80 100644 --- a/plugins/registry.py +++ b/plugins/registry.py @@ -112,7 +112,7 @@ def list_plugins() -> Dict: {"type": "vector_only", "description": "Pure vector retrieval"}, ], "face": [ - {"type": "insightface", "model": "buffalo_l", "dim": 512, "status": "blocked_no_model"}, + {"type": "insightface", "model": "buffalo_l", "dim": 512, "status": "available", "endpoint": "http://localhost:9091"}, ] }