fix: correct VDB response parsing, mark InsightFace available

This commit is contained in:
yumoqing 2026-06-15 21:18:44 +08:00
parent 4aaeb42035
commit 36749066dd

View File

@ -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"},
]
}