Overview
Dify is an open-source platform for developing LLM applications. It provides visual tools for creating AI agents, RAG applications, and more.
Key Features
- Visual Workflow: Drag-and-drop AI application builder
- RAG Engine: Built-in document processing pipeline
- Model Support: Works with OpenAI, Claude, Llama, etc.
- Agent Framework: Build autonomous AI agents
- API & SDK: Easy integration options
Deployment
git clone https://github.com/langgenius/dify.git
cd dify/docker
docker compose up -d
Use Cases
- Customer support chatbots
- Knowledge base assistants
- Document analysis tools
- AI-powered workflows
Resources
Source: GitHub