Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
pirms 2 gadiem
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. [![](./images/describe-en.png)](https://dify.ai)
  2. <p align="center">
  3. <a href="./README.md">English</a> |
  4. <a href="./README_CN.md">简体中文</a> |
  5. <a href="./README_JA.md">日本語</a> |
  6. <a href="./README_ES.md">Español</a>
  7. </p>
  8. #### [![](https://dcbadge.vercel.app/api/server/FngNHpbcY7?style=flat&theme=clean&compact=true)](https://discord.gg/FngNHpbcY7) [![](https://img.shields.io/badge/Twitter-%231DA1F2.svg?logo=Twitter&logoColor=white)](https://twitter.com/dify_ai)
  9. **Dify** is an LLM application development platform that has already seen over **100,000** applications built on Dify.AI. It integrates the concepts of Backend as a Service and LLMOps, covering the core tech stack required for building generative AI-native applications, including a built-in RAG engine. With Dify, **you can self-deploy capabilities similar to Assistants API and GPTs based on any LLMs.**
  10. ![](./images/demo.png)
  11. ## Use Cloud Services
  12. Using [Dify.AI Cloud](https://dify.ai) provides all the capabilities of the open-source version, and includes a complimentary 200 GPT trial credits.
  13. ## Why Dify
  14. Dify features model neutrality and is a complete, engineered tech stack compared to hardcoded development libraries like LangChain. Unlike OpenAI's Assistants API, Dify allows for full local deployment of services.
  15. | Feature | Dify.AI | Assistants API | LangChain |
  16. |---------|---------|----------------|-----------|
  17. | **Programming Approach** | API-oriented | API-oriented | Python Code-oriented |
  18. | **Ecosystem Strategy** | Open Source | Closed and Commercial | Open Source |
  19. | **RAG Engine** | Supported | Supported | Not Supported |
  20. | **Prompt IDE** | Included | Included | None |
  21. | **Supported LLMs** | Rich Variety | Only GPT | Rich Variety |
  22. | **Local Deployment** | Supported | Not Supported | Not Applicable |
  23. ## Features
  24. ![](./images/models.png)
  25. **1. 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).
  26. **2. Prompt IDE**: Visual orchestration of applications and services based on LLMs with your team.
  27. **3. 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.
  28. **4. Agents**: A Function Calling based Agent framework that allows users to configure what they see is what they get. Dify includes basic plugin capabilities like Google Search.
  29. **5. Continuous Operations**: Monitor and analyze application logs and performance, continuously improving Prompts, datasets, or models using production data.
  30. ## Before You Start
  31. - [Website](https://dify.ai)
  32. - [Docs](https://docs.dify.ai)
  33. - [Deployment Docs](https://docs.dify.ai/getting-started/install-self-hosted)
  34. - [FAQ](https://docs.dify.ai/getting-started/faq)
  35. ## Install the Community Edition
  36. ### System Requirements
  37. Before installing Dify, make sure your machine meets the following minimum system requirements:
  38. - CPU >= 2 Core
  39. - RAM >= 4GB
  40. ### Quick Start
  41. The easiest way to start the Dify server is to run our [docker-compose.yml](docker/docker-compose.yaml) file. Before running the installation command, make sure that [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) are installed on your machine:
  42. ```bash
  43. cd docker
  44. docker compose up -d
  45. ```
  46. After running, you can access the Dify dashboard in your browser at [http://localhost/install](http://localhost/install) and start the initialization installation process.
  47. ### Helm Chart
  48. A big thanks to @BorisPolonsky for providing us with a [Helm Chart](https://helm.sh/) version, which allows Dify to be deployed on Kubernetes.
  49. You can go to https://github.com/BorisPolonsky/dify-helm for deployment information.
  50. ### Configuration
  51. If you need to customize the configuration, please refer to the comments in our [docker-compose.yml](docker/docker-compose.yaml) file and manually set the environment configuration. After making the changes, please run `docker-compose up -d` again. You can see the full list of environment variables in our [docs](https://docs.dify.ai/getting-started/install-self-hosted/environments).
  52. ## Star History
  53. [![Star History Chart](https://api.star-history.com/svg?repos=langgenius/dify&type=Date)](https://star-history.com/#langgenius/dify&Date)
  54. ## Community & Support
  55. We welcome you to contribute to Dify to help make Dify better in various ways, submitting code, issues, new ideas, or sharing the interesting and useful AI applications you have created based on Dify. At the same time, we also welcome you to share Dify at different events, conferences, and social media.
  56. - [GitHub Issues](https://github.com/langgenius/dify/issues). Best for: bugs and errors you encounter using Dify.AI, see the [Contribution Guide](CONTRIBUTING.md).
  57. - [Email Support](mailto:hello@dify.ai?subject=[GitHub]Questions%20About%20Dify). Best for: questions you have about using Dify.AI.
  58. - [Discord](https://discord.gg/FngNHpbcY7). Best for: sharing your applications and hanging out with the community.
  59. - [Twitter](https://twitter.com/dify_ai). Best for: sharing your applications and hanging out with the community.
  60. - [Business License](mailto:business@dify.ai?subject=[GitHub]Business%20License%20Inquiry). Best for: business inquiries of licensing Dify.AI for commercial use.
  61. ## Security Disclosure
  62. To protect your privacy, please avoid posting security issues on GitHub. Instead, send your questions to security@dify.ai and we will provide you with a more detailed answer.
  63. ## License
  64. This repository is available under the [Dify Open Source License](LICENSE), which is essentially Apache 2.0 with a few additional restrictions.