mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 17:55:58 +08:00
Update README.md (#3206)
This commit is contained in:
parent
86707928d4
commit
f514fd2182
42
README.md
42
README.md
@ -29,17 +29,34 @@
|
|||||||
|
|
||||||
**Dify** is an open-source LLM app development platform. Dify's intuitive interface combines a RAG pipeline, AI workflow orchestration, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
|
**Dify** is an open-source LLM app development platform. Dify's intuitive interface combines a RAG pipeline, AI workflow orchestration, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
|
||||||
|
|
||||||

|
https://github.com/langgenius/dify/assets/13230914/979e7a68-f067-4bbc-b38e-2deb2cc2bbb5
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Using our Cloud Services
|
## Using our Cloud Services
|
||||||
|
|
||||||
You can try out [Dify.AI Cloud](https://dify.ai) now. It provides all the capabilities of the self-deployed version, and includes 200 free requests to OpenAI GPT-3.5.
|
You can try out [Dify.AI Cloud](https://dify.ai) now. It provides all the capabilities of the self-deployed version, and includes 200 free GPT-4 calls.
|
||||||
|
|
||||||
### Looking to purchase via AWS?
|
### Looking to purchase via AWS?
|
||||||
Check out [Dify Premium on AWS](https://aws.amazon.com/marketplace/pp/prodview-t22mebxzwjhu6) and deploy it to your own AWS VPC with one-click.
|
Check out [Dify Premium on AWS](https://aws.amazon.com/marketplace/pp/prodview-t22mebxzwjhu6) and deploy it to your own AWS VPC with one-click.
|
||||||
|
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**1. Workflow**: Create and test complex AI workflows on a visual canvas, with pre-built nodes taking advantage of the power of all the following features and beyond.
|
||||||
|
|
||||||
|
**2. Support**: Seamless integration with hundreds of proprietary / open-source LLMs and dozens of inference providers, including GPT, Mistral, Llama2, and OpenAI API-compatible models. A full list of supported model providers is kept [here](https://docs.dify.ai/getting-started/readme/model-providers).
|
||||||
|
|
||||||
|
**3. Prompt IDE**: Visual orchestration of applications and services based on any LLMs. Easily share with your team.
|
||||||
|
|
||||||
|
**4. RAG Engine**: Includes various RAG capabilities based on full-text indexing or vector database embeddings, allowing direct upload of PDFs, TXTs, and other text formats.
|
||||||
|
|
||||||
|
**5. AI Agent**: Based on Function Calling and ReAct, the Agent inference framework allows users to customize tools, what you see is what you get. Dify provides more than a dozen built-in tools for AI agents, such as Google Search, DELL·E, Stable Diffusion, WolframAlpha, etc.
|
||||||
|
|
||||||
|
**6. LLMOps**: Monitor and analyze application logs and performance, continuously improving Prompts, datasets, or models based on production data.
|
||||||
|
|
||||||
|
|
||||||
## Dify vs. LangChain vs. Assistants API
|
## Dify vs. LangChain vs. Assistants API
|
||||||
|
|
||||||
| Feature | Dify.AI | Assistants API | LangChain |
|
| Feature | Dify.AI | Assistants API | LangChain |
|
||||||
@ -52,29 +69,10 @@ Check out [Dify Premium on AWS](https://aws.amazon.com/marketplace/pp/prodview-t
|
|||||||
| **Local Deployment** | Supported | Not Supported | Not Applicable |
|
| **Local Deployment** | Supported | Not Supported | Not Applicable |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||

|
|
||||||
**1. Workflow**: Create and test complex AI workflows on a visual canvas, with pre-built nodes taking advantage of the power of all the following features and beyond.
|
|
||||||
|
|
||||||
**2. LLM Support**: Integration with OpenAI's GPT family of models, or the open-source Llama2 family models. In fact, Dify supports mainstream commercial models and open-source models (locally deployed or based on MaaS).
|
|
||||||
|
|
||||||
**3. Prompt IDE**: Visual orchestration of applications and services based on LLMs with your team.
|
|
||||||
|
|
||||||
**4. RAG Engine**: Includes various RAG capabilities based on full-text indexing or vector database embeddings, allowing direct upload of PDFs, TXTs, and other text formats.
|
|
||||||
|
|
||||||
**5. AI Agent**: Based on Function Calling and ReAct, the Agent inference framework allows users to customize tools, what you see is what you get. Dify provides more than a dozen built-in tool calling capabilities, such as Google Search, DELL·E, Stable Diffusion, WolframAlpha, etc.
|
|
||||||
|
|
||||||
|
|
||||||
**5. Continuous Operations**: Monitor and analyze application logs and performance, continuously improving Prompts, datasets, or models using production data.
|
|
||||||
|
|
||||||
## Before You Start
|
## Before You Start
|
||||||
|
|
||||||
**Star us on GitHub, and be instantly notified for new releases!**
|
**Star us on GitHub, and be instantly notified for new releases!**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- [Website](https://dify.ai)
|
- [Website](https://dify.ai)
|
||||||
- [Docs](https://docs.dify.ai)
|
- [Docs](https://docs.dify.ai)
|
||||||
- [Deployment Docs](https://docs.dify.ai/getting-started/install-self-hosted)
|
- [Deployment Docs](https://docs.dify.ai/getting-started/install-self-hosted)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user