mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 08:38:10 +08:00
24 lines
520 B
JSON
24 lines
520 B
JSON
{
|
|
"id": "ragflow-pipeline",
|
|
"name": "RagFlow Pipeline",
|
|
"description": "深度文档理解 RAG 引擎,支持复杂格式文档解析和多级检索",
|
|
"protocol": "http",
|
|
"status": "offline",
|
|
"origin": "app",
|
|
"sourceAppId": "ragflow",
|
|
"sourceAppName": "RagFlow",
|
|
"endpoint": "http://localhost:9380/api/v1",
|
|
"capabilities": [
|
|
"doc_parsing",
|
|
"deep_retrieval",
|
|
"citation"
|
|
],
|
|
"version": "0.14.0",
|
|
"author": "InfiniFlow",
|
|
"tags": [
|
|
"RAG",
|
|
"文档理解",
|
|
"Pipeline"
|
|
]
|
|
}
|