mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 10:38:10 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
23
services/ragflow-pipeline/index.json
Normal file
23
services/ragflow-pipeline/index.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user