[PR #443] [CLOSED] Update DSL Naming Issue in RAG Doc(CN) #506

Closed
opened 2026-02-16 06:15:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/443
Author: @PrimmaAnna
Created: 9/4/2025
Status: Closed

Base: mainHead: patch-3


📝 Commits (7)

  • 4fb1259 Add knowledge pipeline page
  • 2d4b5da Add page knowledge orchestration
  • 9b2aabe Complete en & zh version for knowledge pipeline
  • a0d04bc renew en. version of knowledge pipeline
  • 04795f6 Complete Ch and Jp
  • 378a0a7 Modify styles
  • ff9ba30 Update create-knowledge-pipeline.mdx

📊 Changes

84 files changed (+2681 additions, -24 deletions)

View changed files

📝 docs.json (+36 -0)
en/guides/knowledge-base/knowledge-pipeline/authorize-data-source.mdx (+100 -0)
en/guides/knowledge-base/knowledge-pipeline/create-knowledge-pipeline.mdx (+76 -0)
en/guides/knowledge-base/knowledge-pipeline/knowledge-pipeline-orchestration.mdx (+524 -0)
en/guides/knowledge-base/knowledge-pipeline/manage-knowledge-base.mdx (+24 -0)
en/guides/knowledge-base/knowledge-pipeline/publish-knowledge-pipeline.mdx (+50 -0)
en/guides/knowledge-base/knowledge-pipeline/readme.mdx (+51 -0)
en/guides/knowledge-base/knowledge-pipeline/upload-files.mdx (+58 -0)
images/knowledge-base/authorize-data-1.PNG (+0 -0)
images/knowledge-base/authorize-data-10.png (+0 -0)
images/knowledge-base/authorize-data-11.png (+0 -0)
images/knowledge-base/authorize-data-12.png (+0 -0)
images/knowledge-base/authorize-data-2.PNG (+0 -0)
images/knowledge-base/authorize-data-3.PNG (+0 -0)
images/knowledge-base/authorize-data-4.png (+0 -0)
images/knowledge-base/authorize-data-6.png (+0 -0)
images/knowledge-base/authorize-data-7.png (+0 -0)
images/knowledge-base/authorize-data-8.png (+0 -0)
images/knowledge-base/authorize-data-9.png (+0 -0)
images/knowledge-base/create-knowledge-pipeline-1.png (+0 -0)

...and 64 more files

📄 Description

I've changed DSL into pipeline based on the latest UI.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/443 **Author:** [@PrimmaAnna](https://github.com/PrimmaAnna) **Created:** 9/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-3` --- ### 📝 Commits (7) - [`4fb1259`](https://github.com/langgenius/dify-docs/commit/4fb12591bc35a58122908cee4928b2c3a1ab6053) Add knowledge pipeline page - [`2d4b5da`](https://github.com/langgenius/dify-docs/commit/2d4b5dab951bb65ebd1c2768654cb6eb35d78652) Add page knowledge orchestration - [`9b2aabe`](https://github.com/langgenius/dify-docs/commit/9b2aabee88ded4b6ad9a3486178aa32826f5873f) Complete en & zh version for knowledge pipeline - [`a0d04bc`](https://github.com/langgenius/dify-docs/commit/a0d04bcbbd07b6ae8ed034c827341b3a2d2ded2b) renew en. version of knowledge pipeline - [`04795f6`](https://github.com/langgenius/dify-docs/commit/04795f6529e764ec8a7837462ece8eabc61c9ed5) Complete Ch and Jp - [`378a0a7`](https://github.com/langgenius/dify-docs/commit/378a0a716d9d8d0cebcbc04be90f96aa82cf40e6) Modify styles - [`ff9ba30`](https://github.com/langgenius/dify-docs/commit/ff9ba30bdd98276e58dee77ef2c7f3280e1cf761) Update create-knowledge-pipeline.mdx ### 📊 Changes **84 files changed** (+2681 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `docs.json` (+36 -0) ➕ `en/guides/knowledge-base/knowledge-pipeline/authorize-data-source.mdx` (+100 -0) ➕ `en/guides/knowledge-base/knowledge-pipeline/create-knowledge-pipeline.mdx` (+76 -0) ➕ `en/guides/knowledge-base/knowledge-pipeline/knowledge-pipeline-orchestration.mdx` (+524 -0) ➕ `en/guides/knowledge-base/knowledge-pipeline/manage-knowledge-base.mdx` (+24 -0) ➕ `en/guides/knowledge-base/knowledge-pipeline/publish-knowledge-pipeline.mdx` (+50 -0) ➕ `en/guides/knowledge-base/knowledge-pipeline/readme.mdx` (+51 -0) ➕ `en/guides/knowledge-base/knowledge-pipeline/upload-files.mdx` (+58 -0) ➕ `images/knowledge-base/authorize-data-1.PNG` (+0 -0) ➕ `images/knowledge-base/authorize-data-10.png` (+0 -0) ➕ `images/knowledge-base/authorize-data-11.png` (+0 -0) ➕ `images/knowledge-base/authorize-data-12.png` (+0 -0) ➕ `images/knowledge-base/authorize-data-2.PNG` (+0 -0) ➕ `images/knowledge-base/authorize-data-3.PNG` (+0 -0) ➕ `images/knowledge-base/authorize-data-4.png` (+0 -0) ➕ `images/knowledge-base/authorize-data-6.png` (+0 -0) ➕ `images/knowledge-base/authorize-data-7.png` (+0 -0) ➕ `images/knowledge-base/authorize-data-8.png` (+0 -0) ➕ `images/knowledge-base/authorize-data-9.png` (+0 -0) ➕ `images/knowledge-base/create-knowledge-pipeline-1.png` (+0 -0) _...and 64 more files_ </details> ### 📄 Description I've changed DSL into pipeline based on the latest UI. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:15:42 -05:00
yindo closed this issue 2026-02-16 06:15:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#506