知识引擎
获取知识引擎检索配置模式
获取指定知识引擎的检索参数 JSON Schema。
获取指定知识引擎的检索参数 JSON Schema。
X-API-Key<token>
In: header
Path Parameters
plugin_id*string
插件 ID(author/name 格式)
Response Body
application/json
curl -X GET "https://example.com/api/v1/knowledge/engines/string/retrieval-schema"{ "code": 0, "data": { "schema": {} }}