mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 09:38:09 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
22
services/baidu-map/index.json
Normal file
22
services/baidu-map/index.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": "baidu-map",
|
||||
"name": "百度地图 API",
|
||||
"description": "地理位置服务,支持地理编码、路线规划和 POI 搜索",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://api.map.baidu.com/v3",
|
||||
"capabilities": [
|
||||
"geocoding",
|
||||
"route_plan",
|
||||
"poi_search",
|
||||
"distance_calc"
|
||||
],
|
||||
"version": "3.0",
|
||||
"author": "百度",
|
||||
"tags": [
|
||||
"地图",
|
||||
"地理位置",
|
||||
"POI"
|
||||
]
|
||||
}
|
||||
21
services/deepl-translate/index.json
Normal file
21
services/deepl-translate/index.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"id": "deepl-translate",
|
||||
"name": "DeepL 翻译",
|
||||
"description": "高质量多语言翻译服务,支持 30+ 语言互译和文档翻译",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://api-free.deepl.com/v2",
|
||||
"capabilities": [
|
||||
"text_translate",
|
||||
"doc_translate",
|
||||
"language_detect"
|
||||
],
|
||||
"version": "2.0",
|
||||
"author": "DeepL",
|
||||
"tags": [
|
||||
"翻译",
|
||||
"多语言",
|
||||
"NLP"
|
||||
]
|
||||
}
|
||||
23
services/dify-rag/index.json
Normal file
23
services/dify-rag/index.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"id": "dify-rag",
|
||||
"name": "Dify RAG API",
|
||||
"description": "Dify 知识库检索服务,支持语义搜索和多知识库联合检索",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "app",
|
||||
"sourceAppId": "dify",
|
||||
"sourceAppName": "Dify",
|
||||
"endpoint": "http://localhost:3000/api/v1/datasets",
|
||||
"capabilities": [
|
||||
"semantic_search",
|
||||
"multi_dataset",
|
||||
"relevance_ranking"
|
||||
],
|
||||
"version": "0.8.3",
|
||||
"author": "Dify.AI",
|
||||
"tags": [
|
||||
"RAG",
|
||||
"知识库",
|
||||
"检索"
|
||||
]
|
||||
}
|
||||
@@ -1,71 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": "dify-rag",
|
||||
"name": "Dify RAG API",
|
||||
"description": "Dify 知识库检索服务,支持语义搜索和多知识库联合检索",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "app",
|
||||
"sourceAppId": "dify",
|
||||
"sourceAppName": "Dify",
|
||||
"endpoint": "http://localhost:3000/api/v1/datasets",
|
||||
"capabilities": ["semantic_search", "multi_dataset", "relevance_ranking"],
|
||||
"version": "0.8.3",
|
||||
"author": "Dify.AI",
|
||||
"tags": ["RAG", "知识库", "检索"]
|
||||
},
|
||||
{
|
||||
"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"]
|
||||
},
|
||||
{
|
||||
"id": "baidu-map",
|
||||
"name": "百度地图 API",
|
||||
"description": "地理位置服务,支持地理编码、路线规划和 POI 搜索",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://api.map.baidu.com/v3",
|
||||
"capabilities": ["geocoding", "route_plan", "poi_search", "distance_calc"],
|
||||
"version": "3.0",
|
||||
"author": "百度",
|
||||
"tags": ["地图", "地理位置", "POI"]
|
||||
},
|
||||
{
|
||||
"id": "deepl-translate",
|
||||
"name": "DeepL 翻译",
|
||||
"description": "高质量多语言翻译服务,支持 30+ 语言互译和文档翻译",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://api-free.deepl.com/v2",
|
||||
"capabilities": ["text_translate", "doc_translate", "language_detect"],
|
||||
"version": "2.0",
|
||||
"author": "DeepL",
|
||||
"tags": ["翻译", "多语言", "NLP"]
|
||||
},
|
||||
{
|
||||
"id": "wecom-webhook",
|
||||
"name": "企业微信 Webhook",
|
||||
"description": "企业微信机器人消息通知,支持文本、Markdown 和卡片消息",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send",
|
||||
"capabilities": ["text_message", "markdown_message", "card_message"],
|
||||
"version": "1.0",
|
||||
"author": "腾讯",
|
||||
"tags": ["通知", "企业微信", "Webhook"]
|
||||
}
|
||||
]
|
||||
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"
|
||||
]
|
||||
}
|
||||
21
services/wecom-webhook/index.json
Normal file
21
services/wecom-webhook/index.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"id": "wecom-webhook",
|
||||
"name": "企业微信 Webhook",
|
||||
"description": "企业微信机器人消息通知,支持文本、Markdown 和卡片消息",
|
||||
"protocol": "http",
|
||||
"status": "offline",
|
||||
"origin": "manual",
|
||||
"endpoint": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send",
|
||||
"capabilities": [
|
||||
"text_message",
|
||||
"markdown_message",
|
||||
"card_message"
|
||||
],
|
||||
"version": "1.0",
|
||||
"author": "腾讯",
|
||||
"tags": [
|
||||
"通知",
|
||||
"企业微信",
|
||||
"Webhook"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user