diff --git a/docs-backup-3.21.json b/docs-3.21.json similarity index 100% rename from docs-backup-3.21.json rename to docs-3.21.json diff --git a/docs.json b/docs.json index ca32bb89..c5a736da 100644 --- a/docs.json +++ b/docs.json @@ -895,221 +895,234 @@ }, { "language": "ja", - "href": "/ja/introduction", + "href": "/ja-jp/introduction", "tabs": [ { "tab": "ドキュメント", "groups": [ { - "group": "はじめに", + "group": "入門", "pages": [ - "ja/introduction" + { + "group": "Difyへようこそ", + "pages": [ + "ja-jp/introduction", + "ja-jp/getting-started/readme/features-and-specifications", + "ja-jp/getting-started/readme/model-providers" + ] + }, + "ja-jp/getting-started/cloud", + { + "group": "Dify 社区版", + "pages": [ + "ja-jp/getting-started/install-self-hosted/readme", + "ja-jp/getting-started/install-self-hosted/docker-compose", + "ja-jp/getting-started/install-self-hosted/local-source-code", + "ja-jp/getting-started/install-self-hosted/bt-panel", + "ja-jp/getting-started/install-self-hosted/start-the-frontend-docker-container", + "ja-jp/getting-started/install-self-hosted/environments", + "ja-jp/getting-started/install-self-hosted/faq" + ] + }, + "ja-jp/getting-started/dify-premium" ] }, { - "group": "ユーザーマニュアル", + "group": "マニュアル", "pages": [ - "ja/getting-started/install-self-hosted/README", { - "group": "モデルの接続", + "group": "モデル", "pages": [ - "ja-jp/user-guide/models/model-configuration", - "ja-jp/user-guide/models/new-provider", - "ja-jp/user-guide/models/predefined-model", - "ja-jp/user-guide/models/customizable-model", - "ja-jp/user-guide/models/interfaces", - "ja-jp/user-guide/models/schema", - "ja-jp/user-guide/models/load-balancing" + "ja-jp/guides/model-configuration/readme", + "ja-jp/guides/model-configuration/new-provider", + "ja-jp/guides/model-configuration/predefined-model", + "ja-jp/guides/model-configuration/customizable-model", + "ja-jp/guides/model-configuration/interfaces", + "ja-jp/guides/model-configuration/schema", + "ja-jp/guides/model-configuration/load-balancing" ] }, { - "group": "アプリの構築", + "group": "アプリ・オーケストレーション", "pages": [ - "ja-jp/user-guide/build-app/chatbot", - "ja-jp/user-guide/build-app/text-generator", - "ja-jp/user-guide/build-app/agent", + "ja-jp/guides/application-orchestrate/readme", + "ja-jp/guides/application-orchestrate/creating-an-application", { - "group": "チャットフロー & ワークフロー", + "group": "チャットボット", "pages": [ - "ja-jp/user-guide/build-app/flow-app/concepts", - "ja-jp/user-guide/build-app/flow-app/create-flow-app", - "ja-jp/user-guide/build-app/flow-app/variables", + "ja-jp/guides/application-orchestrate/chatbot-application", + "ja-jp/guides/application-orchestrate/multiple-llms-debugging" + ] + }, + "ja-jp/guides/application-orchestrate/agent", + { + "group": "ツールキット", + "pages": [ + "ja-jp/guides/application-orchestrate/app-toolkits/README", + "ja-jp/guides/application-orchestrate/app-toolkits/moderation-tool" + ] + } + ] + }, + { + "group": "ワークフロー", + "pages": [ + "ja-jp/guides/workflow/concepts", + "ja-jp/guides/workflow/variables", { "group": "ノードの説明", "pages": [ - "ja-jp/user-guide/build-app/flow-app/nodes/start", - "ja-jp/user-guide/build-app/flow-app/nodes/end", - "ja-jp/user-guide/build-app/flow-app/nodes/answer", - "ja-jp/user-guide/build-app/flow-app/nodes/llm", - "ja-jp/user-guide/build-app/flow-app/nodes/knowledge-retrieval", - "ja-jp/user-guide/build-app/flow-app/nodes/question-classifier", - "ja-jp/user-guide/build-app/flow-app/nodes/ifelse", - "ja-jp/user-guide/build-app/flow-app/nodes/code", - "ja-jp/user-guide/build-app/flow-app/nodes/template", - "ja-jp/user-guide/build-app/flow-app/nodes/doc-extractor", - "ja-jp/user-guide/build-app/flow-app/nodes/list-operator", - "ja-jp/user-guide/build-app/flow-app/nodes/variable-aggregation", - "ja-jp/user-guide/build-app/flow-app/nodes/variable-assigner", - "ja-jp/user-guide/build-app/flow-app/nodes/iteration", - "ja-jp/user-guide/build-app/flow-app/nodes/parameter-extractor", - "ja-jp/user-guide/build-app/flow-app/nodes/http-request", - "ja-jp/user-guide/build-app/flow-app/nodes/tools" + "ja-jp/guides/workflow/nodes/start", + "ja-jp/guides/workflow/nodes/end", + "ja-jp/guides/workflow/nodes/answer", + "ja-jp/guides/workflow/nodes/llm", + "ja-jp/guides/workflow/nodes/knowledge-retrieval", + "ja-jp/guides/workflow/nodes/question-classifier", + "ja-jp/guides/workflow/nodes/ifelse", + "ja-jp/guides/workflow/nodes/code", + "ja-jp/guides/workflow/nodes/template", + "ja-jp/guides/workflow/nodes/doc-extractor", + "ja-jp/guides/workflow/nodes/list-operator", + "ja-jp/guides/workflow/nodes/variable-aggregator", + "ja-jp/guides/workflow/nodes/variable-assigner", + "ja-jp/guides/workflow/nodes/iteration", + "ja-jp/guides/workflow/nodes/parameter-extractor", + "ja-jp/guides/workflow/nodes/http-request", + "ja-jp/guides/workflow/nodes/agent", + "ja-jp/guides/workflow/nodes/tools", + "ja-jp/guides/workflow/nodes/loop" ] }, - "ja-jp/user-guide/build-app/flow-app/orchestrate-node", - "ja-jp/user-guide/build-app/flow-app/file-upload", - "ja-jp/user-guide/build-app/flow-app/additional-feature", - "ja-jp/user-guide/build-app/flow-app/application-publishing" + "ja-jp/guides/workflow/shortcut-key", + "ja-jp/guides/workflow/orchestrate-node", + "ja-jp/guides/workflow/file-upload", + { + "group": "エラー処理", + "pages": [ + "ja-jp/guides/workflow/error-handling/readme", + "ja-jp/guides/workflow/error-handling/predefined-nodes-failure-logic", + "ja-jp/guides/workflow/error-handling/error-type" + ] + }, + "ja-jp/guides/workflow/additional-feature", + { + "group": "プレビューとデバッグ", + "pages": [ + "ja-jp/guides/workflow/debug-and-preview/step-run", + "ja-jp/guides/workflow/debug-and-preview/log", + "ja-jp/guides/workflow/debug-and-preview/checklist", + "ja-jp/guides/workflow/debug-and-preview/history" + ] + }, + "ja-jp/guides/workflow/publish", + "ja-jp/guides/workflow/bulletin" ] - } - ] }, { - "group": "アプリのデバッグ", + "group": "ナレッジベース", "pages": [ + "ja-jp/guides/knowledge-base/readme", { - "group": "チャットフロー & ワークフロー", + "group": "ナレッジベース作成", "pages": [ - "ja-jp/user-guide/debug-app/chatflow-and-workflow/preview-and-run", - "ja-jp/user-guide/debug-app/chatflow-and-workflow/step-run", - "ja-jp/user-guide/debug-app/chatflow-and-workflow/log", - "ja-jp/user-guide/debug-app/chatflow-and-workflow/checklist", - "ja-jp/user-guide/debug-app/chatflow-and-workflow/history" - ] - } - ] - }, - { - "group": "アプリの発表", - "pages": [ - { - "group": "公開Webアプリとしてのリリース", - "pages": [ - "ja-jp/user-guide/application-publishing/launch-your-webapp-quickly/web-app-settings", - "ja-jp/user-guide/application-publishing/launch-your-webapp-quickly/text-generator", - "ja-jp/user-guide/application-publishing/launch-your-webapp-quickly/conversation-application" + "ja-jp/guides/knowledge-base/knowledge-base-creation/introduction", + { + "group": "1. オンラインデータソースの活用", + "pages": [ + "ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme", + "ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion", + "ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website" + ] + }, + "ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text", + "ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods" ] }, - "ja-jp/user-guide/application-publishing/embedding-in-websites", - "ja-jp/user-guide/application-publishing/developing-with-apis", - "ja-jp/user-guide/application-publishing/based-on-frontend-templates" + { + "group": "ナレッジベースの管理", + "pages": [ + "ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/introduction", + "ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents", + "ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api" + ] + }, + "ja-jp/guides/knowledge-base/metadata", + "ja-jp/guides/knowledge-base/integrate-knowledge-within-application", + "ja-jp/guides/knowledge-base/retrieval-test-and-citation", + "ja-jp/guides/knowledge-base/connect-external-knowledge-base", + "ja-jp/guides/knowledge-base/api-documentation/external-knowledge-api-documentation" + ] + }, + { + "group": "アプリ公開", + "pages": [ + { + "group": "シングルページWebアプリとして公開", + "pages": [ + "ja-jp/guides/application-publishing/launch-your-webapp-quickly/web-app-settings", + "ja-jp/guides/application-publishing/launch-your-webapp-quickly/text-generator", + "ja-jp/guides/application-publishing/launch-your-webapp-quickly/conversation-application" + ] + }, + "ja-jp/guides/application-publishing/embedding-in-websites", + "ja-jp/guides/application-publishing/developing-with-apis", + "ja-jp/guides/application-publishing/based-on-frontend-templates" + ] + }, + { + "group": "アノテーション", + "pages": [ + "ja-jp/guides/annotation/logs", + "ja-jp/guides/annotation/annotation-reply" + ] + }, + { + "group": "モニタリング", + "pages": [ + "ja-jp/guides/monitoring/analysis", + { + "group": "外部Opsツール統合", + "pages": [ + "ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langfuse", + "ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langsmith" + ] + } + ] + }, + { + "group": "扩展", + "pages": [ + { + "group": "API 扩展", + "pages": [ + "zh-hans/guides/tools/extensions/api-based/api-based-extension", + "zh-hans/guides/tools/extensions/api-based/external-data-tool", + "zh-hans/guides/tools/extensions/api-based/cloudflare-workers", + "zh-hans/guides/tools/extensions/api-based/moderation" + ] + }, + { + "group": "代码扩展", + "pages": [ + "zh-hans/guides/tools/extensions/code-based/external-data-tool", + "zh-hans/guides/tools/extensions/code-based/moderation" + ] + } + ] + }, + { + "group": "コラボレーション", + "pages": [ + "ja-jp/guides/workspace/app" ] }, { "group": "管理", "pages": [ - "ja-jp/management/app-management", - "ja-jp/management/team-members-management", - "ja-jp/management/personal-account-management", - "ja-jp/management/version-control" - ] - }, - { - "group": "アプリのモニタリング", - "pages": [ - "ja-jp/user-guide/monitoring/analysis", - "ja-jp/user-guide/monitoring/logs", - "ja-jp/user-guide/monitoring/annotation-reply", - { - "group": "外部ツールとOpsツールの統合", - "pages": [ - "ja-jp/user-guide/monitoring/integrate-external-ops-tools/integrate-langfuse", - "ja-jp/user-guide/monitoring/integrate-external-ops-tools/integrate-langsmith" - ] - } - ] - }, - { - "group": "ナレッジベース", - "pages": [ - { - "group": "ナレッジベースの作成", - "pages": [ - "ja-jp/user-guide/knowledge-base/knowledge-base-creation/upload-documents", - "ja-jp/user-guide/knowledge-base/knowledge-base-creation/sync-from-notion", - "ja-jp/user-guide/knowledge-base/knowledge-base-creation/sync-from-website", - "ja-jp/user-guide/knowledge-base/knowledge-base-creation/connect-external-knowledge-base" - ] - }, - { - "group": "インデックスと検索", - "pages": [ - "ja-jp/user-guide/knowledge-base/indexing-and-retrieval/retrieval-augment", - "ja-jp/user-guide/knowledge-base/indexing-and-retrieval/hybrid-search", - "ja-jp/user-guide/knowledge-base/indexing-and-retrieval/rerank", - "ja-jp/user-guide/knowledge-base/indexing-and-retrieval/retrieval" - ] - }, - "ja-jp/user-guide/knowledge-base/retrieval-test-and-citation", - "ja-jp/user-guide/knowledge-base/knowledge-and-documents-maintenance", - "ja-jp/user-guide/knowledge-base/integrate-knowledge-within-application", - "ja-jp/user-guide/knowledge-base/faq" - ] - }, - { - "group": "ツール拡張", - "pages": [ - "ja-jp/user-guide/tools/introduction", - { - "group": "ツールの構成", - "pages": [ - { - "group": "Difyオフィシャルツール", - "pages": [ - "ja-jp/user-guide/tools/dify/google", - "ja-jp/user-guide/tools/dify/bing", - "ja-jp/user-guide/tools/dify/dall-e", - "ja-jp/user-guide/tools/dify/perplexity", - "ja-jp/user-guide/tools/dify/stable-diffusion" - ] - }, - { - "group": "コミュニティツール", - "pages": [ - "ja-jp/user-guide/tools/community/searchapi", - "ja-jp/user-guide/tools/community/alphavantage", - "ja-jp/user-guide/tools/community/comfyui", - "ja-jp/user-guide/tools/community/searxng", - "ja-jp/user-guide/tools/community/serper", - "ja-jp/user-guide/tools/community/siliconflow" - ] - } - ] - }, - "ja-jp/user-guide/tools/quick-tool-integration", - "ja-jp/user-guide/tools/advanced-tool-integration", - { - "group": "API 拡張子", - "pages": [ - "ja-jp/user-guide/tools/extensions/api-based/api-based-extension", - "ja-jp/user-guide/tools/extensions/api-based/external-data-tool", - "ja-jp/user-guide/tools/extensions/api-based/cloudflare-workers", - "ja-jp/user-guide/tools/extensions/api-based/moderation" - ] - }, - { - "group": "コード拡張子", - "pages": [ - "ja-jp/user-guide/tools/extensions/code-based/external-data-tool", - "ja-jp/user-guide/tools/extensions/code-based/moderation" - ] - } - ] - }, - { - "group": "API ドキュメント", - "pages": [ - "ja-jp/user-guide/api-documentation/text-generator", - "ja-jp/user-guide/api-documentation/chatbot", - "ja-jp/user-guide/api-documentation/workflow", - "ja-jp/user-guide/api-documentation/knowledge-base", - "ja-jp/user-guide/api-documentation/external-knowledge-api-documentation" - ] - }, - { - "group": "FAQ", - "pages": [ - "ja-jp/user-guide/faq/llm-using" + "ja-jp/guides/management/app-management", + "ja-jp/guides/management/team-members-management", + "ja-jp/guides/management/personal-account-management", + "ja-jp/guides/management/version-control" ] } ] diff --git a/ja/getting-started/cloud.mdx b/ja-jp/getting-started/cloud.mdx similarity index 100% rename from ja/getting-started/cloud.mdx rename to ja-jp/getting-started/cloud.mdx diff --git a/ja/getting-started/dify-premium.mdx b/ja-jp/getting-started/dify-premium.mdx similarity index 100% rename from ja/getting-started/dify-premium.mdx rename to ja-jp/getting-started/dify-premium.mdx diff --git a/ja/getting-started/install-self-hosted/README.mdx b/ja-jp/getting-started/install-self-hosted/README.mdx similarity index 100% rename from ja/getting-started/install-self-hosted/README.mdx rename to ja-jp/getting-started/install-self-hosted/README.mdx diff --git a/ja/getting-started/install-self-hosted/bt-panel.mdx b/ja-jp/getting-started/install-self-hosted/bt-panel.mdx similarity index 100% rename from ja/getting-started/install-self-hosted/bt-panel.mdx rename to ja-jp/getting-started/install-self-hosted/bt-panel.mdx diff --git a/ja/getting-started/install-self-hosted/docker-compose.mdx b/ja-jp/getting-started/install-self-hosted/docker-compose.mdx similarity index 100% rename from ja/getting-started/install-self-hosted/docker-compose.mdx rename to ja-jp/getting-started/install-self-hosted/docker-compose.mdx diff --git a/ja/getting-started/install-self-hosted/environments.mdx b/ja-jp/getting-started/install-self-hosted/environments.mdx similarity index 100% rename from ja/getting-started/install-self-hosted/environments.mdx rename to ja-jp/getting-started/install-self-hosted/environments.mdx diff --git a/ja/getting-started/install-self-hosted/faq.mdx b/ja-jp/getting-started/install-self-hosted/faq.mdx similarity index 100% rename from ja/getting-started/install-self-hosted/faq.mdx rename to ja-jp/getting-started/install-self-hosted/faq.mdx diff --git a/ja/getting-started/install-self-hosted/local-source-code.mdx b/ja-jp/getting-started/install-self-hosted/local-source-code.mdx similarity index 100% rename from ja/getting-started/install-self-hosted/local-source-code.mdx rename to ja-jp/getting-started/install-self-hosted/local-source-code.mdx diff --git a/ja/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx b/ja-jp/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx similarity index 100% rename from ja/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx rename to ja-jp/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx diff --git a/ja/getting-started/install-self-hosted/zeabur.mdx b/ja-jp/getting-started/install-self-hosted/zeabur.mdx similarity index 100% rename from ja/getting-started/install-self-hosted/zeabur.mdx rename to ja-jp/getting-started/install-self-hosted/zeabur.mdx diff --git a/ja-jp/getting-started/readme/features-and-specifications.mdx b/ja-jp/getting-started/readme/features-and-specifications.mdx new file mode 100644 index 00000000..5f10e465 --- /dev/null +++ b/ja-jp/getting-started/readme/features-and-specifications.mdx @@ -0,0 +1,99 @@ +--- +title: 特徴と技術仕様 +description: LLMアプリケーションの技術スタックに精通している方々にとって、このドキュメントはDify独自の強みを理解するための近道となります。これにより、的確な比較と選択が可能になり、同僚や友人への推奨もしやすくなるでしょう。 +--- + + + +Difyでは、製品の仕様に関する透明性の高いポリシーを採用しています。これにより、製品を十分に理解した上で意思決定を行うことができます。この透明性は、技術選定に役立つだけでなく、コミュニティのメンバーが製品をより深く理解し、積極的に貢献することを促進します。 + + +### プロジェクトの基本情報 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
プロジェクト設立2023年3月
オープンソースライセンスApache License 2.0(商用ライセンスあり)
公式開発チーム15名以上のフルタイム従業員
コミュニティ貢献者290人以上(2024年Q2時点)
バックエンド技術Python / Flask / PostgreSQL
フロントエンド技術Next.js
コードベースサイズ13万行以上
リリース頻度平均週1回
+ +### 技術特徴 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
プロジェクト設立2023年3月
オープンソースライセンスApache License 2.0(商用ライセンスあり)
公式開発チーム15名以上のフルタイム従業員
コミュニティ貢献者290人以上(2024年Q2時点)
バックエンド技術Python / Flask / PostgreSQL
フロントエンド技術Next.js
コードベースサイズ13万行以上
リリース頻度平均週1回
diff --git a/ja/getting-started/readme/model-providers.mdx b/ja-jp/getting-started/readme/model-providers.mdx similarity index 100% rename from ja/getting-started/readme/model-providers.mdx rename to ja-jp/getting-started/readme/model-providers.mdx diff --git a/ja/guides/annotation/README.mdx b/ja-jp/guides/annotation/README.mdx similarity index 100% rename from ja/guides/annotation/README.mdx rename to ja-jp/guides/annotation/README.mdx diff --git a/ja/guides/annotation/annotation-reply.mdx b/ja-jp/guides/annotation/annotation-reply.mdx similarity index 100% rename from ja/guides/annotation/annotation-reply.mdx rename to ja-jp/guides/annotation/annotation-reply.mdx diff --git a/ja/guides/annotation/logs.mdx b/ja-jp/guides/annotation/logs.mdx similarity index 100% rename from ja/guides/annotation/logs.mdx rename to ja-jp/guides/annotation/logs.mdx diff --git a/ja/guides/application-orchestrate/README.mdx b/ja-jp/guides/application-orchestrate/README.mdx similarity index 100% rename from ja/guides/application-orchestrate/README.mdx rename to ja-jp/guides/application-orchestrate/README.mdx diff --git a/ja/guides/application-orchestrate/agent.mdx b/ja-jp/guides/application-orchestrate/agent.mdx similarity index 100% rename from ja/guides/application-orchestrate/agent.mdx rename to ja-jp/guides/application-orchestrate/agent.mdx diff --git a/ja/guides/application-orchestrate/app-toolkits/README.mdx b/ja-jp/guides/application-orchestrate/app-toolkits/README.mdx similarity index 100% rename from ja/guides/application-orchestrate/app-toolkits/README.mdx rename to ja-jp/guides/application-orchestrate/app-toolkits/README.mdx diff --git a/ja/guides/application-orchestrate/app-toolkits/moderation-tool.mdx b/ja-jp/guides/application-orchestrate/app-toolkits/moderation-tool.mdx similarity index 100% rename from ja/guides/application-orchestrate/app-toolkits/moderation-tool.mdx rename to ja-jp/guides/application-orchestrate/app-toolkits/moderation-tool.mdx diff --git a/ja/guides/application-orchestrate/chatbot-application.mdx b/ja-jp/guides/application-orchestrate/chatbot-application.mdx similarity index 100% rename from ja/guides/application-orchestrate/chatbot-application.mdx rename to ja-jp/guides/application-orchestrate/chatbot-application.mdx diff --git a/ja/guides/application-orchestrate/creating-an-application.mdx b/ja-jp/guides/application-orchestrate/creating-an-application.mdx similarity index 100% rename from ja/guides/application-orchestrate/creating-an-application.mdx rename to ja-jp/guides/application-orchestrate/creating-an-application.mdx diff --git a/ja/guides/application-orchestrate/multiple-llms-debugging.mdx b/ja-jp/guides/application-orchestrate/multiple-llms-debugging.mdx similarity index 100% rename from ja/guides/application-orchestrate/multiple-llms-debugging.mdx rename to ja-jp/guides/application-orchestrate/multiple-llms-debugging.mdx diff --git a/ja/guides/application-publishing/README.mdx b/ja-jp/guides/application-publishing/README.mdx similarity index 100% rename from ja/guides/application-publishing/README.mdx rename to ja-jp/guides/application-publishing/README.mdx diff --git a/ja/guides/application-publishing/based-on-frontend-templates.mdx b/ja-jp/guides/application-publishing/based-on-frontend-templates.mdx similarity index 100% rename from ja/guides/application-publishing/based-on-frontend-templates.mdx rename to ja-jp/guides/application-publishing/based-on-frontend-templates.mdx diff --git a/ja/guides/application-publishing/developing-with-apis.mdx b/ja-jp/guides/application-publishing/developing-with-apis.mdx similarity index 100% rename from ja/guides/application-publishing/developing-with-apis.mdx rename to ja-jp/guides/application-publishing/developing-with-apis.mdx diff --git a/ja/guides/application-publishing/embedding-in-websites.mdx b/ja-jp/guides/application-publishing/embedding-in-websites.mdx similarity index 100% rename from ja/guides/application-publishing/embedding-in-websites.mdx rename to ja-jp/guides/application-publishing/embedding-in-websites.mdx diff --git a/ja/guides/application-publishing/launch-your-webapp-quickly/README.mdx b/ja-jp/guides/application-publishing/launch-your-webapp-quickly/README.mdx similarity index 100% rename from ja/guides/application-publishing/launch-your-webapp-quickly/README.mdx rename to ja-jp/guides/application-publishing/launch-your-webapp-quickly/README.mdx diff --git a/ja/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx b/ja-jp/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx similarity index 100% rename from ja/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx rename to ja-jp/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx diff --git a/ja/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx b/ja-jp/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx similarity index 100% rename from ja/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx rename to ja-jp/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx diff --git a/ja/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx b/ja-jp/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx similarity index 100% rename from ja/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx rename to ja-jp/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx diff --git a/ja/guides/build-app/agent.mdx b/ja-jp/guides/build-app/agent.mdx similarity index 100% rename from ja/guides/build-app/agent.mdx rename to ja-jp/guides/build-app/agent.mdx diff --git a/ja/guides/build-app/chatbot.mdx b/ja-jp/guides/build-app/chatbot.mdx similarity index 100% rename from ja/guides/build-app/chatbot.mdx rename to ja-jp/guides/build-app/chatbot.mdx diff --git a/ja/guides/build-app/text-generator.mdx b/ja-jp/guides/build-app/text-generator.mdx similarity index 100% rename from ja/guides/build-app/text-generator.mdx rename to ja-jp/guides/build-app/text-generator.mdx diff --git a/ja/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx b/ja-jp/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx similarity index 100% rename from ja/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx rename to ja-jp/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx diff --git a/ja/guides/knowledge-base/api-documentation/external-knowledge-api.json b/ja-jp/guides/knowledge-base/api-documentation/external-knowledge-api.json similarity index 100% rename from ja/guides/knowledge-base/api-documentation/external-knowledge-api.json rename to ja-jp/guides/knowledge-base/api-documentation/external-knowledge-api.json diff --git a/ja/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx b/ja-jp/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx similarity index 100% rename from ja/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx rename to ja-jp/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx diff --git a/ja/guides/knowledge-base/connect-external-knowledge-base.mdx b/ja-jp/guides/knowledge-base/connect-external-knowledge-base.mdx similarity index 100% rename from ja/guides/knowledge-base/connect-external-knowledge-base.mdx rename to ja-jp/guides/knowledge-base/connect-external-knowledge-base.mdx diff --git a/ja/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx b/ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx similarity index 100% rename from ja/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx rename to ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx diff --git a/ja/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx b/ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx similarity index 100% rename from ja/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx rename to ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx diff --git a/ja/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx b/ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx similarity index 100% rename from ja/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx rename to ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx diff --git a/ja/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx b/ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx similarity index 100% rename from ja/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx rename to ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx diff --git a/ja/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx b/ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx similarity index 100% rename from ja/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx rename to ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx diff --git a/ja/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx b/ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx similarity index 100% rename from ja/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx rename to ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx diff --git a/ja/guides/knowledge-base/faq.mdx b/ja-jp/guides/knowledge-base/faq.mdx similarity index 100% rename from ja/guides/knowledge-base/faq.mdx rename to ja-jp/guides/knowledge-base/faq.mdx diff --git a/ja/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx b/ja-jp/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx similarity index 100% rename from ja/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx rename to ja-jp/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx diff --git a/ja/guides/knowledge-base/indexing-and-retrieval/rerank.mdx b/ja-jp/guides/knowledge-base/indexing-and-retrieval/rerank.mdx similarity index 100% rename from ja/guides/knowledge-base/indexing-and-retrieval/rerank.mdx rename to ja-jp/guides/knowledge-base/indexing-and-retrieval/rerank.mdx diff --git a/ja/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx b/ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx similarity index 100% rename from ja/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx rename to ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx diff --git a/ja/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx b/ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx similarity index 100% rename from ja/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx rename to ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx diff --git a/ja/guides/knowledge-base/integrate-knowledge-within-application.mdx b/ja-jp/guides/knowledge-base/integrate-knowledge-within-application.mdx similarity index 100% rename from ja/guides/knowledge-base/integrate-knowledge-within-application.mdx rename to ja-jp/guides/knowledge-base/integrate-knowledge-within-application.mdx diff --git a/ja/guides/knowledge-base/knowledge-and-documents-maintenance.mdx b/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance.mdx similarity index 100% rename from ja/guides/knowledge-base/knowledge-and-documents-maintenance.mdx rename to ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance.mdx diff --git a/ja/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx b/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx similarity index 100% rename from ja/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx rename to ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx diff --git a/ja/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx b/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx similarity index 100% rename from ja/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx rename to ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx diff --git a/ja/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx b/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx similarity index 100% rename from ja/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx rename to ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx diff --git a/ja/guides/knowledge-base/knowledge-base-creation/introduction.mdx b/ja-jp/guides/knowledge-base/knowledge-base-creation/introduction.mdx similarity index 100% rename from ja/guides/knowledge-base/knowledge-base-creation/introduction.mdx rename to ja-jp/guides/knowledge-base/knowledge-base-creation/introduction.mdx diff --git a/ja/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx b/ja-jp/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx similarity index 100% rename from ja/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx rename to ja-jp/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx diff --git a/ja/guides/knowledge-base/metadata.mdx b/ja-jp/guides/knowledge-base/metadata.mdx similarity index 100% rename from ja/guides/knowledge-base/metadata.mdx rename to ja-jp/guides/knowledge-base/metadata.mdx diff --git a/ja/guides/knowledge-base/readme.mdx b/ja-jp/guides/knowledge-base/readme.mdx similarity index 100% rename from ja/guides/knowledge-base/readme.mdx rename to ja-jp/guides/knowledge-base/readme.mdx diff --git a/ja/guides/knowledge-base/retrieval-test-and-citation.mdx b/ja-jp/guides/knowledge-base/retrieval-test-and-citation.mdx similarity index 100% rename from ja/guides/knowledge-base/retrieval-test-and-citation.mdx rename to ja-jp/guides/knowledge-base/retrieval-test-and-citation.mdx diff --git a/ja/guides/management/README.mdx b/ja-jp/guides/management/README.mdx similarity index 100% rename from ja/guides/management/README.mdx rename to ja-jp/guides/management/README.mdx diff --git a/ja/guides/management/app-management.mdx b/ja-jp/guides/management/app-management.mdx similarity index 100% rename from ja/guides/management/app-management.mdx rename to ja-jp/guides/management/app-management.mdx diff --git a/ja/guides/management/personal-account-management.mdx b/ja-jp/guides/management/personal-account-management.mdx similarity index 100% rename from ja/guides/management/personal-account-management.mdx rename to ja-jp/guides/management/personal-account-management.mdx diff --git a/ja/guides/management/subscription-management.mdx b/ja-jp/guides/management/subscription-management.mdx similarity index 100% rename from ja/guides/management/subscription-management.mdx rename to ja-jp/guides/management/subscription-management.mdx diff --git a/ja/guides/management/team-members-management.mdx b/ja-jp/guides/management/team-members-management.mdx similarity index 100% rename from ja/guides/management/team-members-management.mdx rename to ja-jp/guides/management/team-members-management.mdx diff --git a/ja/guides/management/version-control.mdx b/ja-jp/guides/management/version-control.mdx similarity index 100% rename from ja/guides/management/version-control.mdx rename to ja-jp/guides/management/version-control.mdx diff --git a/ja/guides/model-configuration/README.mdx b/ja-jp/guides/model-configuration/README.mdx similarity index 100% rename from ja/guides/model-configuration/README.mdx rename to ja-jp/guides/model-configuration/README.mdx diff --git a/ja/guides/model-configuration/customizable-model.mdx b/ja-jp/guides/model-configuration/customizable-model.mdx similarity index 100% rename from ja/guides/model-configuration/customizable-model.mdx rename to ja-jp/guides/model-configuration/customizable-model.mdx diff --git a/ja/guides/model-configuration/interfaces.mdx b/ja-jp/guides/model-configuration/interfaces.mdx similarity index 100% rename from ja/guides/model-configuration/interfaces.mdx rename to ja-jp/guides/model-configuration/interfaces.mdx diff --git a/ja/guides/model-configuration/load-balancing.mdx b/ja-jp/guides/model-configuration/load-balancing.mdx similarity index 100% rename from ja/guides/model-configuration/load-balancing.mdx rename to ja-jp/guides/model-configuration/load-balancing.mdx diff --git a/ja/guides/model-configuration/new-provider.mdx b/ja-jp/guides/model-configuration/new-provider.mdx similarity index 100% rename from ja/guides/model-configuration/new-provider.mdx rename to ja-jp/guides/model-configuration/new-provider.mdx diff --git a/ja/guides/model-configuration/predefined-model.mdx b/ja-jp/guides/model-configuration/predefined-model.mdx similarity index 100% rename from ja/guides/model-configuration/predefined-model.mdx rename to ja-jp/guides/model-configuration/predefined-model.mdx diff --git a/ja/guides/model-configuration/schema.mdx b/ja-jp/guides/model-configuration/schema.mdx similarity index 100% rename from ja/guides/model-configuration/schema.mdx rename to ja-jp/guides/model-configuration/schema.mdx diff --git a/ja/guides/monitoring/README.mdx b/ja-jp/guides/monitoring/README.mdx similarity index 100% rename from ja/guides/monitoring/README.mdx rename to ja-jp/guides/monitoring/README.mdx diff --git a/ja/guides/monitoring/analysis.mdx b/ja-jp/guides/monitoring/analysis.mdx similarity index 100% rename from ja/guides/monitoring/analysis.mdx rename to ja-jp/guides/monitoring/analysis.mdx diff --git a/ja/guides/monitoring/integrate-external-ops-tools/README.mdx b/ja-jp/guides/monitoring/integrate-external-ops-tools/README.mdx similarity index 100% rename from ja/guides/monitoring/integrate-external-ops-tools/README.mdx rename to ja-jp/guides/monitoring/integrate-external-ops-tools/README.mdx diff --git a/ja/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx b/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx similarity index 100% rename from ja/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx rename to ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx diff --git a/ja/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx b/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx similarity index 100% rename from ja/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx rename to ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx diff --git a/ja/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx b/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx similarity index 100% rename from ja/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx rename to ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx diff --git a/ja/guides/workflow/additional-feature.mdx b/ja-jp/guides/workflow/additional-feature.mdx similarity index 100% rename from ja/guides/workflow/additional-feature.mdx rename to ja-jp/guides/workflow/additional-feature.mdx diff --git a/ja/guides/workflow/application-publishing.mdx b/ja-jp/guides/workflow/application-publishing.mdx similarity index 100% rename from ja/guides/workflow/application-publishing.mdx rename to ja-jp/guides/workflow/application-publishing.mdx diff --git a/ja/guides/workflow/bulletin.mdx b/ja-jp/guides/workflow/bulletin.mdx similarity index 100% rename from ja/guides/workflow/bulletin.mdx rename to ja-jp/guides/workflow/bulletin.mdx diff --git a/ja/guides/workflow/concepts.mdx b/ja-jp/guides/workflow/concepts.mdx similarity index 100% rename from ja/guides/workflow/concepts.mdx rename to ja-jp/guides/workflow/concepts.mdx diff --git a/ja/guides/workflow/create-flow-app.mdx b/ja-jp/guides/workflow/create-flow-app.mdx similarity index 100% rename from ja/guides/workflow/create-flow-app.mdx rename to ja-jp/guides/workflow/create-flow-app.mdx diff --git a/ja/guides/workflow/debug-and-preview/README.mdx b/ja-jp/guides/workflow/debug-and-preview/README.mdx similarity index 100% rename from ja/guides/workflow/debug-and-preview/README.mdx rename to ja-jp/guides/workflow/debug-and-preview/README.mdx diff --git a/ja/guides/workflow/debug-and-preview/checklist.mdx b/ja-jp/guides/workflow/debug-and-preview/checklist.mdx similarity index 100% rename from ja/guides/workflow/debug-and-preview/checklist.mdx rename to ja-jp/guides/workflow/debug-and-preview/checklist.mdx diff --git a/ja/guides/workflow/debug-and-preview/history.mdx b/ja-jp/guides/workflow/debug-and-preview/history.mdx similarity index 100% rename from ja/guides/workflow/debug-and-preview/history.mdx rename to ja-jp/guides/workflow/debug-and-preview/history.mdx diff --git a/ja/guides/workflow/debug-and-preview/log.mdx b/ja-jp/guides/workflow/debug-and-preview/log.mdx similarity index 100% rename from ja/guides/workflow/debug-and-preview/log.mdx rename to ja-jp/guides/workflow/debug-and-preview/log.mdx diff --git a/ja/guides/workflow/debug-and-preview/step-run.mdx b/ja-jp/guides/workflow/debug-and-preview/step-run.mdx similarity index 100% rename from ja/guides/workflow/debug-and-preview/step-run.mdx rename to ja-jp/guides/workflow/debug-and-preview/step-run.mdx diff --git a/ja/guides/workflow/debug-and-preview/yu-lan-yu-yun-hang.mdx b/ja-jp/guides/workflow/debug-and-preview/yu-lan-yu-yun-hang.mdx similarity index 100% rename from ja/guides/workflow/debug-and-preview/yu-lan-yu-yun-hang.mdx rename to ja-jp/guides/workflow/debug-and-preview/yu-lan-yu-yun-hang.mdx diff --git a/ja/guides/workflow/error-handling/README.mdx b/ja-jp/guides/workflow/error-handling/README.mdx similarity index 100% rename from ja/guides/workflow/error-handling/README.mdx rename to ja-jp/guides/workflow/error-handling/README.mdx diff --git a/ja/guides/workflow/error-handling/error-type.mdx b/ja-jp/guides/workflow/error-handling/error-type.mdx similarity index 100% rename from ja/guides/workflow/error-handling/error-type.mdx rename to ja-jp/guides/workflow/error-handling/error-type.mdx diff --git a/ja/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx b/ja-jp/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx similarity index 100% rename from ja/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx rename to ja-jp/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx diff --git a/ja/guides/workflow/error-handling/saretaerrojikku.mdx b/ja-jp/guides/workflow/error-handling/saretaerrojikku.mdx similarity index 100% rename from ja/guides/workflow/error-handling/saretaerrojikku.mdx rename to ja-jp/guides/workflow/error-handling/saretaerrojikku.mdx diff --git a/ja/guides/workflow/file-upload.mdx b/ja-jp/guides/workflow/file-upload.mdx similarity index 100% rename from ja/guides/workflow/file-upload.mdx rename to ja-jp/guides/workflow/file-upload.mdx diff --git a/ja/guides/workflow/nodes/README.mdx b/ja-jp/guides/workflow/nodes/README.mdx similarity index 100% rename from ja/guides/workflow/nodes/README.mdx rename to ja-jp/guides/workflow/nodes/README.mdx diff --git a/ja/guides/workflow/nodes/agent.mdx b/ja-jp/guides/workflow/nodes/agent.mdx similarity index 100% rename from ja/guides/workflow/nodes/agent.mdx rename to ja-jp/guides/workflow/nodes/agent.mdx diff --git a/ja/guides/workflow/nodes/answer.mdx b/ja-jp/guides/workflow/nodes/answer.mdx similarity index 100% rename from ja/guides/workflow/nodes/answer.mdx rename to ja-jp/guides/workflow/nodes/answer.mdx diff --git a/ja/guides/workflow/nodes/code.mdx b/ja-jp/guides/workflow/nodes/code.mdx similarity index 100% rename from ja/guides/workflow/nodes/code.mdx rename to ja-jp/guides/workflow/nodes/code.mdx diff --git a/ja/guides/workflow/nodes/doc-extractor.mdx b/ja-jp/guides/workflow/nodes/doc-extractor.mdx similarity index 100% rename from ja/guides/workflow/nodes/doc-extractor.mdx rename to ja-jp/guides/workflow/nodes/doc-extractor.mdx diff --git a/ja/guides/workflow/nodes/end.mdx b/ja-jp/guides/workflow/nodes/end.mdx similarity index 100% rename from ja/guides/workflow/nodes/end.mdx rename to ja-jp/guides/workflow/nodes/end.mdx diff --git a/ja/guides/workflow/nodes/http-request.mdx b/ja-jp/guides/workflow/nodes/http-request.mdx similarity index 100% rename from ja/guides/workflow/nodes/http-request.mdx rename to ja-jp/guides/workflow/nodes/http-request.mdx diff --git a/ja/guides/workflow/nodes/ifelse.mdx b/ja-jp/guides/workflow/nodes/ifelse.mdx similarity index 100% rename from ja/guides/workflow/nodes/ifelse.mdx rename to ja-jp/guides/workflow/nodes/ifelse.mdx diff --git a/ja/guides/workflow/nodes/iteration.mdx b/ja-jp/guides/workflow/nodes/iteration.mdx similarity index 100% rename from ja/guides/workflow/nodes/iteration.mdx rename to ja-jp/guides/workflow/nodes/iteration.mdx diff --git a/ja/guides/workflow/nodes/knowledge-retrieval.mdx b/ja-jp/guides/workflow/nodes/knowledge-retrieval.mdx similarity index 100% rename from ja/guides/workflow/nodes/knowledge-retrieval.mdx rename to ja-jp/guides/workflow/nodes/knowledge-retrieval.mdx diff --git a/ja/guides/workflow/nodes/list-operator.mdx b/ja-jp/guides/workflow/nodes/list-operator.mdx similarity index 100% rename from ja/guides/workflow/nodes/list-operator.mdx rename to ja-jp/guides/workflow/nodes/list-operator.mdx diff --git a/ja/guides/workflow/nodes/llm.mdx b/ja-jp/guides/workflow/nodes/llm.mdx similarity index 100% rename from ja/guides/workflow/nodes/llm.mdx rename to ja-jp/guides/workflow/nodes/llm.mdx diff --git a/ja/guides/workflow/nodes/loop.mdx b/ja-jp/guides/workflow/nodes/loop.mdx similarity index 100% rename from ja/guides/workflow/nodes/loop.mdx rename to ja-jp/guides/workflow/nodes/loop.mdx diff --git a/ja/guides/workflow/nodes/parameter-extractor.mdx b/ja-jp/guides/workflow/nodes/parameter-extractor.mdx similarity index 100% rename from ja/guides/workflow/nodes/parameter-extractor.mdx rename to ja-jp/guides/workflow/nodes/parameter-extractor.mdx diff --git a/ja/guides/workflow/nodes/question-classifier.mdx b/ja-jp/guides/workflow/nodes/question-classifier.mdx similarity index 100% rename from ja/guides/workflow/nodes/question-classifier.mdx rename to ja-jp/guides/workflow/nodes/question-classifier.mdx diff --git a/ja/guides/workflow/nodes/start.mdx b/ja-jp/guides/workflow/nodes/start.mdx similarity index 100% rename from ja/guides/workflow/nodes/start.mdx rename to ja-jp/guides/workflow/nodes/start.mdx diff --git a/ja/guides/workflow/nodes/template.mdx b/ja-jp/guides/workflow/nodes/template.mdx similarity index 100% rename from ja/guides/workflow/nodes/template.mdx rename to ja-jp/guides/workflow/nodes/template.mdx diff --git a/ja/guides/workflow/nodes/tools.mdx b/ja-jp/guides/workflow/nodes/tools.mdx similarity index 100% rename from ja/guides/workflow/nodes/tools.mdx rename to ja-jp/guides/workflow/nodes/tools.mdx diff --git a/ja/guides/workflow/nodes/variable-aggregator.mdx b/ja-jp/guides/workflow/nodes/variable-aggregator.mdx similarity index 100% rename from ja/guides/workflow/nodes/variable-aggregator.mdx rename to ja-jp/guides/workflow/nodes/variable-aggregator.mdx diff --git a/ja/guides/workflow/nodes/variable-assigner.mdx b/ja-jp/guides/workflow/nodes/variable-assigner.mdx similarity index 100% rename from ja/guides/workflow/nodes/variable-assigner.mdx rename to ja-jp/guides/workflow/nodes/variable-assigner.mdx diff --git a/ja/guides/workflow/orchestrate-node.mdx b/ja-jp/guides/workflow/orchestrate-node.mdx similarity index 100% rename from ja/guides/workflow/orchestrate-node.mdx rename to ja-jp/guides/workflow/orchestrate-node.mdx diff --git a/ja/guides/workflow/publish.mdx b/ja-jp/guides/workflow/publish.mdx similarity index 100% rename from ja/guides/workflow/publish.mdx rename to ja-jp/guides/workflow/publish.mdx diff --git a/ja/guides/workflow/shortcut-key.mdx b/ja-jp/guides/workflow/shortcut-key.mdx similarity index 100% rename from ja/guides/workflow/shortcut-key.mdx rename to ja-jp/guides/workflow/shortcut-key.mdx diff --git a/ja/guides/workflow/variables.mdx b/ja-jp/guides/workflow/variables.mdx similarity index 100% rename from ja/guides/workflow/variables.mdx rename to ja-jp/guides/workflow/variables.mdx diff --git a/ja/guides/workspace/app.mdx b/ja-jp/guides/workspace/app.mdx similarity index 100% rename from ja/guides/workspace/app.mdx rename to ja-jp/guides/workspace/app.mdx diff --git a/ja/introduction.mdx b/ja-jp/introduction.mdx similarity index 100% rename from ja/introduction.mdx rename to ja-jp/introduction.mdx diff --git a/ja/getting-started/readme/features-and-specifications.mdx b/ja/getting-started/readme/features-and-specifications.mdx deleted file mode 100644 index c1c642da..00000000 --- a/ja/getting-started/readme/features-and-specifications.mdx +++ /dev/null @@ -1,215 +0,0 @@ ---- -title: 特徴と技術仕様 -description: LLMアプリケーションの技術スタックに精通している方々にとって、このドキュメントはDify独自の強みを理解するための近道となります。これにより、的確な比較と選択が可能になり、同僚や友人への推奨もしやすくなるでしょう。 ---- - - - -Difyでは、製品の仕様に関する透明性の高いポリシーを採用しています。これにより、製品を十分に理解した上で意思決定を行うことができます。この透明性は、技術選定に役立つだけでなく、コミュニティのメンバーが製品をより深く理解し、積極的に貢献することを促進します。 - - -### プロジェクトの基本情報 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
プロジェクト設立2023年3月
オープンソースライセンスApache License 2.0(商用ライセンスあり)
公式開発チーム15名以上のフルタイム従業員
コミュニティ貢献者290人以上(2024年Q2時点)
バックエンド技術Python / Flask / PostgreSQL
フロントエンド技術Next.js
コードベースサイズ13万行以上
リリース頻度平均週1回
- -### 技術特徴 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LLM推論エンジンDify Runtime(v0.4以降、LangChainを除去)
商用モデル対応 -

10社以上(OpenAIとAnthropicを含む)

-

新しい主要モデルは通常48時間以内に対応

-
MaaSベンダー対応7社(Hugging Face、Replicate、AWS Bedrock、NVIDIA、GroqCloud、together.ai、OpenRouter)
ローカルモデル対応6(Xoribits[推奨]、OpenLLM、LocalAI、ChatGLM、Ollama、NVIDIA TIS)
OpenAIインターフェース標準モデル統合
マルチモーダル機能 -

音声認識(ASR)モデル

-

GPT-4o水準のリッチテキストモデル

-
内製アプリタイプ -

チャットボット、チャットフロー、テキスト生成、エージェント、ワークフロー

-
Prompt-as-a-Serviceオーケストレーション -

高評価のビジュアルオーケストレーションインターフェース、プロンプトの編集と効果のプレビューを一箇所で実行可能

-

オーケストレーションモード

-
    -
  • シンプルオーケストレーション
  • -
  • アシスタントオーケストレーション
  • -
  • フローオーケストレーション
  • -
-

プロンプト変数タイプ

-
    -
  • 文字列
  • -
  • ラジオボタン列挙型
  • -
  • 外部API
  • -
  • ファイル(2024年Q3にリリース予定)
  • -
-
エージェント型ワークフロー機能 -

業界をリードするビジュアルワークフローオーケストレーションインターフェース、ノードデバッグはライブ編集可能、モジュール式DSL、ネイティブコードランタイムを提供。より複雑で信頼性が高く安定したLLMアプリケーションの構築に対応

-

利用可能なノード

-
    -
  • LLM
  • -
  • 知識取得
  • -
  • 質問分類器
  • -
  • 条件分岐
  • -
  • コード実行
  • -
  • テンプレート
  • -
  • HTTPリクエスト
  • -
  • ツール
  • -
-
RAG機能 -

ビジュアル化された画期的なナレッジベース管理インターフェースを提供。チャンクのプレビューやリコールテストをサポート

インデックス方式

-
    -
  • キーワード
  • -
  • テキストベクトル
  • -
  • LLMによるQ&Aセグメント化
  • -
-

検索方式

-
    -
  • キーワード
  • -
  • テキスト類似度マッチング
  • -
  • ハイブリッド検索
  • -
  • N選択1(レガシー)
  • -
  • マルチパス探索
  • -
-

回答精度の最適化

-
    -
  • ReRankモデルを使用
  • -
-
ETL技術 -

TXT、MARKDOWN、PDF、HTML、XLSX、XLS、DOCX、CSV形式の自動的クリーニングをサポート。Unstructuredのサービスによる最大限のサポートを実現

-
    -
  • Notionのドキュメントをナレッジベースとして同期可能
  • -
  • ウェブページをナレッジベースとして同期可能
  • -
-
対応ベクトルデータベースQdrant(推奨)、Weaviate、Zilliz/Milvus、Pgvector、Pgvector-rs、Chroma、OpenSearch、TiDB、Tencent Vector、Oracle、Relyt、Analyticdb, Couchbase, OceanBase
エージェント技術 -

ReAct、Function Call

-

ツールサポート

-
    -
  • OpenAIプラグイン標準のツールを呼び出し可能
  • -
  • OpenAPI Specification APIを直接ツールとしてロード可能
  • -
-

内蔵ツール

-
    -
  • 40種類以上(2024年Q2時点)
  • -
-
ログ機能あり、ログに基づくアノテーション
アノテーション返答人間がアノテーションしたQ&Aペアに基づく類似度ベースの返答
モデルのファインチューニング用データ形式としてエクスポート可能
コンテンツモデレーションOpenAI Moderationまたは外部API
チームコラボレーションワークスペース、複数メンバー管理
API仕様RESTful、ほとんどの機能をカバー
デプロイ方法Docker、Helm