Skip to content

Commit b949776

Browse files
RiskeyLRiskey
andauthored
Update ee docs (#653)
* create 3.4.x navigation * add content related to multi-credential management and load balancing for 3-5-x * add content related to knowledge pipeline for 3-6-x * add content related to trigger, multimodal embedding, and json object for 3-7-x * changes upon review * remove unnecessary links --------- Co-authored-by: Riskey <riskey47@dify.ai>
1 parent 2da8eb4 commit b949776

81 files changed

Lines changed: 8436 additions & 341 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs.json

Lines changed: 2351 additions & 12 deletions
Large diffs are not rendered by default.

versions/3-0-x/en/user-guide/introduction 2.mdx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@ Dify is an open-source platform for building agentic workflows. It lets you defi
77

88
![853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png](/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png)
99

10-
<CardGroup cols={3}>
11-
<Card title="Quick Start" icon="play" href="/en/use-dify/getting-started/quick-start">
12-
Start shipping powerful apps in minutes
13-
</Card>
14-
<Card title="Concepts" icon="highlighter" iconType="regular" href="/en/use-dify/getting-started/key-concepts">
15-
Core Dify building blocks explained
16-
</Card>
17-
<Card title="Self Host" icon="arrow-down-to-line" href="/en/self-host/quick-start/docker-compose">
18-
Deploy Dify on your own laptop / server
19-
</Card>
20-
<Card title="Forum" icon="message" href="https://forum.dify.ai">
21-
Trade notes with the community
22-
</Card>
23-
<Card title="Changelog" icon="bell" href="https://github.com/langgenius/dify/releases">
24-
What's changed over past releases
25-
</Card>
26-
<Card title="Tutorials" icon="lightbulb" href="/en/use-dify/tutorials/customer-service-bot">
27-
Example Dify use case walkthroughs
28-
</Card>
29-
</CardGroup>
30-
3110
<Info>
3211
The name Dify comes from **D**o **I**t **F**or **Y**ou.
3312
</Info>

versions/3-0-x/en/user-guide/introduction.mdx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@ Dify is an open-source platform for building agentic workflows. It lets you defi
77

88
![853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png](/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png)
99

10-
<CardGroup cols={3}>
11-
<Card title="Quick Start" icon="play" href="/en/use-dify/getting-started/quick-start">
12-
Start shipping powerful apps in minutes
13-
</Card>
14-
<Card title="Concepts" icon="highlighter" iconType="regular" href="/en/use-dify/getting-started/key-concepts">
15-
Core Dify building blocks explained
16-
</Card>
17-
<Card title="Self Host" icon="arrow-down-to-line" href="/en/self-host/quick-start/docker-compose">
18-
Deploy Dify on your own laptop / server
19-
</Card>
20-
<Card title="Forum" icon="message" href="https://forum.dify.ai">
21-
Trade notes with the community
22-
</Card>
23-
<Card title="Changelog" icon="bell" href="https://github.com/langgenius/dify/releases">
24-
What's changed over past releases
25-
</Card>
26-
<Card title="Tutorials" icon="lightbulb" href="/en/use-dify/tutorials/customer-service-bot">
27-
Example Dify use case walkthroughs
28-
</Card>
29-
</CardGroup>
30-
3110
<Info>
3211
The name Dify comes from **D**o **I**t **F**or **Y**ou.
3312
</Info>

versions/3-0-x/ja/user-guide/introduction 2.mdx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,10 @@ title: "はじめに"
33
mode: "wide"
44
---
55

6-
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/use-dify/getting-started/introduction)を参照してください。</Note>
7-
86
Difyは、AIワークフローを構築するためのオープンソースプラットフォームです。ビジュアルキャンバス上でAIモデルを編成し、データソースを接続し、処理フローを定義することで、ドメイン知識を直接動作するソフトウェアに変換できます。
97

108
![853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png](/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png)
119

12-
<CardGroup cols={3}>
13-
<Card title="クイックスタート" icon="play" href="/jp/use-dify/getting-started/quick-start">
14-
数分で強力なアプリの構築を開始
15-
</Card>
16-
<Card title="概念" icon="highlighter" iconType="regular" href="/jp/use-dify/getting-started/key-concepts">
17-
Difyの核となる構成要素の説明
18-
</Card>
19-
<Card title="セルフホスティング" icon="arrow-down-to-line" href="/jp/self-host/quick-start/docker-compose">
20-
自分のノートパソコン/サーバーにDifyをインストールするガイド
21-
</Card>
22-
<Card title="フォーラム" icon="message" href="https://forum.dify.ai">
23-
コミュニティとの情報交換
24-
</Card>
25-
<Card title="変更履歴" icon="bell" href="https://github.com/langgenius/dify/releases">
26-
過去のリリースでの変更内容
27-
</Card>
28-
<Card title="チュートリアル" icon="lightbulb" href="/jp/use-dify/tutorials/customer-service-bot">
29-
Difyのユースケース例のウォークスルー
30-
</Card>
31-
</CardGroup>
32-
3310
<Info>
3411
Difyという名前は、**D**o **I**t **F**or **Y**ou(あなたのためにそれを行う)に由来しています。
3512
</Info>

versions/3-0-x/ja/user-guide/introduction.mdx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,10 @@ title: "はじめに"
33
mode: "wide"
44
---
55

6-
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/use-dify/getting-started/introduction)を参照してください。</Note>
7-
86
Difyは、AIワークフローを構築するためのオープンソースプラットフォームです。ビジュアルキャンバス上でAIモデルを編成し、データソースを接続し、処理フローを定義することで、ドメイン知識を直接動作するソフトウェアに変換できます。
97

108
![853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png](/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png)
119

12-
<CardGroup cols={3}>
13-
<Card title="クイックスタート" icon="play" href="/jp/use-dify/getting-started/quick-start">
14-
数分で強力なアプリの構築を開始
15-
</Card>
16-
<Card title="概念" icon="highlighter" iconType="regular" href="/jp/use-dify/getting-started/key-concepts">
17-
Difyの核となる構成要素の説明
18-
</Card>
19-
<Card title="セルフホスティング" icon="arrow-down-to-line" href="/jp/self-host/quick-start/docker-compose">
20-
自分のノートパソコン/サーバーにDifyをインストールするガイド
21-
</Card>
22-
<Card title="フォーラム" icon="message" href="https://forum.dify.ai">
23-
コミュニティとの情報交換
24-
</Card>
25-
<Card title="変更履歴" icon="bell" href="https://github.com/langgenius/dify/releases">
26-
過去のリリースでの変更内容
27-
</Card>
28-
<Card title="チュートリアル" icon="lightbulb" href="/jp/use-dify/tutorials/customer-service-bot">
29-
Difyのユースケース例のウォークスルー
30-
</Card>
31-
</CardGroup>
32-
3310
<Info>
3411
Difyという名前は、**D**o **I**t **F**or **Y**ou(あなたのためにそれを行う)に由来しています。
3512
</Info>

versions/3-0-x/zh/user-guide/introduction 2.mdx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,10 @@ title: "介绍"
33
mode: "wide"
44
---
55

6-
<Note> ⚠️ 本文档由 AI 自动翻译。如有任何不准确之处,请参考[英文原版](/en/use-dify/getting-started/introduction)。</Note>
7-
86
Dify 是一个用于构建 AI 工作流的开源平台。通过在可视化画布上编排 AI 模型、连接数据源、定义处理流程,直接将你的领域知识转化为可运行的软件。
97

108
![853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png](/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png)
119

12-
<CardGroup cols={3}>
13-
<Card title="快速开始" icon="play" href="/cn/use-dify/getting-started/quick-start">
14-
数分钟内开始构建强大的应用
15-
</Card>
16-
<Card title="概念" icon="highlighter" iconType="regular" href="/cn/use-dify/getting-started/key-concepts">
17-
核心 Dify 构建模块解释
18-
</Card>
19-
<Card title="自部署" icon="arrow-down-to-line" href="/cn/self-host/quick-start/docker-compose">
20-
在你的笔记本电脑/服务器上安装 Dify
21-
</Card>
22-
<Card title="论坛" icon="message" href="https://forum.dify.ai">
23-
与社区交流心得
24-
</Card>
25-
<Card title="更新日志" icon="bell" href="https://github.com/langgenius/dify/releases">
26-
查看过往版本的更新内容
27-
</Card>
28-
<Card title="教程" icon="lightbulb" href="/cn/use-dify/tutorials/customer-service-bot">
29-
Dify 用例示例演练
30-
</Card>
31-
</CardGroup>
32-
3310
<Info>
3411
Dify 这个名字来自 **D**o **I**t **F**or **Y**ou。
3512
</Info>

versions/3-0-x/zh/user-guide/introduction.mdx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,11 @@ title: "介绍"
33
mode: "wide"
44
---
55

6-
<Note> ⚠️ 本文档由 AI 自动翻译。如有任何不准确之处,请参考[英文原版](/en/use-dify/getting-started/introduction)。</Note>
76

87
Dify 是一个用于构建 AI 工作流的开源平台。通过在可视化画布上编排 AI 模型、连接数据源、定义处理流程,直接将你的领域知识转化为可运行的软件。
98

109
![853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png](/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png)
1110

12-
<CardGroup cols={3}>
13-
<Card title="快速开始" icon="play" href="/cn/use-dify/getting-started/quick-start">
14-
数分钟内开始构建强大的应用
15-
</Card>
16-
<Card title="概念" icon="highlighter" iconType="regular" href="/cn/use-dify/getting-started/key-concepts">
17-
核心 Dify 构建模块解释
18-
</Card>
19-
<Card title="自部署" icon="arrow-down-to-line" href="/cn/self-host/quick-start/docker-compose">
20-
在你的笔记本电脑/服务器上安装 Dify
21-
</Card>
22-
<Card title="论坛" icon="message" href="https://forum.dify.ai">
23-
与社区交流心得
24-
</Card>
25-
<Card title="更新日志" icon="bell" href="https://github.com/langgenius/dify/releases">
26-
查看过往版本的更新内容
27-
</Card>
28-
<Card title="教程" icon="lightbulb" href="/cn/use-dify/tutorials/customer-service-bot">
29-
Dify 用例示例演练
30-
</Card>
31-
</CardGroup>
32-
3311
<Info>
3412
Dify 这个名字来自 **D**o **I**t **F**or **Y**ou。
3513
</Info>

versions/3-2-x/en/user-guide/introduction 2.mdx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@ Dify is an open-source platform for building agentic workflows. It lets you defi
77

88
![853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png](/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png)
99

10-
<CardGroup cols={3}>
11-
<Card title="Quick Start" icon="play" href="/en/use-dify/getting-started/quick-start">
12-
Start shipping powerful apps in minutes
13-
</Card>
14-
<Card title="Concepts" icon="highlighter" iconType="regular" href="/en/use-dify/getting-started/key-concepts">
15-
Core Dify building blocks explained
16-
</Card>
17-
<Card title="Self Host" icon="arrow-down-to-line" href="/en/self-host/quick-start/docker-compose">
18-
Deploy Dify on your own laptop / server
19-
</Card>
20-
<Card title="Forum" icon="message" href="https://forum.dify.ai">
21-
Trade notes with the community
22-
</Card>
23-
<Card title="Changelog" icon="bell" href="https://github.com/langgenius/dify/releases">
24-
What's changed over past releases
25-
</Card>
26-
<Card title="Tutorials" icon="lightbulb" href="/en/use-dify/tutorials/customer-service-bot">
27-
Example Dify use case walkthroughs
28-
</Card>
29-
</CardGroup>
30-
3110
<Info>
3211
The name Dify comes from **D**o **I**t **F**or **Y**ou.
3312
</Info>

versions/3-2-x/en/user-guide/introduction.mdx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,6 @@ Dify is an open-source platform for building agentic workflows. It lets you defi
77

88
![853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png](/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png)
99

10-
<CardGroup cols={3}>
11-
<Card title="Quick Start" icon="play" href="/en/use-dify/getting-started/quick-start">
12-
Start shipping powerful apps in minutes
13-
</Card>
14-
<Card title="Concepts" icon="highlighter" iconType="regular" href="/en/use-dify/getting-started/key-concepts">
15-
Core Dify building blocks explained
16-
</Card>
17-
<Card title="Self Host" icon="arrow-down-to-line" href="/en/self-host/quick-start/docker-compose">
18-
Deploy Dify on your own laptop / server
19-
</Card>
20-
<Card title="Forum" icon="message" href="https://forum.dify.ai">
21-
Trade notes with the community
22-
</Card>
23-
<Card title="Changelog" icon="bell" href="https://github.com/langgenius/dify/releases">
24-
What's changed over past releases
25-
</Card>
26-
<Card title="Tutorials" icon="lightbulb" href="/en/use-dify/tutorials/customer-service-bot">
27-
Example Dify use case walkthroughs
28-
</Card>
29-
</CardGroup>
30-
3110
<Info>
3211
The name Dify comes from **D**o **I**t **F**or **Y**ou.
3312
</Info>

versions/3-2-x/ja/user-guide/introduction 2.mdx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,10 @@ title: "はじめに"
33
mode: "wide"
44
---
55

6-
<Note> ⚠️ このドキュメントはAIによって自動翻訳されています。不正確な部分がある場合は、[英語版](/en/use-dify/getting-started/introduction)を参照してください。</Note>
7-
86
Difyは、AIワークフローを構築するためのオープンソースプラットフォームです。ビジュアルキャンバス上でAIモデルを編成し、データソースを接続し、処理フローを定義することで、ドメイン知識を直接動作するソフトウェアに変換できます。
97

108
![853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png](/images/853427c8123decb5ea3d163ae3bb8ab635d95e92f7ee14a2e51e54df06e94fd8.png)
119

12-
<CardGroup cols={3}>
13-
<Card title="クイックスタート" icon="play" href="/jp/use-dify/getting-started/quick-start">
14-
数分で強力なアプリの構築を開始
15-
</Card>
16-
<Card title="概念" icon="highlighter" iconType="regular" href="/jp/use-dify/getting-started/key-concepts">
17-
Difyの核となる構成要素の説明
18-
</Card>
19-
<Card title="セルフホスティング" icon="arrow-down-to-line" href="/jp/self-host/quick-start/docker-compose">
20-
自分のノートパソコン/サーバーにDifyをインストールするガイド
21-
</Card>
22-
<Card title="フォーラム" icon="message" href="https://forum.dify.ai">
23-
コミュニティとの情報交換
24-
</Card>
25-
<Card title="変更履歴" icon="bell" href="https://github.com/langgenius/dify/releases">
26-
過去のリリースでの変更内容
27-
</Card>
28-
<Card title="チュートリアル" icon="lightbulb" href="/jp/use-dify/tutorials/customer-service-bot">
29-
Difyのユースケース例のウォークスルー
30-
</Card>
31-
</CardGroup>
32-
3310
<Info>
3411
Difyという名前は、**D**o **I**t **F**or **Y**ou(あなたのためにそれを行う)に由来しています。
3512
</Info>

0 commit comments

Comments
 (0)