[PR #601] [CLOSED] 🌐 Sync PR #600 translations: Add docs for multimodal embedding #610

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/601
Author: @github-actions[bot]
Created: 12/9/2025
Status: Closed

Base: mainHead: docs-sync-pr-600


📝 Commits (2)

  • 6720811 🌐 Initial translations for PR #600
  • 095d51f 🔄 Update translations for commit 87fa6920

📊 Changes

59 files changed (+3313 additions, -1299 deletions)

View changed files

📝 docs.json (+138 -84)
📝 ja/develop-plugin/dev-guides-and-walkthroughs/datasource-plugin.mdx (+1 -1)
ja/develop-plugin/dev-guides-and-walkthroughs/develop-multimodal-data-processing-tool.mdx (+276 -0)
📝 ja/self-host/configuration/environments.mdx (+806 -3)
📝 ja/use-dify/knowledge/connect-external-knowledge-base.mdx (+4 -3)
📝 ja/use-dify/knowledge/create-knowledge/chunking-and-cleaning-text.mdx (+8 -7)
📝 ja/use-dify/knowledge/create-knowledge/import-text-data/readme.mdx (+42 -23)
📝 ja/use-dify/knowledge/create-knowledge/import-text-data/sync-from-notion.mdx (+3 -1)
📝 ja/use-dify/knowledge/create-knowledge/import-text-data/sync-from-website.mdx (+3 -1)
📝 ja/use-dify/knowledge/create-knowledge/introduction.mdx (+9 -52)
📝 ja/use-dify/knowledge/create-knowledge/setting-indexing-methods.mdx (+35 -16)
📝 ja/use-dify/knowledge/external-knowledge-api.mdx (+2 -1)
📝 ja/use-dify/knowledge/integrate-knowledge-within-application.mdx (+3 -1)
📝 ja/use-dify/knowledge/knowledge-pipeline/authorize-data-source.mdx (+2 -0)
📝 ja/use-dify/knowledge/knowledge-pipeline/create-knowledge-pipeline.mdx (+2 -0)
📝 ja/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx (+49 -6)
📝 ja/use-dify/knowledge/knowledge-pipeline/manage-knowledge-base.mdx (+2 -0)
📝 ja/use-dify/knowledge/knowledge-pipeline/publish-knowledge-pipeline.mdx (+2 -0)
📝 ja/use-dify/knowledge/knowledge-pipeline/readme.mdx (+4 -1)
📝 ja/use-dify/knowledge/knowledge-pipeline/upload-files.mdx (+2 -0)

...and 39 more files

📄 Description

Syncs PR #600 to other languages.

Original: Add docs for multimodal embedding

What's synced

  • 🇨🇳 Chinese (zh)
  • 🇯🇵 Japanese (ja)
  • 📋 Navigation (docs.json)

Review translations and merge when ready. Both PRs can merge independently.


🤖 Auto-synced from PR #600


🔄 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/601 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 12/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs-sync-pr-600` --- ### 📝 Commits (2) - [`6720811`](https://github.com/langgenius/dify-docs/commit/6720811e7802152f7b1949aef85ae6a46dffe20f) 🌐 Initial translations for PR #600 - [`095d51f`](https://github.com/langgenius/dify-docs/commit/095d51feb57089fe69d5420007f44e77b56c18d4) 🔄 Update translations for commit 87fa6920 ### 📊 Changes **59 files changed** (+3313 additions, -1299 deletions) <details> <summary>View changed files</summary> 📝 `docs.json` (+138 -84) 📝 `ja/develop-plugin/dev-guides-and-walkthroughs/datasource-plugin.mdx` (+1 -1) ➕ `ja/develop-plugin/dev-guides-and-walkthroughs/develop-multimodal-data-processing-tool.mdx` (+276 -0) 📝 `ja/self-host/configuration/environments.mdx` (+806 -3) 📝 `ja/use-dify/knowledge/connect-external-knowledge-base.mdx` (+4 -3) 📝 `ja/use-dify/knowledge/create-knowledge/chunking-and-cleaning-text.mdx` (+8 -7) 📝 `ja/use-dify/knowledge/create-knowledge/import-text-data/readme.mdx` (+42 -23) 📝 `ja/use-dify/knowledge/create-knowledge/import-text-data/sync-from-notion.mdx` (+3 -1) 📝 `ja/use-dify/knowledge/create-knowledge/import-text-data/sync-from-website.mdx` (+3 -1) 📝 `ja/use-dify/knowledge/create-knowledge/introduction.mdx` (+9 -52) 📝 `ja/use-dify/knowledge/create-knowledge/setting-indexing-methods.mdx` (+35 -16) 📝 `ja/use-dify/knowledge/external-knowledge-api.mdx` (+2 -1) 📝 `ja/use-dify/knowledge/integrate-knowledge-within-application.mdx` (+3 -1) 📝 `ja/use-dify/knowledge/knowledge-pipeline/authorize-data-source.mdx` (+2 -0) 📝 `ja/use-dify/knowledge/knowledge-pipeline/create-knowledge-pipeline.mdx` (+2 -0) 📝 `ja/use-dify/knowledge/knowledge-pipeline/knowledge-pipeline-orchestration.mdx` (+49 -6) 📝 `ja/use-dify/knowledge/knowledge-pipeline/manage-knowledge-base.mdx` (+2 -0) 📝 `ja/use-dify/knowledge/knowledge-pipeline/publish-knowledge-pipeline.mdx` (+2 -0) 📝 `ja/use-dify/knowledge/knowledge-pipeline/readme.mdx` (+4 -1) 📝 `ja/use-dify/knowledge/knowledge-pipeline/upload-files.mdx` (+2 -0) _...and 39 more files_ </details> ### 📄 Description Syncs PR #600 to other languages. **Original:** Add docs for multimodal embedding ### What's synced - 🇨🇳 Chinese (zh) - 🇯🇵 Japanese (ja) - 📋 Navigation (docs.json) Review translations and merge when ready. Both PRs can merge independently. --- 🤖 Auto-synced from PR #600 --- <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:07 -05:00
yindo closed this issue 2026-02-16 06:16: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#610