You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
пре 2 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. ![](./images/describe-en.png)
  2. <p align="center">
  3. <a href="./README.md">English</a> |
  4. <a href="./README_CN.md">简体中文</a>
  5. </p>
  6. [Website](https://dify.ai) • [Docs](https://docs.dify.ai) • [Twitter](https://twitter.com/dify_ai) • [Discord](https://discord.gg/FngNHpbcY7)
  7. **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.
  8. Applications created with Dify include:
  9. Out-of-the-box web sites supporting form mode and chat conversation mode
  10. A single API encompassing plugin capabilities, context enhancement, and more, saving you backend coding effort
  11. Visual data analysis, log review, and annotation for applications
  12. Dify is compatible with Langchain, meaning we'll gradually support multiple LLMs, currently supported:
  13. - GPT 3 (text-davinci-003)
  14. - GPT 3.5 Turbo(ChatGPT)
  15. - GPT-4
  16. ## Use Cloud Services
  17. Visit [Dify.ai](https://dify.ai)
  18. ## Install the Community Edition
  19. ### System Requirements
  20. Before installing Dify, make sure your machine meets the following minimum system requirements:
  21. - CPU >= 1 Core
  22. - RAM >= 4GB
  23. ### Quick Start
  24. 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:
  25. ```bash
  26. cd docker
  27. docker-compose up -d
  28. ```
  29. After running, you can access the Dify dashboard in your browser at [http://localhost/install](http://localhost/install) and start the initialization installation process.
  30. ### Configuration
  31. 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.
  32. ## Roadmap
  33. Features under development:
  34. - **Datasets**, supporting more datasets, e.g. syncing content from Notion or webpages
  35. We will support more datasets, including text, webpages, and even Notion content. Users can build AI applications based on their own data sources.
  36. - **Plugins**, introducing ChatGPT Plugin-standard plugins for applications, or using Dify-produced plugins
  37. We will release plugins complying with ChatGPT standard, or Dify's own plugins to enable more capabilities in applications.
  38. - **Open-source models**, e.g. adopting Llama as a model provider or for further fine-tuning
  39. We will work with excellent open-source models like Llama, by providing them as model options in our platform, or using them for further fine-tuning.
  40. ## Q&A
  41. **Q: What can I do with Dify?**
  42. A: Dify is a simple yet powerful LLM development and operations tool. You can use it to build commercial-grade applications, personal assistants. If you want to develop your own applications, LangDifyGenius can save you backend work in integrating with OpenAI and offer visual operations capabilities, allowing you to continuously improve and train your GPT model.
  43. **Q: How do I use Dify to "train" my own model?**
  44. A: A valuable application consists of Prompt Engineering, context enhancement, and Fine-tuning. We've created a hybrid programming approach combining Prompts with programming languages (similar to a template engine), making it easy to accomplish long-text embedding or capturing subtitles from a user-input Youtube video - all of which will be submitted as context for LLMs to process. We place great emphasis on application operability, with data generated by users during App usage available for analysis, annotation, and continuous training. Without the right tools, these steps can be time-consuming.
  45. **Q: What do I need to prepare if I want to create my own application?**
  46. A: We assume you already have an OpenAI API Key; if not, please register for one. If you already have some content that can serve as training context, that's great!
  47. **Q: What interface languages are available?**
  48. A: English and Chinese are currently supported, and you can contribute language packs to us.
  49. ## Star History
  50. [![Star History Chart](https://api.star-history.com/svg?repos=langgenius/dify&type=Date)](https://star-history.com/#langgenius/dify&Date)
  51. ## Contact Us
  52. If you have any questions, suggestions, or partnership inquiries, feel free to contact us through the following channels:
  53. - Submit an Issue or PR on our GitHub Repo
  54. - Join the discussion in our [Discord](https://discord.gg/FngNHpbcY7) Community
  55. - Send an email to hello@dify.ai
  56. We're eager to assist you and together create more fun and useful AI applications!
  57. ## Contributing
  58. To ensure proper review, all code contributions - including those from contributors with direct commit access - must be submitted via pull requests and approved by the core development team prior to being merged.
  59. We welcome all pull requests! If you'd like to help, check out the [Contribution Guide](CONTRIBUTING.md) for more information on how to get started.
  60. ## Security
  61. 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.
  62. ## Citation
  63. This software uses the following open-source software:
  64. - Chase, H. (2022). LangChain [Computer software]. https://github.com/hwchase17/langchain
  65. - Liu, J. (2022). LlamaIndex [Computer software]. doi: 10.5281/zenodo.1234.
  66. For more information, please refer to the official website or license text of the respective software.
  67. ## License
  68. This repository is available under the [Dify Open Source License](LICENSE).