mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-09-05 15:23:39 +08:00
* feat: 建立 Registry 目录元数据验证基础 * feat: 迁移 Registry 应用目录元数据 * test: 解耦目录迁移进度断言 * feat: 迁移 Registry 服务目录元数据 * fix(catalog): 强制 Registry 目录元数据 * fix(catalog): 兼容 Registry v4 外部集成
80 lines
1.6 KiB
JSON
80 lines
1.6 KiB
JSON
{
|
|
"$schema": "../../schemas/catalog-metadata.v1.schema.json",
|
|
"schemaVersion": 1,
|
|
"identity": {
|
|
"kind": "service",
|
|
"id": "ragflow-pipeline"
|
|
},
|
|
"presentation": {
|
|
"defaultLocale": "zh-CN",
|
|
"i18n": {
|
|
"zh-CN": {
|
|
"name": "RagFlow Pipeline",
|
|
"summary": "深度文档理解 RAG 引擎,支持复杂格式文档解析和多级检索"
|
|
},
|
|
"en-US": {
|
|
"name": "RAGFlow Pipeline",
|
|
"summary": "Deep document-understanding RAG engine for complex document parsing and multi-stage retrieval"
|
|
}
|
|
},
|
|
"tags": [
|
|
"RAG",
|
|
"文档理解",
|
|
"Pipeline"
|
|
]
|
|
},
|
|
"release": {
|
|
"state": "known",
|
|
"version": "0.24.0",
|
|
"versionScheme": "semver"
|
|
},
|
|
"timestamps": {
|
|
"catalogUpdatedAt": {
|
|
"state": "known",
|
|
"value": "2026-03-09",
|
|
"precision": "day"
|
|
},
|
|
"releasePublishedAt": {
|
|
"state": "unknown"
|
|
},
|
|
"reviewedAt": {
|
|
"state": "unknown"
|
|
},
|
|
"upstreamObservedAt": {
|
|
"state": "unknown"
|
|
}
|
|
},
|
|
"provenance": {},
|
|
"governance": {
|
|
"availability": "listing-only",
|
|
"license": {
|
|
"state": "unknown"
|
|
},
|
|
"redistribution": "verify-package-terms",
|
|
"upstreamMaintainer": {
|
|
"name": "InfiniFlow",
|
|
"verified": false
|
|
}
|
|
},
|
|
"compatibility": {
|
|
"platforms": {
|
|
"state": "known",
|
|
"values": [
|
|
"macos",
|
|
"windows",
|
|
"linux"
|
|
]
|
|
}
|
|
},
|
|
"spec": {
|
|
"kind": "service",
|
|
"protocol": "http",
|
|
"authType": "unknown",
|
|
"capabilities": [
|
|
"doc_parsing",
|
|
"deep_retrieval",
|
|
"citation"
|
|
]
|
|
}
|
|
}
|