[PR #27] [MERGED] Doc/replace segments with docs #178

Closed
opened 2026-02-16 11:20:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs-archived/pull/27
Author: @crazywoola
Created: 11/28/2023
Status: Merged
Merged: 12/11/2023
Merged by: @crazywoola

Base: mainHead: doc/replace-segments-with-docs


📝 Commits (10+)

  • e2d5bd8 feat: replace segments with chunks
  • fa2dfe4 feat: replace Dataset/Datasets with Knowledge
  • 0ee387a feat: replace dataset with knowledge
  • 40bb925 feat: replace datasets with knowledge
  • 4f523ff Update en/advanced/datasets/README.md
  • 37f2f4a Update en/advanced/datasets/README.md
  • c540237 Update en/advanced/datasets/README.md
  • 6091743 Update en/advanced/datasets/README.md
  • 22fa841 Update en/advanced/datasets/README.md
  • a34256e Update en/advanced/retrieval-augment/retrieval.md

📊 Changes

28 files changed (+110 additions, -106 deletions)

View changed files

📝 en/SUMMARY.md (+2 -2)
📝 en/advanced/datasets/README.md (+29 -29)
📝 en/advanced/datasets/maintain-dataset-via-api.md (+11 -11)
📝 en/advanced/datasets/sync-from-notion.md (+5 -5)
📝 en/advanced/extension/api_based_extension/moderation-extension.md (+1 -1)
📝 en/advanced/model-configuration/README.md (+4 -0)
📝 en/advanced/prompt-engineering/README.md (+2 -2)
📝 en/advanced/prompt-engineering/prompt-template.md (+1 -1)
📝 en/advanced/retrieval-augment/hybrid-search.md (+10 -10)
📝 en/advanced/retrieval-augment/rerank.md (+5 -5)
📝 en/advanced/retrieval-augment/retrieval.md (+6 -6)
📝 en/application/creating-an-application.md (+2 -2)
📝 en/application/developing-with-apis.md (+2 -2)
📝 en/application/prompt-engineering/conversation-application.md (+1 -1)
📝 en/application/prompt-engineering/external_data_tool.md (+1 -1)
📝 en/application/prompt-engineering/text-generation-application.md (+1 -1)
📝 en/explore/chat.md (+5 -5)
📝 en/getting-started/faq/install-faq.md (+1 -1)
📝 en/getting-started/faq/llms-use-faq.md (+7 -7)
📝 en/getting-started/install-self-hosted/environments.md (+1 -1)

...and 8 more files

📄 Description

No description provided


🔄 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-archived/pull/27 **Author:** [@crazywoola](https://github.com/crazywoola) **Created:** 11/28/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `doc/replace-segments-with-docs` --- ### 📝 Commits (10+) - [`e2d5bd8`](https://github.com/langgenius/dify-docs-archived/commit/e2d5bd835a562dfb9512d74d72425a6678505f10) feat: replace segments with chunks - [`fa2dfe4`](https://github.com/langgenius/dify-docs-archived/commit/fa2dfe4bdc75b94010205f58b9f29fc28ecf2a56) feat: replace Dataset/Datasets with Knowledge - [`0ee387a`](https://github.com/langgenius/dify-docs-archived/commit/0ee387a6475fa5577415105d43f459289ddf04f5) feat: replace dataset with knowledge - [`40bb925`](https://github.com/langgenius/dify-docs-archived/commit/40bb9255967efa2991e788fe69400d9211e077d3) feat: replace datasets with knowledge - [`4f523ff`](https://github.com/langgenius/dify-docs-archived/commit/4f523ff9844385ab4d49d8a03f3294be6153e227) Update en/advanced/datasets/README.md - [`37f2f4a`](https://github.com/langgenius/dify-docs-archived/commit/37f2f4a8a1ed731e099a31b359138b2b172e302a) Update en/advanced/datasets/README.md - [`c540237`](https://github.com/langgenius/dify-docs-archived/commit/c540237841923057fc890073c293159dba005859) Update en/advanced/datasets/README.md - [`6091743`](https://github.com/langgenius/dify-docs-archived/commit/609174359a4e988b1bc40847e459012bf97ce88d) Update en/advanced/datasets/README.md - [`22fa841`](https://github.com/langgenius/dify-docs-archived/commit/22fa841e1c89a57e8e7595474bda9a69b9dc573f) Update en/advanced/datasets/README.md - [`a34256e`](https://github.com/langgenius/dify-docs-archived/commit/a34256ebdc2ee744cc30437f662000094c783be1) Update en/advanced/retrieval-augment/retrieval.md ### 📊 Changes **28 files changed** (+110 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `en/SUMMARY.md` (+2 -2) 📝 `en/advanced/datasets/README.md` (+29 -29) 📝 `en/advanced/datasets/maintain-dataset-via-api.md` (+11 -11) 📝 `en/advanced/datasets/sync-from-notion.md` (+5 -5) 📝 `en/advanced/extension/api_based_extension/moderation-extension.md` (+1 -1) 📝 `en/advanced/model-configuration/README.md` (+4 -0) 📝 `en/advanced/prompt-engineering/README.md` (+2 -2) 📝 `en/advanced/prompt-engineering/prompt-template.md` (+1 -1) 📝 `en/advanced/retrieval-augment/hybrid-search.md` (+10 -10) 📝 `en/advanced/retrieval-augment/rerank.md` (+5 -5) 📝 `en/advanced/retrieval-augment/retrieval.md` (+6 -6) 📝 `en/application/creating-an-application.md` (+2 -2) 📝 `en/application/developing-with-apis.md` (+2 -2) 📝 `en/application/prompt-engineering/conversation-application.md` (+1 -1) 📝 `en/application/prompt-engineering/external_data_tool.md` (+1 -1) 📝 `en/application/prompt-engineering/text-generation-application.md` (+1 -1) 📝 `en/explore/chat.md` (+5 -5) 📝 `en/getting-started/faq/install-faq.md` (+1 -1) 📝 `en/getting-started/faq/llms-use-faq.md` (+7 -7) 📝 `en/getting-started/install-self-hosted/environments.md` (+1 -1) _...and 8 more files_ </details> ### 📄 Description _No description provided_ --- <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 11:20:07 -05:00
yindo closed this issue 2026-02-16 11:20:07 -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-archived#178