mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 11:25:25 +02:00
Dify 1.15.0 (open-source LLM app development platform): api + worker + worker_beat + web + pgvector PostgreSQL (also used as the vector store) + redis + sandbox + ssrf_proxy (squid) + plugin_daemon, fronted by an internal nginx gateway that mirrors the upstream path routing. Closes #88 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
18 lines
461 B
JSON
18 lines
461 B
JSON
{
|
|
"id": "dify",
|
|
"name": "Dify",
|
|
"version": "1.15.0",
|
|
"description": "Dify is an open-source LLM app development platform. Build AI workflows, RAG pipelines, agents and chatbots with a visual interface and publish them as APIs or web apps.",
|
|
"logo": "logo.svg",
|
|
"links": {
|
|
"github": "https://github.com/langgenius/dify",
|
|
"website": "https://dify.ai/",
|
|
"docs": "https://docs.dify.ai/"
|
|
},
|
|
"tags": [
|
|
"ai",
|
|
"llm",
|
|
"rag"
|
|
]
|
|
}
|