Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,66 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
[](https://github.com/langgenius/dify)
|
11 |
+
|
12 |
+
#### [Website](https://dify.ai) • [Docs](https://docs.dify.ai) • [Deployment Docs](https://docs.dify.ai/getting-started/install-self-hosted) • [FAQ](https://docs.dify.ai/getting-started/faq) • [Twitter](https://twitter.com/dify_ai) • [Discord](https://discord.gg/FngNHpbcY7)
|
13 |
+
|
14 |
+
**Dify** is an easy-to-use LLMOps platform designed to empower more people to create sustainable, AI-native applications. With visual orchestration for various application types, Dify offers out-of-the-box, ready-to-use applications that can also serve as Backend-as-a-Service APIs. Unify your development process with one API for plugins and datasets integration, and streamline your operations using a single interface for prompt engineering, visual analytics, and continuous improvement.
|
15 |
+
|
16 |
+
Applications created with Dify include:
|
17 |
+
|
18 |
+
Out-of-the-box web sites supporting form mode and chat conversation mode
|
19 |
+
A single API encompassing plugin capabilities, context enhancement, and more, saving you backend coding effort
|
20 |
+
Visual data analysis, log review, and annotation for applications
|
21 |
+
|
22 |
+
## Highlighted Features
|
23 |
+
**1. LLMs support:** Choose capabilities based on different models when building your Dify AI apps. Dify is compatible with Langchain, meaning it will support various LLMs. Currently supported:
|
24 |
+
|
25 |
+
- [x] **OpenAI**: GPT4, GPT3.5-turbo, GPT3.5-turbo-16k, text-davinci-003
|
26 |
+
- [x] **Azure OpenAI Service**
|
27 |
+
- [x] **Anthropic**: Claude2, Claude-instant
|
28 |
+
- [x] **Replicate**
|
29 |
+
- [x] **Hugging Face Hub**
|
30 |
+
- [x] **ChatGLM**
|
31 |
+
- [x] **Llama2**
|
32 |
+
- [x] **MiniMax**
|
33 |
+
- [x] **Spark**
|
34 |
+
- [x] **Wenxin**
|
35 |
+
- [x] **Tongyi**
|
36 |
+
|
37 |
+
|
38 |
+
We provide the following free resources for registered Dify cloud users (sign up at [dify.ai](https://dify.ai)):
|
39 |
+
* 600,000 free Claude model tokens to build Claude-powered apps
|
40 |
+
* 200 free OpenAI queries to build OpenAI-based apps
|
41 |
+
|
42 |
+
|
43 |
+
**2. Visual orchestration:** Build an AI app in minutes by writing and debugging prompts visually.
|
44 |
+
|
45 |
+
**3. Text embedding:** Fully automated text preprocessing embeds your data as context without complex concepts. Supports PDF, TXT, and syncing data from Notion, webpages, APIs.
|
46 |
+
|
47 |
+
**4. API-based:** Backend-as-a-service. Access web apps directly or integrate via APIs without complex backend setup.
|
48 |
+
|
49 |
+
**5. Plugins:** Dify "Smart Chat" now supports first-party plugins like web browsing, Google search, Wikipedia to enable online lookup, analyzing web content, and explaining the AI's reasoning process conversationally.
|
50 |
+
|
51 |
+
**6. Team workspaces:** Team members can join workspaces to collaboratively edit, manage, and use team AI apps.
|
52 |
+
|
53 |
+
**7. Data labeling and improvement:** Visually inspect AI app logs and improve data via labeling. Observe the AI's reasoning process to continuously enhance performance. (Coming soon)
|
54 |
+
|
55 |
+
## Use cases
|
56 |
+
* [Create an AI ChatBot with Business Data in Minutes.](https://docs.dify.ai/use-cases/create-an-ai-chatbot-with-business-data-in-minutes)
|
57 |
+
* [How to Build an Notion AI Assistant Based on Your Own Notes?](https://docs.dify.ai/use-cases/build-an-notion-ai-assistant)
|
58 |
+
* [Create a Midjoureny Prompt Bot Without Code in Just a Few Minutes.](https://docs.dify.ai/use-cases/create-a-midjoureny-prompt-bot-with-dify)
|
59 |
+
|
60 |
+
## Use Cloud Services
|
61 |
+
|
62 |
+
Visit [Dify.ai](https://dify.ai)
|
63 |
+
|
64 |
+
## Contact Us
|
65 |
+
|
66 |
+
If you have any questions, suggestions, or partnership inquiries, feel free to contact us through the following channels:
|
67 |
+
|
68 |
+
- Submit an Issue or PR on our GitHub Repo
|
69 |
+
- Join the discussion in our [Discord](https://discord.gg/FngNHpbcY7) Community
|
70 |
+
- Send an email to [email protected]
|
71 |
+
|
72 |
+
We're eager to assist you and together create more fun and useful AI applications!
|