1. 获取代码
直接下载
(1)访问 langgenius/dify: Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production. (github.com)
(2)点击绿色的"Code"按钮,然后选择"Download ZIP"
2.启动
(1)先找到docker-compose.yaml
文件所在的文件夹(通常在 dify 目录下的 docker 文件夹中)
进入docker-compose.yaml
所在文件夹的终端中,运行命令:docker compose up -d
这个命令会启动在 docker-compose.yml
中定义的所有服务。
3.配置Dify
现在Dify已经运行起来了,让我们来配置它:
(1)打开浏览器,访问 http://127.0.0.1/,你会看到Dify的设置页面