cURL
curl --request GET \ --url http://localhost:5300/api/v1/knowledge/engines/{plugin_id}/retrieval-schema \ --header 'X-API-Key: <api-key>'
{ "code": 0, "data": { "schema": {} } }
获取指定知识引擎的检索参数 JSON Schema。
插件 ID(author/name 格式)
成功
0
Show child attributes