[PR #600] [MERGED] Add docs for multimodal embedding #609

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/600
Author: @RiskeyL
Created: 12/9/2025
Status: Merged
Merged: 12/9/2025
Merged by: @RiskeyL

Base: mainHead: add/multimodal-embedding


📝 Commits (10+)

📊 Changes

86 files changed (+2402 additions, -1891 deletions)

View changed files

📝 docs.json (+150 -108)
📝 en/develop-plugin/dev-guides-and-walkthroughs/datasource-plugin.mdx (+1 -1)
en/develop-plugin/dev-guides-and-walkthroughs/develop-multimodal-data-processing-tool.mdx (+272 -0)
📝 en/self-host/configuration/environments.mdx (+22 -10)
📝 en/use-dify/knowledge/connect-external-knowledge-base.mdx (+1 -2)
📝 en/use-dify/knowledge/create-knowledge/chunking-and-cleaning-text.mdx (+4 -4)
📝 en/use-dify/knowledge/create-knowledge/import-text-data/readme.mdx (+38 -22)
📝 en/use-dify/knowledge/create-knowledge/import-text-data/sync-from-notion.mdx (+1 -1)
📝 en/use-dify/knowledge/create-knowledge/import-text-data/sync-from-website.mdx (+1 -1)
📝 en/use-dify/knowledge/create-knowledge/introduction.mdx (+7 -55)
📝 en/use-dify/knowledge/create-knowledge/setting-indexing-methods.mdx (+45 -23)
📝 en/use-dify/knowledge/external-knowledge-api.mdx (+1 -2)
📝 en/use-dify/knowledge/integrate-knowledge-within-application.mdx (+2 -2)
📝 en/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx (+56 -16)
📝 en/use-dify/knowledge/knowledge-pipeline/readme.mdx (+2 -1)
📝 en/use-dify/knowledge/manage-knowledge/introduction.mdx (+15 -45)
📝 en/use-dify/knowledge/manage-knowledge/maintain-dataset-via-api.mdx (+1 -1)
📝 en/use-dify/knowledge/manage-knowledge/maintain-knowledge-documents.mdx (+46 -213)
📝 en/use-dify/knowledge/metadata.mdx (+2 -5)
📝 en/use-dify/knowledge/readme.mdx (+46 -24)

...and 66 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/pull/600 **Author:** [@RiskeyL](https://github.com/RiskeyL) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@RiskeyL](https://github.com/RiskeyL) **Base:** `main` ← **Head:** `add/multimodal-embedding` --- ### 📝 Commits (10+) - [`ef064ff`](https://github.com/langgenius/dify-docs/commit/ef064ff29fab3c11b6332fe68c980c26f6f0c876) draft - [`b909e93`](https://github.com/langgenius/dify-docs/commit/b909e93b0edca42a9e2bcb36e193dcfaffed1065) migrate from old docs repo - [`d5cfdd8`](https://github.com/langgenius/dify-docs/commit/d5cfdd8fafb6371dea055ef8faf81b270e3446cc) adjust content based on experiencing the feature - [`c463121`](https://github.com/langgenius/dify-docs/commit/c4631218e0b9fa3a5a37aa809a8810898ce9a851) Improvements - [`b90ace7`](https://github.com/langgenius/dify-docs/commit/b90ace70c423e9aa0d77d4050ab08829516cc829) changes upon feedback - [`c79914a`](https://github.com/langgenius/dify-docs/commit/c79914a6280555a116baa11bddec08d9587d8fad) Merge branch 'main' into add/multimodal-embedding - [`16381ea`](https://github.com/langgenius/dify-docs/commit/16381ea80e00dc7c16a694c72139136a050b2bd8) refinements - [`be1b099`](https://github.com/langgenius/dify-docs/commit/be1b0990bf244c9150ca028f5606898eecef7177) zh draft - [`7800cf9`](https://github.com/langgenius/dify-docs/commit/7800cf90b047b92a16d7ba0d3075402f6e5b7989) add plugin dev docs - [`497948f`](https://github.com/langgenius/dify-docs/commit/497948fb101aebd058ad4b0bfd406153cf0af0c2) update old links ### 📊 Changes **86 files changed** (+2402 additions, -1891 deletions) <details> <summary>View changed files</summary> 📝 `docs.json` (+150 -108) 📝 `en/develop-plugin/dev-guides-and-walkthroughs/datasource-plugin.mdx` (+1 -1) ➕ `en/develop-plugin/dev-guides-and-walkthroughs/develop-multimodal-data-processing-tool.mdx` (+272 -0) 📝 `en/self-host/configuration/environments.mdx` (+22 -10) 📝 `en/use-dify/knowledge/connect-external-knowledge-base.mdx` (+1 -2) 📝 `en/use-dify/knowledge/create-knowledge/chunking-and-cleaning-text.mdx` (+4 -4) 📝 `en/use-dify/knowledge/create-knowledge/import-text-data/readme.mdx` (+38 -22) 📝 `en/use-dify/knowledge/create-knowledge/import-text-data/sync-from-notion.mdx` (+1 -1) 📝 `en/use-dify/knowledge/create-knowledge/import-text-data/sync-from-website.mdx` (+1 -1) 📝 `en/use-dify/knowledge/create-knowledge/introduction.mdx` (+7 -55) 📝 `en/use-dify/knowledge/create-knowledge/setting-indexing-methods.mdx` (+45 -23) 📝 `en/use-dify/knowledge/external-knowledge-api.mdx` (+1 -2) 📝 `en/use-dify/knowledge/integrate-knowledge-within-application.mdx` (+2 -2) 📝 `en/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx` (+56 -16) 📝 `en/use-dify/knowledge/knowledge-pipeline/readme.mdx` (+2 -1) 📝 `en/use-dify/knowledge/manage-knowledge/introduction.mdx` (+15 -45) 📝 `en/use-dify/knowledge/manage-knowledge/maintain-dataset-via-api.mdx` (+1 -1) 📝 `en/use-dify/knowledge/manage-knowledge/maintain-knowledge-documents.mdx` (+46 -213) 📝 `en/use-dify/knowledge/metadata.mdx` (+2 -5) 📝 `en/use-dify/knowledge/readme.mdx` (+46 -24) _...and 66 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 06:16:06 -05:00
yindo closed this issue 2026-02-16 06:16:06 -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#609