mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 09:38:09 +08:00
24 lines
511 B
JSON
24 lines
511 B
JSON
{
|
|
"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",
|
|
"知识库",
|
|
"检索"
|
|
]
|
|
}
|