diff --git a/docs.json b/docs.json index 0f677bdf..1e56b158 100644 --- a/docs.json +++ b/docs.json @@ -29,7 +29,6 @@ "group": "Getting Started", "pages": [ "en/introduction", - "en/getting-started/readme/fact-sheet", "en/guides/workflow/key-concepts" ] }, diff --git a/en/getting-started/readme/fact-sheet.mdx b/en/getting-started/readme/fact-sheet.mdx deleted file mode 100644 index 69bbad1b..00000000 --- a/en/getting-started/readme/fact-sheet.mdx +++ /dev/null @@ -1,221 +0,0 @@ ---- -title: Technical Overview -description: For those already familiar with LLM application tech stacks, this document serves as a shortcut to understand Dify's unique advantages ---- - - -We adopt transparent policies around product specifications to ensure decisions are made based on complete understanding. Such transparency not only benefits your technical selection, but also promotes deeper comprehension within the community for active contributions. - -### Project Basics - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeDetails
EstablishedMarch 2023
Open Source License[Apache License 2.0 with commercial licensing](../../policies/open-source)
Official R&D TeamOver 15 full-time employees
Community ContributorsOver [290](https://ossinsight.io/analyze/langgenius/dify#overview) people (As of Q2 2024)
Backend TechnologyPython/Flask/PostgreSQL
Frontend TechnologyNext.js
Codebase SizeOver 130,000 lines
Release FrequencyAverage once per week
- -### Technical Features - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureDetails
LLM Inference EnginesDify Runtime (LangChain removed since v0.4)
Commercial Models Supported -

10+, including OpenAI and Anthropic

-

Onboard new mainstream models within 48 hours

-
MaaS Vendor Supported7, Hugging Face, Replicate, AWS Bedrock, NVIDIA, GroqCloud, together.ai, OpenRouter
Local Model Inference Runtimes Supported6, Xoribits (recommended), OpenLLM, LocalAI, ChatGLM, Ollama, NVIDIA TIS
OpenAI Interface Standard Model Integration Supported
Multimodal Capabilities -

ASR Models

-

Rich-text models up to GPT-4o specs

-
Built-in App TypesText generation, Chatbot, Agent, Workflow, Chatflow
Prompt-as-a-Service Orchestration -

Visual orchestration interface widely praised, modify Prompts and preview effects in one place.

-

Orchestration Modes

-
    -
  • Simple orchestration
  • -
  • Assistant orchestration
  • -
  • Flow orchestration
  • -
-

Prompt Variable Types

-
    -
  • String
  • -
  • Radio enum
  • -
  • External API
  • -
  • File (Q3 2024)
  • -
-
Agentic Workflow Features -

Industry-leading visual workflow orchestration interface, live-editing node debugging, modular DSL, and native code runtime, designed for building more complex, reliable, and stable LLM applications.

-

Supported Nodes

-
    -
  • LLM
  • -
  • Knowledge Retrieval
  • -
  • Question Classifier
  • -
  • IF/ELSE
  • -
  • CODE
  • -
  • Template
  • -
  • HTTP Request
  • -
  • Tool
  • -
-
RAG Features -

Industry-first visual knowledge base management interface, supporting snippet previews and recall testing.

-

Indexing Methods

-
    -
  • Keywords
  • -
  • Text vectors
  • -
  • LLM-assisted question-snippet model
  • -
-

Retrieval Methods

-
    -
  • Keywords
  • -
  • Text similarity matching
  • -
  • Hybrid Search
  • -
  • N choose 1 (Legacy)
  • -
  • Multi-path retrieval
  • -
-

Recall Optimization

-
    -
  • Rerank models
  • -
-
ETL Capabilities -

Automated cleaning for TXT, Markdown, PDF, HTML, DOC, CSV formats. Unstructured service enables maximum support.

-

Sync Notion docs as knowledge bases.

-

Sync Webpages as knowledge bases.

-
Vector Databases SupportedQdrant (recommended), Weaviate, Zilliz/Milvus, Pgvector, Pgvector-rs, Chroma, OpenSearch, TiDB, Tencent Cloud VectorDB, Oracle, Relyt, Analyticdb, Couchbase, OceanBase, Tablestore, Lindorm, OpenGauss, Matrixone
Agent Technologies -

ReAct, Function Call.

-

Tooling Support

-
    -
  • Invoke OpenAI Plugin standard tools
  • -
  • Directly load OpenAPI Specification APIs as tools
  • -
-

Built-in Tools

-
    -
  • 40+ tools (As of Q2 2024)
  • -
-
LoggingSupported, annotations based on logs
Annotation ReplyBased on human-annotated Q&As, used for similarity-based replies. Exportable as data format for model fine-tuning.
Content ModerationOpenAI Moderation or external APIs
Team CollaborationWorkspaces, multi-member management
API SpecsRESTful, most features covered
Deployment MethodsDocker, Helm
- -{/* -Contributing Section -DO NOT edit this section! -It will be automatically generated by the script. -*/} - ---- - -[Edit this page](https://github.com/langgenius/dify-docs/edit/main/en/getting-started/readme/features-and-specifications.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?title=Documentation%20Issue%3A%20res-and-specificati&body=%23%23%20Issue%20Description%0A%3C%21--%20Please%20briefly%20describe%20the%20issue%20you%20found%20--%3E%0A%0A%23%23%20Page%20Link%0Ahttps%3A%2F%2Fgithub.com%2Flanggenius%2Fdify-docs%2Fblob%2Fmain%2Fen/getting-started/readme%2Ffeatures-and-specifications.mdx%0A%0A%23%23%20Suggested%20Changes%0A%3C%21--%20If%20you%20have%20specific%20suggestions%20for%20changes%2C%20please%20describe%20them%20here%20--%3E%0A%0A%3C%21--%20Thank%20you%20for%20helping%20improve%20our%20documentation%21%20--%3E) - diff --git a/en/introduction.mdx b/en/introduction.mdx index 6ee45808..492d5e49 100644 --- a/en/introduction.mdx +++ b/en/introduction.mdx @@ -1,51 +1,40 @@ --- -title: Introduction +title: "Introduction" --- -Dify is an open-source platform for building AI applications. We combine Backend-as-a-Service and LLMOps to streamline the development of generative AI solutions, making it accessible to both developers and non-technical innovators. +Dify is an open-source agentic workflow platform that lets you build AI apps by connecting your models, data, and tools with drag-and-drop workflows instead of code. -Our platform integrates: +![853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png](/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png) -- Support for mainstream LLMs -- An intuitive Prompt orchestration interface -- High-quality RAG engines -- A flexible AI Agent framework -- An Intuitive Low-code Workflow -- Easy-to-use interfaces and APIs - -With Dify, you can skip the complexity and focus on what matters most - creating innovative AI applications that solve real-world problems. - -### The Advantage of Dify - -While many AI development tools offer individual components, Dify provides a comprehensive, production-ready solution. Think of Dify as a well-designed scaffolding system, not just a toolbox. - -As an open-source platform, Dify is co-created by a dedicated professional team and a vibrant community. This collaboration ensures rapid iteration, robust features, and a user-friendly interface. - -With Dify, you can: - -- Deploy capabilities similar to Assistants API and GPTs using any model -- Maintain full control over your data with flexible security options -- Leverage an intuitive interface for easy management and deployment - -### Dify + + + + + + + + + + + + + + + + + + + + -The name Dify comes from **D**o **I**t **F**or **Y**ou. + The name Dify comes from **D**o **I**t **F**or **Y**ou. -Here's how various groups are leveraging Dify: - -1. **Startups**: Rapidly prototype and iterate on AI ideas, accelerating both successes and failures. Numerous teams have used Dify to build MVPs, secure funding, and win customer contracts. -2. **Established Businesses**: Enhance existing applications with LLM capabilities. Use Dify's RESTful APIs to separate prompts from business logic, while utilizing our management interface to track data, costs, and usage. -3. **Enterprise AI infrastructure**: Banks and tech companies are deploying Dify as an internal LLM gateway, facilitating GenAI adoption with centralized governance. -4. **AI Enthusiasts and Learners**: Practice prompt engineering and explore agent technologies with ease. Over 60,000 developers built their first AI app on Dify even before GPTs were introduced. Since then, our community has grown significantly, now boasting over 180,000 developers and supporting 59,000+ end users. - -Whether you're a startup founder, an enterprise developer, or an AI enthusiast, Dify is designed to meet your needs and accelerate your AI journey! - ### Next Steps - Read [**Quick Start**](/en/guides/application-orchestrate/readme) for an overview of Dify’s application building workflow. -- Learn how to [**self-deploy Dify** ](/en/getting-started/install-self-hosted/readme)to your servers and [**integrate open source models**](/en/guides/model-configuration/readme)**.** +- Learn how to [**self-deploy Dify **](/en/getting-started/install-self-hosted/readme)to your servers and [**integrate open source models**](/en/guides/model-configuration/readme)**.** - Understand Dify’s [**specifications and roadmap**](/en/getting-started/readme/features-and-specifications)**.** - [**Star us on GitHub**](https://github.com/langgenius/dify) and read our [**Contributor Guidelines**](/en/community/contribution). @@ -57,5 +46,4 @@ It will be automatically generated by the script. --- -[Edit this page](https://github.com/langgenius/dify-docs/edit/main/en/introduction.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?title=Documentation%20Issue%3A%20duct&body=%23%23%20Issue%20Description%0A%3C%21--%20Please%20briefly%20describe%20the%20issue%20you%20found%20--%3E%0A%0A%23%23%20Page%20Link%0Ahttps%3A%2F%2Fgithub.com%2Flanggenius%2Fdify-docs%2Fblob%2Fmain%2Fen%2Fintroduction.mdx%0A%0A%23%23%20Suggested%20Changes%0A%3C%21--%20If%20you%20have%20specific%20suggestions%20for%20changes%2C%20please%20describe%20them%20here%20--%3E%0A%0A%3C%21--%20Thank%20you%20for%20helping%20improve%20our%20documentation%21%20--%3E) - +[Edit this page](https://github.com/langgenius/dify-docs/edit/main/en/introduction.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?title=Documentation%20Issue%3A%20duct&body=%23%23%20Issue%20Description%0A%3C%21--%20Please%20briefly%20describe%20the%20issue%20you%20found%20--%3E%0A%0A%23%23%20Page%20Link%0Ahttps%3A%2F%2Fgithub.com%2Flanggenius%2Fdify-docs%2Fblob%2Fmain%2Fen%2Fintroduction.mdx%0A%0A%23%23%20Suggested%20Changes%0A%3C%21--%20If%20you%20have%20specific%20suggestions%20for%20changes%2C%20please%20describe%20them%20here%20--%3E%0A%0A%3C%21--%20Thank%20you%20for%20helping%20improve%20our%20documentation%21%20--%3E) \ No newline at end of file diff --git a/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png b/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png new file mode 100644 index 00000000..4ad65757 Binary files /dev/null and b/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png differ diff --git a/images/image.png b/images/image.png index a6e9b084..942bad24 100644 Binary files a/images/image.png and b/images/image.png differ