fix: correct VDB response parsing, mark InsightFace available
This commit is contained in:
parent
4aaeb42035
commit
36749066dd
@ -112,7 +112,7 @@ def list_plugins() -> Dict:
|
|||||||
{"type": "vector_only", "description": "Pure vector retrieval"},
|
{"type": "vector_only", "description": "Pure vector retrieval"},
|
||||||
],
|
],
|
||||||
"face": [
|
"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"},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user