参看:
https://github.com/langgenius/dify
常见dify工作流案例(yml文件可以下载下来直接导入用):
https://github.com/svcvit/Awesome-Dify-Workflow
1、安装
下载安装:
https://docs.dify.ai/getting-started/install-self-hosted/docker-compose
git clone https://github.com/langgenius/dify.git
cd dify
##docker安装
cd docker
cp .env.example .env
docker compose up -d