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