diff --git a/en/community/contribution.mdx b/en/community/contribution.mdx index 93d371af..55a3a037 100644 --- a/en/community/contribution.mdx +++ b/en/community/contribution.mdx @@ -157,4 +157,27 @@ And that's it\! Once your PR is merged, you will be featured as a contributor in ### Getting Help -If you ever get stuck or got a burning question while contributing, simply shoot your queries our way via the related GitHub issue, or hop onto our [Discord](https://discord.com/invite/8Tpq4AcN9c) for a quick chat. \ No newline at end of file +If you ever get stuck or got a burning question while contributing, simply shoot your queries our way via the related GitHub issue, or hop onto our [Discord](https://discord.com/invite/8Tpq4AcN9c) for a quick chat. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/community/docs-contribution.mdx b/en/community/docs-contribution.mdx index f415e6bb..2c01c28e 100644 --- a/en/community/docs-contribution.mdx +++ b/en/community/docs-contribution.mdx @@ -77,3 +77,26 @@ We look forward to your valuable contributions and to fostering knowledge within If you ever get stuck or got a burning question while contributing, simply shoot your queries our way via the related GitHub issue, or hop onto our [Discord](https://discord.com/invite/8Tpq4AcN9c) for a quick chat. We appreciate your efforts in improving Dify's documentation! + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/community/support.mdx b/en/community/support.mdx index 487d1e21..7abac972 100644 --- a/en/community/support.mdx +++ b/en/community/support.mdx @@ -20,3 +20,26 @@ Please do not share your Dify account information or other sensitive information For matters other than product support. * Email [hello@dify.ai](mailto:hello@dify.ai) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/backend/README.mdx b/en/development/backend/README.mdx index a8258c5c..3f5a2c6f 100644 --- a/en/development/backend/README.mdx +++ b/en/development/backend/README.mdx @@ -2,4 +2,25 @@ title: Backend Development --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/backend/sandbox/README.mdx b/en/development/backend/sandbox/README.mdx index 86c30f1c..3fb015a8 100644 --- a/en/development/backend/sandbox/README.mdx +++ b/en/development/backend/sandbox/README.mdx @@ -79,3 +79,26 @@ If you need additional Python dependencies, follow these steps: ### Contribution You can refer to the [Contribution Guide](contribution) to participate in the development of `DifySandbox`. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/backend/sandbox/contribution.mdx b/en/development/backend/sandbox/contribution.mdx index f9ee6a51..bc8d46e7 100644 --- a/en/development/backend/sandbox/contribution.mdx +++ b/en/development/backend/sandbox/contribution.mdx @@ -49,4 +49,27 @@ Here are some items we're currently considering. If you're interested, you can c - [ ] Enhanced `CI` testing: - Our current `CI` testing is limited and includes only basic test cases. More comprehensive testing would be beneficial. - [ ] Multimodal data generation: - - Explore using the `Sandbox` to generate multimodal data, such as combining text and images. \ No newline at end of file + - Explore using the `Sandbox` to generate multimodal data, such as combining text and images. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/migration/README.mdx b/en/development/migration/README.mdx index 7bfd1b8e..6911ecf0 100644 --- a/en/development/migration/README.mdx +++ b/en/development/migration/README.mdx @@ -2,4 +2,25 @@ title: Migration --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/migration/migrate-to-v1.mdx b/en/development/migration/migrate-to-v1.mdx index bb81b207..831843cf 100644 --- a/en/development/migration/migrate-to-v1.mdx +++ b/en/development/migration/migrate-to-v1.mdx @@ -94,3 +94,26 @@ Migrate data for plugin completed. ## Verify the Migration Access the Dify platform and click the **“Plugins”** button in the upper-right corner to check if the previously used tools have been correctly installed. Randomly use one of the plugins to verify if it works properly. If the plugins work well, the version upgrade and data migration have been successfully completed. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/models-integration/README.mdx b/en/development/models-integration/README.mdx index b6f034e1..3efb3090 100644 --- a/en/development/models-integration/README.mdx +++ b/en/development/models-integration/README.mdx @@ -2,4 +2,25 @@ title: Models Integration --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/models-integration/aws-bedrock-deepseek.mdx b/en/development/models-integration/aws-bedrock-deepseek.mdx index 7ebbd8b4..e5ba85f5 100644 --- a/en/development/models-integration/aws-bedrock-deepseek.mdx +++ b/en/development/models-integration/aws-bedrock-deepseek.mdx @@ -76,3 +76,26 @@ Click **Add Model** and fill in the following information: ### 1. **Endpoint Parameter Not Visible After Deployment** Ensure that the compute instance is configured correctly and that AWS permissions are properly set. If the issue persists, consider redeploying the model or contacting AWS customer support. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/models-integration/gpustack.mdx b/en/development/models-integration/gpustack.mdx index 0ad2577c..aca79e49 100644 --- a/en/development/models-integration/gpustack.mdx +++ b/en/development/models-integration/gpustack.mdx @@ -65,3 +65,26 @@ Using a LLM hosted on GPUStack as an example: ![add-gpustack-llm](https://assets-docs.dify.ai/2025/04/8178418f93ccea1668564d8bd9777303.png) For more information about GPUStack, please refer to [Github Repo](https://github.com/gpustack/gpustack). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/models-integration/hugging-face.mdx b/en/development/models-integration/hugging-face.mdx index ae1c18a0..d4f1fc65 100644 --- a/en/development/models-integration/hugging-face.mdx +++ b/en/development/models-integration/hugging-face.mdx @@ -70,3 +70,26 @@ The API Token is the API Key set at the beginning of the article. `The name of t ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/6a8908cace5b287070577bf555d69b0c.png) > Note: The "User name / Organization Name" for Embeddings needs to be filled in according to your deployment method on Hugging Face's [Inference Endpoints](https://huggingface.co/docs/inference-endpoints/guides/access), with either the ''[User name](https://huggingface.co/settings/account)'' or the "[Organization Name](https://ui.endpoints.huggingface.co/)". + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/models-integration/litellm.mdx b/en/development/models-integration/litellm.mdx index 2e7a7450..8f26d5fc 100644 --- a/en/development/models-integration/litellm.mdx +++ b/en/development/models-integration/litellm.mdx @@ -81,3 +81,26 @@ For more information on LiteLLM, please refer to: * [LiteLLM](https://github.com/BerriAI/litellm) * [LiteLLM Proxy Server](https://docs.litellm.ai/docs/simple\_proxy) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/models-integration/localai.mdx b/en/development/models-integration/localai.mdx index a87800c5..5493fc3c 100644 --- a/en/development/models-integration/localai.mdx +++ b/en/development/models-integration/localai.mdx @@ -92,4 +92,27 @@ You can refer to the official [Getting Started](https://localai.io/basics/gettin Click "Save" to use the model in the application. -For more information about LocalAI, please refer to: https://github.com/go-skynet/LocalAI \ No newline at end of file +For more information about LocalAI, please refer to: https://github.com/go-skynet/LocalAI + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/models-integration/ollama.mdx b/en/development/models-integration/ollama.mdx index 9e474e8a..b61dad71 100644 --- a/en/development/models-integration/ollama.mdx +++ b/en/development/models-integration/ollama.mdx @@ -125,3 +125,26 @@ On windows, Ollama inherits your user and system environment variables. ## How can I expose Ollama on my network? Ollama binds 127.0.0.1 port 11434 by default. Change the bind address with the `OLLAMA_HOST` environment variable. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/models-integration/openllm.mdx b/en/development/models-integration/openllm.mdx index 52dbbed9..d76f2e2a 100644 --- a/en/development/models-integration/openllm.mdx +++ b/en/development/models-integration/openllm.mdx @@ -26,4 +26,27 @@ After the model is deployed, use the connected model in Dify. Click "Save" and the model can be used in the application. -This instruction is only for quick connection as an example. For more features and information on using OpenLLM, please refer to: [OpenLLM](https://github.com/bentoml/OpenLLM) \ No newline at end of file +This instruction is only for quick connection as an example. For more features and information on using OpenLLM, please refer to: [OpenLLM](https://github.com/bentoml/OpenLLM) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/models-integration/replicate.mdx b/en/development/models-integration/replicate.mdx index 5e6c81db..bda5a73d 100644 --- a/en/development/models-integration/replicate.mdx +++ b/en/development/models-integration/replicate.mdx @@ -17,3 +17,26 @@ Specific steps are as follows: The API key is the API Key set in step 2. Model Name and Model Version can be found on the model details page: ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/95e2ad371c82ef7ef641192f2bf1a1f8.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/development/models-integration/xinference.mdx b/en/development/models-integration/xinference.mdx index 78949ee9..d028067f 100644 --- a/en/development/models-integration/xinference.mdx +++ b/en/development/models-integration/xinference.mdx @@ -55,3 +55,26 @@ There are two ways to deploy Xinference, namely [local deployment](https://githu Dify also supports using [Xinference builtin models](https://github.com/xorbitsai/inference/blob/main/README.md#builtin-models) as Embedding models, just select the Embeddings type in the configuration box. For more information about Xinference, please refer to: [Xorbits Inference](https://github.com/xorbitsai/inference) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/cloud.mdx b/en/getting-started/cloud.mdx index d56eaca2..cf9849f2 100644 --- a/en/getting-started/cloud.mdx +++ b/en/getting-started/cloud.mdx @@ -31,3 +31,26 @@ A: In Dify Cloud, we anonymize application data to ensure privacy and reduce enc **Q: What is the process for deleting my account and all associated data from Dify Cloud?** A: If you decide to delete your account and remove all associated data from Dify Cloud, you can visit [Account](https://cloud.dify.ai/account) or click on the avatar in the upper right corner, then click "Account". You will see a "Delete account" button; please click it and follow the instructions. We are committed to respecting your privacy and data rights, and upon request, we will erase all your data from our systems, adhering to data protection regulations. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/dify-for-education.mdx b/en/getting-started/dify-for-education.mdx index 541efca3..04186695 100644 --- a/en/getting-started/dify-for-education.mdx +++ b/en/getting-started/dify-for-education.mdx @@ -165,3 +165,26 @@ Your plan continues until the billing period ends, but the promo code expires pe Yes, but timing matters: 1. Your current subscription must expire before resubscribing for the promo code to apply. 2. The promo code will not apply if you renew or change plans before your subscription expires. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/dify-premium.mdx b/en/getting-started/dify-premium.mdx index 3eeac16e..21196bfd 100644 --- a/en/getting-started/dify-premium.mdx +++ b/en/getting-started/dify-premium.mdx @@ -113,3 +113,26 @@ docker-compose -f docker-compose.yaml -f docker-compose.override.yaml up -d ## WebApp Logo & Branding Customization You can enable this feature in **Customization** under settings, enable **Remove Powered by Dify** and upload your own logo. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/install-self-hosted/aa-panel.mdx b/en/getting-started/install-self-hosted/aa-panel.mdx index b6f5e981..87abc556 100644 --- a/en/getting-started/install-self-hosted/aa-panel.mdx +++ b/en/getting-started/install-self-hosted/aa-panel.mdx @@ -71,3 +71,26 @@ http://yourdomain/ # If you choose to access through `IP+Port` http://your_server_ip:8088/ ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/install-self-hosted/docker-compose.mdx b/en/getting-started/install-self-hosted/docker-compose.mdx index 1b657e75..6ef75c35 100644 --- a/en/getting-started/install-self-hosted/docker-compose.mdx +++ b/en/getting-started/install-self-hosted/docker-compose.mdx @@ -173,3 +173,26 @@ The full set of annotated environment variables along can be found under docker/ ### Read More If you have any questions, please refer to [FAQs](/en/getting-started/install-self-hosted/faqs). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/install-self-hosted/environments.mdx b/en/getting-started/install-self-hosted/environments.mdx index 71d9eb29..4c890b46 100644 --- a/en/getting-started/install-self-hosted/environments.mdx +++ b/en/getting-started/install-self-hosted/environments.mdx @@ -675,3 +675,25 @@ Configuration for document chunk length. It is used to control the size of text - Choose larger chunks for context-heavy tasks like sentiment analysis or document summarization. - Choose smaller chunks for fine-grained tasks such as keyword extraction or paragraph-level processing. +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/install-self-hosted/faqs.mdx b/en/getting-started/install-self-hosted/faqs.mdx index 5ac717d8..f8f46f39 100644 --- a/en/getting-started/install-self-hosted/faqs.mdx +++ b/en/getting-started/install-self-hosted/faqs.mdx @@ -87,3 +87,25 @@ docker-compose restart Modify the `UPLOAD_FILE_SIZE_LIMIT` parameter in the `.env` file to adjust the default limit. Additionally, you should also sync the `NGINX_CLIENT_MAX_BODY_SIZE` parameter value to avoid potential issues. +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/install-self-hosted/install-faq.mdx b/en/getting-started/install-self-hosted/install-faq.mdx index 28314318..431a7742 100644 --- a/en/getting-started/install-self-hosted/install-faq.mdx +++ b/en/getting-started/install-self-hosted/install-faq.mdx @@ -275,3 +275,26 @@ To migrate files from local storage to cloud storage (e.g., Alibaba Cloud OSS), docker exec -it docker-api-1 flask upload-private-key-file-to-cloud-storage docker exec -it docker-api-1 flask upload-local-files-to-cloud-storage ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/install-self-hosted/local-source-code.mdx b/en/getting-started/install-self-hosted/local-source-code.mdx index a1bc8b6f..4d270fe5 100644 --- a/en/getting-started/install-self-hosted/local-source-code.mdx +++ b/en/getting-started/install-self-hosted/local-source-code.mdx @@ -282,4 +282,27 @@ To start the web frontend service, [Node.js v22 (LTS)](http://nodejs.org/) and [ ### Access Dify Access [http://127.0.0.1:3000](http://127.0.0.1:3000/) via browsers to enjoy all the exciting features of Dify. -Cheers ! 🍻 \ No newline at end of file +Cheers ! 🍻 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/install-self-hosted/readme.mdx b/en/getting-started/install-self-hosted/readme.mdx index 0ccc1ccd..8f29eac0 100644 --- a/en/getting-started/install-self-hosted/readme.mdx +++ b/en/getting-started/install-self-hosted/readme.mdx @@ -13,3 +13,26 @@ Dify, an open-source project on [GitHub](https://github.com/langgenius/dify), ca To maintain code quality, we require all code contributions - even from those with direct commit access - to be submitted as pull requests. These must be reviewed and approved by the core development team before merging. We welcome contributions from everyone! If you're interested in helping, please check our [Contribution Guide](https://github.com/langgenius/dify/blob/main/CONTRIBUTING) for more information on getting started. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx b/en/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx index c9336cb0..33108436 100644 --- a/en/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx +++ b/en/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx @@ -26,3 +26,26 @@ docker run -it -p 3000:3000 -e CONSOLE_URL=http://127.0.0.1:5001 -e APP_URL=http 3. When the console domain and web app domain are different, you can set the CONSOLE_URL and APP_URL separately 4. To access it locally, you can visit [http://127.0.0.1:3000](http://127.0.0.1:3000/) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/readme/features-and-specifications.mdx b/en/getting-started/readme/features-and-specifications.mdx index deaea297..3bfe1d70 100644 --- a/en/getting-started/readme/features-and-specifications.mdx +++ b/en/getting-started/readme/features-and-specifications.mdx @@ -208,3 +208,26 @@ We adopt transparent policies around product specifications to ensure decisions + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/getting-started/readme/model-providers.mdx b/en/getting-started/readme/model-providers.mdx index d5a1751d..c28883b9 100644 --- a/en/getting-started/readme/model-providers.mdx +++ b/en/getting-started/readme/model-providers.mdx @@ -400,3 +400,26 @@ where (🛠️) ︎ denotes "function calling" and (👓) denotes "support for v --- This table is continuously updated. We also keep track of model providers requested by community members [here](https://github.com/langgenius/dify/discussions/categories/ideas). If you'd like to see a model provider not listed above, please consider contributing by making a PR. To learn more, check out our [contribution.md](/en/community/contribution) Guide. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/annotation/README.mdx b/en/guides/annotation/README.mdx index f4147616..c4fd8a96 100644 --- a/en/guides/annotation/README.mdx +++ b/en/guides/annotation/README.mdx @@ -2,4 +2,25 @@ title: Annotation --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/annotation/annotation-reply.mdx b/en/guides/annotation/annotation-reply.mdx index 2703ff62..275f1a46 100644 --- a/en/guides/annotation/annotation-reply.mdx +++ b/en/guides/annotation/annotation-reply.mdx @@ -85,3 +85,26 @@ Through the bulk export feature, you can export all saved annotated Q\&A pairs i In the annotation hit history feature, you can view the edit history of all hits on the annotation, the user's hit questions, the response answers, the source of the hits, the matching similarity scores, the hit time, and other information. You can use this information to continuously improve your annotated content. ![Viewing Annotation Hit History](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/26b6c37dcff225201ea5b4fb712b2d4d.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/annotation/logs.mdx b/en/guides/annotation/logs.mdx index 402cb305..f6476203 100644 --- a/en/guides/annotation/logs.mdx +++ b/en/guides/annotation/logs.mdx @@ -36,3 +36,26 @@ Clicking on a log entry will open the log details panel on the right side of the * Mark improved responses for improvement, which represents the text you expect AI to reply with Please note that if multiple administrators in the team annotate the same log entry, the last annotation will overwrite the previous ones. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-orchestrate/agent.mdx b/en/guides/application-orchestrate/agent.mdx index 7fc1480a..593e2130 100644 --- a/en/guides/application-orchestrate/agent.mdx +++ b/en/guides/application-orchestrate/agent.mdx @@ -66,4 +66,27 @@ After orchestrating the intelligent assistant, you can debug and preview it befo ## Publish Application -![Publishing the Application as a Webapp](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/7f5513a74e2dbfc8ac0039a143a12f68.png) \ No newline at end of file +![Publishing the Application as a Webapp](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/7f5513a74e2dbfc8ac0039a143a12f68.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-orchestrate/app-toolkits/moderation-tool.mdx b/en/guides/application-orchestrate/app-toolkits/moderation-tool.mdx index dd252bbc..58613764 100644 --- a/en/guides/application-orchestrate/app-toolkits/moderation-tool.mdx +++ b/en/guides/application-orchestrate/app-toolkits/moderation-tool.mdx @@ -25,3 +25,26 @@ Developers can customize the sensitive words they need to review, such as using Different enterprises often have their own mechanisms for sensitive word moderation. When developing their own AI applications, such as an internal knowledge base ChatBot, enterprises need to moderate the query content input by employees for sensitive words. For this purpose, developers can write an API extension based on their enterprise's internal sensitive word moderation mechanisms, which can then be called on Dify to achieve a high degree of customization and privacy protection for sensitive word review. ![Moderation Extension](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/app-toolkits/d101ff5542c53b7ca6f8d57d24193916.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-orchestrate/app-toolkits/readme.mdx b/en/guides/application-orchestrate/app-toolkits/readme.mdx index c0821481..d680f6f0 100644 --- a/en/guides/application-orchestrate/app-toolkits/readme.mdx +++ b/en/guides/application-orchestrate/app-toolkits/readme.mdx @@ -35,3 +35,26 @@ During interactions with AI applications, we often have stringent requirements r The annotated replies feature allows for customizable high-quality Q\&A responses through manual editing and annotation. See [Annotated Replies](/en/guides/annotation/annotation-reply). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-orchestrate/chatbot-application.mdx b/en/guides/application-orchestrate/chatbot-application.mdx index 70da5543..f9b1d0b2 100644 --- a/en/guides/application-orchestrate/chatbot-application.mdx +++ b/en/guides/application-orchestrate/chatbot-application.mdx @@ -89,3 +89,26 @@ The chatbot app does not support adding third-party tools. You can add third-par **How to use metadata filtering when creating a Chatbot?** For instructions, see **Metadata Filtering > Chatbot** in *[Integrate Knowledge Base within Application](https://docs.dify.ai/guides/knowledge-base/integrate-knowledge-within-application)*. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-orchestrate/creating-an-application.mdx b/en/guides/application-orchestrate/creating-an-application.mdx index 713a1ccd..b143490a 100644 --- a/en/guides/application-orchestrate/creating-an-application.mdx +++ b/en/guides/application-orchestrate/creating-an-application.mdx @@ -62,3 +62,26 @@ https://example.com/your_dsl.yml ![Create an application by importing a DSL file](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/557be7a176fba979b7f7327d6a0cf8e4.png) > When importing a DSL file, the version will be checked. Significant discrepancies between DSL versions may lead to compatibility issues. For more details, please refer to [Application Management: Import](/en/guides/management/app-management#importing-application). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-orchestrate/multiple-llms-debugging.mdx b/en/guides/application-orchestrate/multiple-llms-debugging.mdx index 2d3c6877..6321e4bc 100644 --- a/en/guides/application-orchestrate/multiple-llms-debugging.mdx +++ b/en/guides/application-orchestrate/multiple-llms-debugging.mdx @@ -23,3 +23,26 @@ Go to [“Model Providers”](/guides/model-configuration), and follow the instr ### 2. How to exit Multiple Model Debugging mode? Select any model and click **“Debug with a Single Model”** to exit multiple model debugging mode. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-orchestrate/readme.mdx b/en/guides/application-orchestrate/readme.mdx index 644690d4..063ef066 100644 --- a/en/guides/application-orchestrate/readme.mdx +++ b/en/guides/application-orchestrate/readme.mdx @@ -80,3 +80,26 @@ The differences between Text Generator and Chatbot are shown in the table below: + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-orchestrate/text-generator.mdx b/en/guides/application-orchestrate/text-generator.mdx index ce3ec53d..40a15940 100644 --- a/en/guides/application-orchestrate/text-generator.mdx +++ b/en/guides/application-orchestrate/text-generator.mdx @@ -77,4 +77,27 @@ If you want to customize a published application, you can fork our open-source W **How to add custom tools in the text generator?** -Text generation applications do not support adding third-party tools. \ No newline at end of file +Text generation applications do not support adding third-party tools. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-publishing/README.mdx b/en/guides/application-publishing/README.mdx index 14398bb7..da2963af 100644 --- a/en/guides/application-publishing/README.mdx +++ b/en/guides/application-publishing/README.mdx @@ -8,4 +8,27 @@ For more detailed information, please refer to the following sections: - [Publish as a Single-page Webapp](launch-your-webapp-quickly/) - [Embedding In Websites](embedding-in-websites) - [Developing with APIs](developing-with-apis) -- [Based on Frontend Templates](based-on-frontend-templates) \ No newline at end of file +- [Based on Frontend Templates](based-on-frontend-templates) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-publishing/based-on-frontend-templates.mdx b/en/guides/application-publishing/based-on-frontend-templates.mdx index ae95fd7e..bc174064 100644 --- a/en/guides/application-publishing/based-on-frontend-templates.mdx +++ b/en/guides/application-publishing/based-on-frontend-templates.mdx @@ -41,3 +41,26 @@ export const promptTemplate = '' Each WebApp Template provides a README file containing deployment instructions. Usually, WebApp Templates contain a lightweight backend service to ensure that developers' API keys are not directly exposed to users. These WebApp Templates can help you quickly build prototypes of AI applications and use all the capabilities of Dify. If you develop your own applications or new templates based on them, feel free to share with us. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-publishing/developing-with-apis.mdx b/en/guides/application-publishing/developing-with-apis.mdx index 18acd523..f02fe82a 100644 --- a/en/guides/application-publishing/developing-with-apis.mdx +++ b/en/guides/application-publishing/developing-with-apis.mdx @@ -125,3 +125,26 @@ print(response.text()) ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-publishing/embedding-in-websites.mdx b/en/guides/application-publishing/embedding-in-websites.mdx index 6f1a31f7..4a9cbe1f 100644 --- a/en/guides/application-publishing/embedding-in-websites.mdx +++ b/en/guides/application-publishing/embedding-in-websites.mdx @@ -136,4 +136,27 @@ window.difyChatbotConfig = { Note: When using the embed.js script to create an iframe, each input value will be processed—compressed using GZIP and encoded in base64—before being appended to the URL. For example, the URL with processed input values will look like this: -`http://localhost/chatbot/{token}?name=H4sIAKUlmWYA%2FwWAIQ0AAACDsl7gLuiv2PQEUNAuqQUAAAA%3D` \ No newline at end of file +`http://localhost/chatbot/{token}?name=H4sIAKUlmWYA%2FwWAIQ0AAACDsl7gLuiv2PQEUNAuqQUAAAA%3D` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-publishing/launch-your-webapp-quickly/README.mdx b/en/guides/application-publishing/launch-your-webapp-quickly/README.mdx index 383fb405..769a5bda 100644 --- a/en/guides/application-publishing/launch-your-webapp-quickly/README.mdx +++ b/en/guides/application-publishing/launch-your-webapp-quickly/README.mdx @@ -42,3 +42,26 @@ Currently, Web App supports multiple languages: English, Simplified Chinese, Tra ### Embedding Your AI Site You can also integrate Dify Web App into your own web project, blog, or any other web page. For more details, please refer to [Embedding In Websites](/en/guides/application-publishing/embedding-in-websites). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx b/en/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx index 5c986603..02464031 100644 --- a/en/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx +++ b/en/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx @@ -53,3 +53,26 @@ _Please ensure that your device environment is authorized to use the microphone. ### References and Attributions When testing the knowledge base effect within the application, you can go to **Workspace -- Add Function -- Citation and Attribution** to enable the citation attribution feature. For detailed instructions, please refer to [Citation and Attribution](/en/guides/knowledge-base/retrieval-test-and-citation). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx b/en/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx index f01e4a2d..5dfce884 100644 --- a/en/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx +++ b/en/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx @@ -59,3 +59,26 @@ Click the "Save" button below the generated results to save the running results. If the "More like this" function is turned on the App's Orchestrate page,clicking the "More like this" button in the web application generates content similar to the current result. As shown below: ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/65fb111d8e89a8f7b761859265e42f0a.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx b/en/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx index c08f87e3..f67ed136 100644 --- a/en/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx +++ b/en/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx @@ -28,4 +28,27 @@ The functionality and performance of the web application depend on whether the d In the following sections, we will introduce the two types of web applications: * Text Generation -* Conversational \ No newline at end of file +* Conversational + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/extension/README.mdx b/en/guides/extension/README.mdx index 1d202911..f12ed8ab 100644 --- a/en/guides/extension/README.mdx +++ b/en/guides/extension/README.mdx @@ -13,3 +13,25 @@ In the process of creating AI applications, developers face constantly changing code-based-extension +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/extension/api-based-extension/README.mdx b/en/guides/extension/api-based-extension/README.mdx index 5b4e28e5..03fafd6c 100644 --- a/en/guides/extension/api-based-extension/README.mdx +++ b/en/guides/extension/api-based-extension/README.mdx @@ -285,3 +285,26 @@ Now, this API endpoint is accessible publicly. You can configure this endpoint i We recommend that you use Cloudflare Workers to deploy your API extension, because Cloudflare Workers can easily provide a public address and can be used for free. [Deploy API Tools with Cloudflare Workers](cloudflare-workers) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/extension/api-based-extension/cloudflare-workers.mdx b/en/guides/extension/api-based-extension/cloudflare-workers.mdx index cb92a107..3bd12984 100644 --- a/en/guides/extension/api-based-extension/cloudflare-workers.mdx +++ b/en/guides/extension/api-based-extension/cloudflare-workers.mdx @@ -135,3 +135,26 @@ wrangler tail * [Cloudflare Workers](https://workers.cloudflare.com/) * [Cloudflare Workers CLI](https://developers.cloudflare.com/workers/cli-wrangler/install-update) * [Example GitHub Repository](https://github.com/crazywoola/dify-extension-workers) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/extension/api-based-extension/external-data-tool.mdx b/en/guides/extension/api-based-extension/external-data-tool.mdx index dfea1091..5e6142a2 100644 --- a/en/guides/extension/api-based-extension/external-data-tool.mdx +++ b/en/guides/extension/api-based-extension/external-data-tool.mdx @@ -188,3 +188,26 @@ User-defined data query implementation, the returned result will be replaced int * `inputs`: Variables passed by the end user * `query`: Current conversation input content from the end user, a fixed parameter for conversational applications. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/extension/api-based-extension/moderation-extension.mdx b/en/guides/extension/api-based-extension/moderation-extension.mdx index 9fb59d68..b9ebfc59 100644 --- a/en/guides/extension/api-based-extension/moderation-extension.mdx +++ b/en/guides/extension/api-based-extension/moderation-extension.mdx @@ -148,3 +148,25 @@ Please read [.](./ "mention") to complete the development and integration of bas } ``` +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/extension/api-based-extension/moderation.mdx b/en/guides/extension/api-based-extension/moderation.mdx index 724e1eab..ae71f275 100644 --- a/en/guides/extension/api-based-extension/moderation.mdx +++ b/en/guides/extension/api-based-extension/moderation.mdx @@ -136,4 +136,27 @@ This module is used to review the content input by end-users and the output cont "action": "overridden", "text": "I will *** you." } - ``` \ No newline at end of file + ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/extension/code-based-extension/README.mdx b/en/guides/extension/code-based-extension/README.mdx index f8b47e58..dbfdab06 100644 --- a/en/guides/extension/code-based-extension/README.mdx +++ b/en/guides/extension/code-based-extension/README.mdx @@ -98,4 +98,27 @@ The frontend styles of code extensions are defined through `schema.json`: } ] } -``` \ No newline at end of file +``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/extension/code-based-extension/external-data-tool.mdx b/en/guides/extension/code-based-extension/external-data-tool.mdx index 66fd52d6..dca1607f 100644 --- a/en/guides/extension/code-based-extension/external-data-tool.mdx +++ b/en/guides/extension/code-based-extension/external-data-tool.mdx @@ -187,3 +187,26 @@ User-defined data query implementation, the returned result will be replaced int * `inputs`: Variables passed by the end user * `query`: Current conversation input content from the end user, a fixed parameter for conversational applications. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/extension/code-based-extension/moderation.mdx b/en/guides/extension/code-based-extension/moderation.mdx index 6aae34de..bd3e3ee2 100644 --- a/en/guides/extension/code-based-extension/moderation.mdx +++ b/en/guides/extension/code-based-extension/moderation.mdx @@ -309,3 +309,25 @@ Output validation function * `preset_response`: preset response (returned only when action=direct_output) * `text`: overridden content of the LLM response (returned only when action=overridden). +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/connect-external-knowledge-base.mdx b/en/guides/knowledge-base/connect-external-knowledge-base.mdx index 3f2c83fc..f5a39ff3 100644 --- a/en/guides/knowledge-base/connect-external-knowledge-base.mdx +++ b/en/guides/knowledge-base/connect-external-knowledge-base.mdx @@ -66,3 +66,26 @@ Solutions corresponding to each error code in the return information: | 1001 | Invalid Authorization header format | Please check the Authorization header format of the request | | 1002 | Authorization failed | Please check whether the API Key you entered is correct. | | 2001 | The knowledge is not exist | Please check the external repository | + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx b/en/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx index 24c05132..1913bfeb 100644 --- a/en/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx +++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx @@ -143,3 +143,26 @@ After choosing the chunking mode, refer to the following documentation to config Check for more details. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx b/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx index f0b3ef93..4f827615 100644 --- a/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx +++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx @@ -35,4 +35,27 @@ If a knowledge base is set up to use online data, you won't be able to add local ## Adding Data Later -If you haven't prepared your documents or other content yet, simply create an empty knowledge first. You can then upload local files or import online data whenever you're ready. \ No newline at end of file +If you haven't prepared your documents or other content yet, simply create an empty knowledge first. You can then upload local files or import online data whenever you're ready. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx b/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx index 82f9f042..fbc7241f 100644 --- a/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx +++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx @@ -75,3 +75,26 @@ NOTION_CLIENT_ID=your-client-id ``` After configuration, you can operate the Notion data import and synchronization functions in the dataset. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx b/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx index beb0566e..87a8acba 100644 --- a/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx +++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx @@ -61,3 +61,26 @@ After importing the parsed text from web pages into the knowledge base, you can ![Importing parsed web text into the knowledge base](https://assets-docs.dify.ai/2024/12/03494dc3c882ac1c74b464ea931e2533.png) After crawling is complete, the content from the web pages will be incorporated into the knowledge base. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx b/en/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx index 8ca8b0a1..714b589d 100644 --- a/en/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx +++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx @@ -54,4 +54,27 @@ Different ETL solutions also have differences in file extraction effects. To lea #### **Metadata** -To use metadata functionality for managing knowledge bases, please refer to [Metadata](/en/guides/knowledge-base/metadata). \ No newline at end of file +To use metadata functionality for managing knowledge bases, please refer to [Metadata](/en/guides/knowledge-base/metadata). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx b/en/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx index cc4c5e4a..d396557d 100644 --- a/en/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx +++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx @@ -168,3 +168,26 @@ After specifying the retrieval settings, you can refer to the following document Learn how to test and cite your knowledge base retrieval + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/external-knowledge-api.mdx b/en/guides/knowledge-base/external-knowledge-api.mdx index 2a682aa6..fab6c357 100644 --- a/en/guides/knowledge-base/external-knowledge-api.mdx +++ b/en/guides/knowledge-base/external-knowledge-api.mdx @@ -166,3 +166,26 @@ You can learn how to develop external knowledge base plugins through the followi For more information about how it works, please refer to the plugin's [GitHub repository](https://github.com/langgenius/dify-official-plugins/tree/main/extensions/llamacloud). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/faq.mdx b/en/guides/knowledge-base/faq.mdx index 6933ead2..82509daa 100644 --- a/en/guides/knowledge-base/faq.mdx +++ b/en/guides/knowledge-base/faq.mdx @@ -18,3 +18,26 @@ This issue may be caused by a disconnection from the Redis service, preventing t ## 4. How to Optimize Knowledge Base Content Retrieval for Applications? You can optimize by adjusting retrieval settings and comparing different parameters. For specific instructions, please refer to [Retrieval Settings](/en/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx b/en/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx index aa0f6ba7..6ed48351 100644 --- a/en/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx +++ b/en/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx @@ -101,3 +101,26 @@ Modify the retrieval mode when creating an application by entering the "Prompt A Modifying Retrieval Mode in Prompt Arrangement + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/indexing-and-retrieval/rerank.mdx b/en/guides/knowledge-base/indexing-and-retrieval/rerank.mdx index ca45d75a..bbd2c232 100644 --- a/en/guides/knowledge-base/indexing-and-retrieval/rerank.mdx +++ b/en/guides/knowledge-base/indexing-and-retrieval/rerank.mdx @@ -62,3 +62,26 @@ Dify 目前已支持 Cohere Rerank 模型,进入“模型供应商-> Cohere” + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx b/en/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx index 1543cb1b..d313a5c5 100644 --- a/en/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx +++ b/en/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx @@ -24,3 +24,26 @@ version: 'English' **这就是 RAG 系统所做的事情:帮助大模型临时性地获得他所不具备的外部知识,允许它在回答问题之前先找答案。** 根据上面这个例子,我们很容易发现 RAG 系统中最核心是外部知识的检索环节。专家能不能向你提供专业的家庭财务建议,取决于能不能精确找到他需要的信息,如果他找到的不是投资理财记录,而是家庭减肥计划,那再厉害的专家都会无能为力。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx b/en/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx index 600d3f49..4e464d32 100644 --- a/en/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx +++ b/en/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx @@ -22,3 +22,26 @@ version: 'English' 由于多路召回模式不依赖于模型的推理能力或知识库描述,该模式在多知识库检索时能够获得质量更高的召回效果,除此之外加入 Rerank 步骤也能有效改进文档召回效果。因此,当创建的知识库问答应用关联了多个知识库时,我们更推荐将召回模式配置为多路召回。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/integrate-knowledge-within-application.mdx b/en/guides/knowledge-base/integrate-knowledge-within-application.mdx index 8eb9089b..df0bf71e 100644 --- a/en/guides/knowledge-base/integrate-knowledge-within-application.mdx +++ b/en/guides/knowledge-base/integrate-knowledge-within-application.mdx @@ -197,4 +197,27 @@ This issue occurs because the embedding models used in the multiple referenced k 4. **Why can't I find the "Weight Score" option in multi-recall mode, and only see the Rerank model?** -Please check whether your knowledge base is using the "Economical" index mode. If so, switch it to the "High Quality" index mode. \ No newline at end of file +Please check whether your knowledge base is using the "Economical" index mode. If so, switch it to the "High Quality" index mode. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/knowledge-and-documents-maintenance/external-knowledge-api.mdx b/en/guides/knowledge-base/knowledge-and-documents-maintenance/external-knowledge-api.mdx index 11f4f944..8f196617 100644 --- a/en/guides/knowledge-base/knowledge-and-documents-maintenance/external-knowledge-api.mdx +++ b/en/guides/knowledge-base/knowledge-and-documents-maintenance/external-knowledge-api.mdx @@ -412,4 +412,27 @@ For file uploads: - 415: unsupported_file_type - Unsupported extension - 503: s3_connection_failed - Unable to connect to S3 - 503: s3_permission_denied - No permission for S3 -- 503: s3_file_too_large - Exceeds S3 size limit \ No newline at end of file +- 503: s3_file_too_large - Exceeds S3 size limit + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx b/en/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx index e36ae0ea..f481bb03 100644 --- a/en/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx +++ b/en/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx @@ -52,3 +52,26 @@ Dify Knowledge Base provides a comprehensive set of standard APIs. Developers ca ![Knowledge base API management](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/02cf8bc06990606ff1d60b73ce7a82c8.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx b/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx index 6edcc5d9..2b283930 100644 --- a/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx +++ b/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx @@ -829,3 +829,25 @@ Response example: | document\_indexing | 400 | The document is being processed and cannot be edited. | | invalid\_metadata | 400 | The metadata content is incorrect. Please check and verify. | +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx b/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx index 0cea0f8b..1505aa71 100644 --- a/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx +++ b/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx @@ -237,4 +237,27 @@ Go to **Chunk Settings**, adjust the settings, and click **Save & Process** to s For more details on metadata, see [_Metadata_](/en/guides/knowledge-base/metadata). -*** \ No newline at end of file +*** + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/knowledge-base-creation/introduction.mdx b/en/guides/knowledge-base/knowledge-base-creation/introduction.mdx index 60054968..e41767da 100644 --- a/en/guides/knowledge-base/knowledge-base-creation/introduction.mdx +++ b/en/guides/knowledge-base/knowledge-base-creation/introduction.mdx @@ -62,3 +62,26 @@ Differences in supported file formats for parsing: #### **Metadata** For managing the knowledge base with metadata, see *[Metadata](../metadata)*. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/knowledge-base-creation/sync-from-notion.mdx b/en/guides/knowledge-base/knowledge-base-creation/sync-from-notion.mdx index 4ae9cf7a..3fc1351b 100644 --- a/en/guides/knowledge-base/knowledge-base-creation/sync-from-notion.mdx +++ b/en/guides/knowledge-base/knowledge-base-creation/sync-from-notion.mdx @@ -81,3 +81,26 @@ Go back to the Dify source code, and configure the relevant environment variable * **NOTION_CLIENT_ID**=your-client-id After configuration, you can operate the Notion data import and synchronization functions in the dataset. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/knowledge-base-creation/sync-from-website.mdx b/en/guides/knowledge-base/knowledge-base-creation/sync-from-website.mdx index 30de4fca..26afc9a9 100644 --- a/en/guides/knowledge-base/knowledge-base-creation/sync-from-website.mdx +++ b/en/guides/knowledge-base/knowledge-base-creation/sync-from-website.mdx @@ -87,4 +87,27 @@ Import the parsed text from web pages and store it in the knowledge base documen Importing parsed web text into the knowledge base -After crawling is complete, the content from the web pages will be incorporated into the knowledge base. \ No newline at end of file +After crawling is complete, the content from the web pages will be incorporated into the knowledge base. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx b/en/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx index 6acd7b70..afda0bfc 100644 --- a/en/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx +++ b/en/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx @@ -242,3 +242,26 @@ Different ETL solutions may have differences in file extraction effects. For mor **Embedding** transforms discrete variables (words, sentences, documents) into continuous vector representations, mapping high-dimensional data to lower-dimensional spaces. This technique preserves crucial semantic information while reducing dimensionality, enhancing content retrieval efficiency. **Embedding models**, specialized large language models, excel at converting text into dense numerical vectors, effectively capturing semantic nuances for improved data processing and analysis. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/knowledge-request-rate-limit.mdx b/en/guides/knowledge-base/knowledge-request-rate-limit.mdx index b98131dc..167cec41 100644 --- a/en/guides/knowledge-base/knowledge-request-rate-limit.mdx +++ b/en/guides/knowledge-base/knowledge-request-rate-limit.mdx @@ -40,3 +40,26 @@ When you perform the following actions, you will be limited by the frequency of 16. Bulk importing segments 17. Performing hit tests 18. Querying the knowledge in apps or workflows (*Note: Multi-path recalls count as a single request.*) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/metadata.mdx b/en/guides/knowledge-base/metadata.mdx index 18006939..e10ad708 100644 --- a/en/guides/knowledge-base/metadata.mdx +++ b/en/guides/knowledge-base/metadata.mdx @@ -421,4 +421,27 @@ See *[Maintaining Dataset via API](https://docs.dify.ai/guides/knowledge-base/kn | --- | --- | --- | --- | | Delete field in the Metadata Panel | In the Metadata Panel, click delete icon next to field | Global - affects all documents | Field and all values permanently deleted from the knowledge base | | Delete field in the Metadata Editor | In the Metadata Editor, click delete icon next to field | Selected documents only | Field deleted from selected documents; remains in the knowledge base | -| Delete field on the document detail page | In the Edit Mode, click delete icon next to field | Current document only | Field deleted from current document; remains in the knowledge base | \ No newline at end of file +| Delete field on the document detail page | In the Edit Mode, click delete icon next to field | Current document only | Field deleted from current document; remains in the knowledge base | + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/readme.mdx b/en/guides/knowledge-base/readme.mdx index ddcebd1d..e196b352 100644 --- a/en/guides/knowledge-base/readme.mdx +++ b/en/guides/knowledge-base/readme.mdx @@ -47,3 +47,26 @@ In Dify, the entire process takes just three minutes, after which you can immedi In Dify, a Knowledge Base is a collection of Documents, each of which can include multiple Chunks of content. You can integrate an entire knowledge base into an application to serve as a retrieval context, drawing from uploaded files or data synchronized from other sources. If your team already has an independent, external knowledge that is separate from the Dify platform, you can link it using the [External Knowledge Base](./connect-external-knowledge-base) feature. This way, you don’t need to re-upload all your content to Dify. Your AI app can directly access and process information in real time from your team’s existing knowledge. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/knowledge-base/retrieval-test-and-citation.mdx b/en/guides/knowledge-base/retrieval-test-and-citation.mdx index 2fec4b82..0e444156 100644 --- a/en/guides/knowledge-base/retrieval-test-and-citation.mdx +++ b/en/guides/knowledge-base/retrieval-test-and-citation.mdx @@ -70,3 +70,26 @@ After enabling the feature, when the large language model responds to a question On the left side of the knowledge base, you can see all linked Apps. Hover over the circular icon to view the list of all linked apps. Click the jump button on the right to quickly browser them. ![](https://assets-docs.dify.ai/2024/12/28899b9b0eba8996f364fb74e5b94c7f.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/management/app-management.mdx b/en/guides/management/app-management.mdx index 5383ecee..40398b4d 100644 --- a/en/guides/management/app-management.mdx +++ b/en/guides/management/app-management.mdx @@ -48,3 +48,26 @@ If you want to remove an application, you can click "Delete" in the upper left c ⚠️ The deletion of an application cannot be undone. All users will be unable to access your application, and all prompts, orchestration configurations, and logs within the application will be deleted. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/management/personal-account-management.mdx b/en/guides/management/personal-account-management.mdx index f0934e47..f2b84b9b 100644 --- a/en/guides/management/personal-account-management.mdx +++ b/en/guides/management/personal-account-management.mdx @@ -90,3 +90,26 @@ Yes, all authorizations with third-party services (e.g., Google, GitHub) will be **5. Will my Dify subscription be canceled and refunded after deleting my account?**\ Your Dify subscription will be automatically canceled upon account deletion. However, the subscription fee is non-refundable, and no future charges will be made. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/management/subscription-management.mdx b/en/guides/management/subscription-management.mdx index c381d866..263a7ad8 100644 --- a/en/guides/management/subscription-management.mdx +++ b/en/guides/management/subscription-management.mdx @@ -98,4 +98,27 @@ A team needs to be bound to one team owner. If the team ownership is not transfe #### 5. What are the differences between the subscription versions? -For a detailed feature comparison, please refer to the [Dify pricing](https://dify.ai/pricing). \ No newline at end of file +For a detailed feature comparison, please refer to the [Dify pricing](https://dify.ai/pricing). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/management/team-members-management.mdx b/en/guides/management/team-members-management.mdx index d33d2a65..4cadc5b6 100644 --- a/en/guides/management/team-members-management.mdx +++ b/en/guides/management/team-members-management.mdx @@ -82,3 +82,26 @@ For team data security reasons, team owners cannot delete their teams on their o #### 3. How can I delete a team member's account? Neither team owners nor administrators can delete a team member's account. Account deletion requires the account owner to actively request it, and cannot be performed by others. As an alternative to account deletion, removing a member from the team will revoke that user's access to the team. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/management/version-control.mdx b/en/guides/management/version-control.mdx index ceaa29c4..9d0385e1 100644 --- a/en/guides/management/version-control.mdx +++ b/en/guides/management/version-control.mdx @@ -253,4 +253,27 @@ When restoring a previous version, that version's content becomes your new draft - **Which apps support version control?** -Version control is currently available for **Chatflow** and **Workflow** applications only. It is not yet supported for **Chatbot**, **Text Generator**, or **Agents**. \ No newline at end of file +Version control is currently available for **Chatflow** and **Workflow** applications only. It is not yet supported for **Chatbot**, **Text Generator**, or **Agents**. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/model-configuration/customizable-model.mdx b/en/guides/model-configuration/customizable-model.mdx index 5b193a3d..367fbe78 100644 --- a/en/guides/model-configuration/customizable-model.mdx +++ b/en/guides/model-configuration/customizable-model.mdx @@ -304,3 +304,26 @@ In `llm.py`, create a Xinference LLM class, which we will name `XinferenceAILarg ``` For an explanation of interface methods, see: [Interfaces](https://github.com/langgenius/dify/blob/main/api/core/model\_runtime/docs/en\_US/interfaces). For specific implementations, refer to: [llm.py](https://github.com/langgenius/dify-runtime/blob/main/lib/model\_providers/anthropic/llm/llm.py). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/model-configuration/interfaces.mdx b/en/guides/model-configuration/interfaces.mdx index a26002bb..99da7ee3 100644 --- a/en/guides/model-configuration/interfaces.mdx +++ b/en/guides/model-configuration/interfaces.mdx @@ -710,3 +710,26 @@ class RerankDocument(BaseModel): text: str score: float ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/model-configuration/load-balancing.mdx b/en/guides/model-configuration/load-balancing.mdx index 03c6f3ff..881cc734 100644 --- a/en/guides/model-configuration/load-balancing.mdx +++ b/en/guides/model-configuration/load-balancing.mdx @@ -35,3 +35,26 @@ By default, load balancing uses the Round-robin strategy. If the rate limit is t You can also configure load balancing from **Add Model**, following the same process as above. ![Configuring Load Balancing from Add Model](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/f583fd97b2a954ab67db567af16236c0.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/model-configuration/new-provider.mdx b/en/guides/model-configuration/new-provider.mdx index aab68976..a258a6dd 100644 --- a/en/guides/model-configuration/new-provider.mdx +++ b/en/guides/model-configuration/new-provider.mdx @@ -196,3 +196,26 @@ Create a `module` with the same name as the provider under the `tests` directory ``` Write test code for various situations of the implemented code above, and after passing the tests, submit the code. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/model-configuration/predefined-model.mdx b/en/guides/model-configuration/predefined-model.mdx index d9044da2..8c0474b6 100644 --- a/en/guides/model-configuration/predefined-model.mdx +++ b/en/guides/model-configuration/predefined-model.mdx @@ -200,4 +200,27 @@ For interface method descriptions, see: [Interfaces](https://github.com/langgeni * `supported_model_types` (array[ModelType]) Supported model types * `configurate_methods` (array[ConfigurateMethod]) Configuration methods * `provider_credential_schema` (ProviderCredentialSchema) Supplier credential schema - * `model_credential_schema` (ModelCredentialSchema) Model credential schema \ No newline at end of file + * `model_credential_schema` (ModelCredentialSchema) Model credential schema + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/model-configuration/readme.mdx b/en/guides/model-configuration/readme.mdx index e95d10a0..55bffb18 100644 --- a/en/guides/model-configuration/readme.mdx +++ b/en/guides/model-configuration/readme.mdx @@ -77,3 +77,26 @@ Specific integration methods are not detailed here. Once configured, these models are ready for application use. ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/6e74424124cfcfe224d3c083f90b54d2.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/model-configuration/schema.mdx b/en/guides/model-configuration/schema.mdx index 575589e7..a0272279 100644 --- a/en/guides/model-configuration/schema.mdx +++ b/en/guides/model-configuration/schema.mdx @@ -210,3 +210,26 @@ title: Schema - `variable` (string) Variable name of other form items - `value` (string) Variable value of other form items + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/monitoring/README.mdx b/en/guides/monitoring/README.mdx index 49a24311..b19d6562 100644 --- a/en/guides/monitoring/README.mdx +++ b/en/guides/monitoring/README.mdx @@ -5,3 +5,26 @@ title: Monitoring You can monitor and track the performance of your application in a production environment within the **Overview** section. In the data analytics dashboard, you can analyze various metrics such as usage costs, latency, user feedback, and performance in the production environment. By continuously debugging and iterating, you can continually improve your application. ![](https://assets-docs.dify.ai/2025/04/7b1c25b1f6d5e95d46056285abb079f5.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/monitoring/analysis.mdx b/en/guides/monitoring/analysis.mdx index 7b0d0949..2e360d8e 100644 --- a/en/guides/monitoring/analysis.mdx +++ b/en/guides/monitoring/analysis.mdx @@ -36,3 +36,26 @@ Reflects the daily token expenditure for language model requests by the applicat **Total Conversations** Daily AI conversation count; each new conversation session counts as one. A single conversation session may contain multiple message exchanges; messages related to prompt engineering and debugging are not included. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/monitoring/integrate-external-ops-tools/README.mdx b/en/guides/monitoring/integrate-external-ops-tools/README.mdx index c34fc537..6acf3d20 100644 --- a/en/guides/monitoring/integrate-external-ops-tools/README.mdx +++ b/en/guides/monitoring/integrate-external-ops-tools/README.mdx @@ -32,3 +32,26 @@ In the production environment, development teams need to carefully monitor key d When using Dify Workflow to orchestrate LLM applications, it typically involves a series of nodes and logic with high complexity. Integrating Dify with external Ops tools helps to break the "black box" issue often faced in application orchestration. Developers can simply configure the platform to track data and metrics throughout the application lifecycle, easily assessing the quality, performance, and cost of LLM applications created on Dify. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx b/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx index d49c04d2..7b558770 100644 --- a/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx +++ b/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx @@ -614,3 +614,26 @@ After configuration, debugging or production data of the application in Dify can * Metadata * conversation\_id - Conversation ID * tenant\_id - Tenant ID + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx b/en/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx index e34d1879..06777b5e 100644 --- a/en/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx +++ b/en/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx @@ -623,3 +623,26 @@ Detailed LLM operation logs through LangSmith will help you optimize the perform * Metadata * conversation\_id - Conversation ID * tenant\_id - Tenant ID + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx b/en/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx index ff1c82be..5eed5d4c 100644 --- a/en/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx +++ b/en/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx @@ -570,4 +570,27 @@ Detailed LLM operation logs through Opik will help you optimize the performance - tenant_id - Tenant ID - Metadata - conversation_id - Conversation ID - - tenant_id - Tenant ID \ No newline at end of file + - tenant_id - Tenant ID + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx b/en/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx index 4edf8b4d..d41bf07a 100644 --- a/en/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx +++ b/en/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx @@ -332,3 +332,26 @@ Detailed LLM operation logs through Weave will help you optimize the performance * Metadata * conversation_id - Conversation ID * tenant_id - Tenant ID + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/README.mdx b/en/guides/workflow/README.mdx index ef72f36e..b7863823 100644 --- a/en/guides/workflow/README.mdx +++ b/en/guides/workflow/README.mdx @@ -45,3 +45,26 @@ LLM can be used to draft emails, social media updates, and other forms of commun * Get familiar with basic operations, including creating nodes on the canvas, connecting and configuring nodes, debugging workflows, and viewing run history. * Save and publish a workflow. * Run the published application or call the workflow through an API. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/additional-features.mdx b/en/guides/workflow/additional-features.mdx index 89ab5369..c1f5ffa9 100644 --- a/en/guides/workflow/additional-features.mdx +++ b/en/guides/workflow/additional-features.mdx @@ -115,3 +115,26 @@ After the application user uploads both document files and images, document file * **Audio and Video Files** LLMs do not yet support direct reading of audio and video files, and the Dify platform has not yet built-in related file processing tools. Application developers can refer to [External Data Tools](/en/guides/extension/api-based-extension/external-data-tool) to integrate tools for processing file information themselves. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/bulletin.mdx b/en/guides/workflow/bulletin.mdx index c334992a..29ce5202 100644 --- a/en/guides/workflow/bulletin.mdx +++ b/en/guides/workflow/bulletin.mdx @@ -111,3 +111,26 @@ As a key member of the Dify community, your experience and feedback are crucial • [Discord channel](https://discord.com/invite/FngNHpbcY7) Your feedback will help us continuously improve the product and provide a better experience for the entire community. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/debug-and-preview/checklist.mdx b/en/guides/workflow/debug-and-preview/checklist.mdx index 5dab42d1..497189b0 100644 --- a/en/guides/workflow/debug-and-preview/checklist.mdx +++ b/en/guides/workflow/debug-and-preview/checklist.mdx @@ -6,3 +6,26 @@ title: Checklist Before publishing the App, you can check the checklist to see if there are any nodes with incomplete configurations or that have not been connected. ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/be2b57394186c9b607a94614793dd5ca.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/debug-and-preview/history.mdx b/en/guides/workflow/debug-and-preview/history.mdx index 7a84b7d4..07a34b2d 100644 --- a/en/guides/workflow/debug-and-preview/history.mdx +++ b/en/guides/workflow/debug-and-preview/history.mdx @@ -6,3 +6,26 @@ title: Run History In the "Run History," you can view the run results and log information from the historical debugging of the current workflow. ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/e6b7b1b00b43109d42cc265ed77ab58f.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/debug-and-preview/log.mdx b/en/guides/workflow/debug-and-preview/log.mdx index 2aef418d..7e0fee40 100644 --- a/en/guides/workflow/debug-and-preview/log.mdx +++ b/en/guides/workflow/debug-and-preview/log.mdx @@ -8,3 +8,26 @@ Clicking **"Run History - View Log — Details"** allows you to see a comprehens This detailed information enables you to review various aspects of each node throughout the complete execution process of the workflow. You can examine inputs and outputs, analyze token consumption, evaluate runtime duration, and assess other pertinent metrics. ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/4eda6b3f833f12ae2ce1a23348678f49.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/debug-and-preview/preview-and-run.mdx b/en/guides/workflow/debug-and-preview/preview-and-run.mdx index 2503bedd..29ac6829 100644 --- a/en/guides/workflow/debug-and-preview/preview-and-run.mdx +++ b/en/guides/workflow/debug-and-preview/preview-and-run.mdx @@ -12,3 +12,26 @@ In workflow applications, clicking "Run" enters debugging mode. ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/b92d7536392b1e1f2423d0e3aa113915.png) Once in debugging mode, you can debug the configured workflow using the interface on the right side of the screen. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/debug-and-preview/step-run.mdx b/en/guides/workflow/debug-and-preview/step-run.mdx index 7225238b..22abba22 100644 --- a/en/guides/workflow/debug-and-preview/step-run.mdx +++ b/en/guides/workflow/debug-and-preview/step-run.mdx @@ -10,3 +10,26 @@ Workflow supports step-by-step debugging of nodes, where you can repetitively te After running a step test, you can review the execution status, input/output, and metadata information. ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/040e1051d33b94d35e4683d3c89691a8.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/error-handling/README.mdx b/en/guides/workflow/error-handling/README.mdx index 6f478637..48a3d84b 100644 --- a/en/guides/workflow/error-handling/README.mdx +++ b/en/guides/workflow/error-handling/README.mdx @@ -145,3 +145,26 @@ Error handling transforms your workflow into a more resilient system: 2. **How to debug the execution of backup paths?** Need to check if your error handling is working? It's simple - just look for yellow-highlighted paths in your workflow logs. These visual indicators show exactly when and where your backup error handling routes are being used. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/error-handling/error-type.mdx b/en/guides/workflow/error-handling/error-type.mdx index 02979ffd..6f107ab1 100644 --- a/en/guides/workflow/error-handling/error-type.mdx +++ b/en/guides/workflow/error-handling/error-type.mdx @@ -118,7 +118,25 @@ The following 3 errors commonly occur during runtime: An error occurs when the tool node cannot find the required files. +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} - - - + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/error-handling/predefined-error-handling-logic.mdx b/en/guides/workflow/error-handling/predefined-error-handling-logic.mdx index d99bfda4..83fdb45b 100644 --- a/en/guides/workflow/error-handling/predefined-error-handling-logic.mdx +++ b/en/guides/workflow/error-handling/predefined-error-handling-logic.mdx @@ -78,3 +78,26 @@ When the **Default Value** or **Fail Branch** is selected for a node’s error h + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/export_import.mdx b/en/guides/workflow/export_import.mdx index e9ad1b8d..f0f4ab49 100644 --- a/en/guides/workflow/export_import.mdx +++ b/en/guides/workflow/export_import.mdx @@ -16,3 +16,26 @@ To export a DSL file from the studio application list: To export a DSL file from the workflow orchestration page: ![](/en/.gitbook/assets/guides/workflow/export-import/output (7) (1).png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/file-upload.mdx b/en/guides/workflow/file-upload.mdx index bec1c464..aa887f4a 100644 --- a/en/guides/workflow/file-upload.mdx +++ b/en/guides/workflow/file-upload.mdx @@ -167,4 +167,27 @@ Placing file variables in answer nodes or end nodes will provide a file download ## Advanced Usage -If you want the application to support uploading multiple types of files, such as allowing users to upload document files, images, and audio/video files simultaneously, you need to add a "File List" variable in the "Start Node" and use the "List Operation" node to process different file types. For detailed instructions, please refer to the List Operation node. \ No newline at end of file +If you want the application to support uploading multiple types of files, such as allowing users to upload document files, images, and audio/video files simultaneously, you need to add a "File List" variable in the "Start Node" and use the "List Operation" node to process different file types. For detailed instructions, please refer to the List Operation node. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/key-concepts.mdx b/en/guides/workflow/key-concepts.mdx index 1b29d97c..4d8057ba 100644 --- a/en/guides/workflow/key-concepts.mdx +++ b/en/guides/workflow/key-concepts.mdx @@ -44,3 +44,26 @@ alt="" 2. The [Answer node](/en/guides/workflow/node/answer) is specific to Chatflow, used for streaming text output, and can output at intermediate steps in the process. 3. Chatflow has built-in chat memory (Memory) for storing and passing multi-turn conversation history, which can be enabled in node like LLM and question classifiers. Workflow does not have Memory-related configurations and cannot enable them. 4. Built-in variables for Chatflow's [start node](/en/guides/workflow/node/start) include: `sys.query`, `sys.files`, `sys.conversation_id`, `sys.user_id`. Built-in [variables](/en/guides/workflow/variables) for Workflow's start node include: `sys.files`, `sys_id`. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/agent.mdx b/en/guides/workflow/node/agent.mdx index 4fb802de..fcd8da19 100644 --- a/en/guides/workflow/node/agent.mdx +++ b/en/guides/workflow/node/agent.mdx @@ -83,3 +83,26 @@ Enabling the **Memory** toggle empowers the Agent to retain and recall conversat For example, when users employ pronouns (such as “it”, “this”, or “they”) in subsequent messages, an Agent with Memory enabled can understand what these pronouns refer to from previous context without requiring users to restate complete information. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/answer.mdx b/en/guides/workflow/node/answer.mdx index 784718c3..4c4399af 100644 --- a/en/guides/workflow/node/answer.mdx +++ b/en/guides/workflow/node/answer.mdx @@ -24,3 +24,26 @@ Example 2: Output image and LLM reply. className="mx-auto" alt="" /> + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/code.mdx b/en/guides/workflow/node/code.mdx index 76940572..e427cf28 100644 --- a/en/guides/workflow/node/code.mdx +++ b/en/guides/workflow/node/code.mdx @@ -120,3 +120,25 @@ Dangerous code will be automatically blocked by Cloudflare WAF. You can check if ![Cloudflare WAF](https://assets-docs.dify.ai/2024/12/ad4dc065c4c567c150ab7fa7bfd123a3.png) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/doc-extractor.mdx b/en/guides/workflow/node/doc-extractor.mdx index 9336f83c..6e15f9e4 100644 --- a/en/guides/workflow/node/doc-extractor.mdx +++ b/en/guides/workflow/node/doc-extractor.mdx @@ -63,3 +63,26 @@ After configuration, the application will have file upload functionality, allowi For how to upload files in chat conversations and interact with the LLM, please refer to [Additional Features](/en/guides/workflow/additional-features). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/end.mdx b/en/guides/workflow/node/end.mdx index 344325d8..098187f1 100644 --- a/en/guides/workflow/node/end.mdx +++ b/en/guides/workflow/node/end.mdx @@ -30,3 +30,26 @@ In the following [long story generation workflow](/en/guides/workflow/node/itera **Multi-Path Execution Example:** ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/3cb3f5fea376265bede0a4ac5bcc1ddc.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/http-request.mdx b/en/guides/workflow/node/http-request.mdx index b8b9ca82..dc19541d 100644 --- a/en/guides/workflow/node/http-request.mdx +++ b/en/guides/workflow/node/http-request.mdx @@ -64,4 +64,27 @@ When processing information, HTTP nodes may encounter exceptional situations suc For more information about exception handling approaches, please refer to [Error Handling](/en/guides/workflow/error-handling). -![](https://assets-docs.dify.ai/2024/12/91daa86d9770390ab2a41d6d0b6ed1e7.png) \ No newline at end of file +![](https://assets-docs.dify.ai/2024/12/91daa86d9770390ab2a41d6d0b6ed1e7.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/ifelse.mdx b/en/guides/workflow/node/ifelse.mdx index 24132f49..77cd1578 100644 --- a/en/guides/workflow/node/ifelse.mdx +++ b/en/guides/workflow/node/ifelse.mdx @@ -44,3 +44,26 @@ Taking the above **Text Summary Workflow** as an example: For complex condition judgments, you can set multiple condition judgments and configure **AND** or **OR** between conditions to take the **intersection** or **union** of the conditions, respectively. Multiple Condition Judgments + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/iteration.mdx b/en/guides/workflow/node/iteration.mdx index 5bfd52ee..598755ce 100644 --- a/en/guides/workflow/node/iteration.mdx +++ b/en/guides/workflow/node/iteration.mdx @@ -184,3 +184,26 @@ CODE Example: ```django {{ articleSections | join("/n") }} ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/knowledge-retrieval.mdx b/en/guides/workflow/node/knowledge-retrieval.mdx index 28f67a53..3f16eaaa 100644 --- a/en/guides/workflow/node/knowledge-retrieval.mdx +++ b/en/guides/workflow/node/knowledge-retrieval.mdx @@ -39,3 +39,26 @@ alt="" Dify offers two recall strategies for different knowledge base retrieval scenarios: "N-to-1 Recall" and "Multi-way Recall". In the N-to-1 mode, knowledge base queries are executed through function calling, requiring the selection of a system reasoning model. In the multi-way recall mode, a Rerank model needs to be configured for result re-ranking. For a detailed explanation of these two recall strategies, refer to the retrieval mode explanation in the [help documentation](/en/guides/knowledge-base/create-knowledge-and-upload-documents#id-5-indexing-methods). ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/4a3007cda9dfa50ddac3711693725dce.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/list-operator.mdx b/en/guides/workflow/node/list-operator.mdx index d5067187..e72a5a2a 100644 --- a/en/guides/workflow/node/list-operator.mdx +++ b/en/guides/workflow/node/list-operator.mdx @@ -78,3 +78,26 @@ In file interaction Q\&A scenarios, application users may upload document files ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/610358293217e54b55b7e1d4d16bf83c.png) After the application user uploads both document files and images, document files are automatically diverted to the doc extractor node, and image files are automatically diverted to the LLM node to achieve joint processing of mixed files. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/llm.mdx b/en/guides/workflow/node/llm.mdx index 0e55fbab..4ad1d826 100644 --- a/en/guides/workflow/node/llm.mdx +++ b/en/guides/workflow/node/llm.mdx @@ -371,3 +371,26 @@ Watch the following video to learn how to use JSON Schema Editor to collect cust allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen > + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/loop.mdx b/en/guides/workflow/node/loop.mdx index 6b9383de..8dd57bc7 100644 --- a/en/guides/workflow/node/loop.mdx +++ b/en/guides/workflow/node/loop.mdx @@ -131,3 +131,26 @@ The first iteration begins with the initial verse value `I haven't started creat 5. When executed, the workflow will produce four versions of your poem, each iteration building upon its previous output. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/parameter-extractor.mdx b/en/guides/workflow/node/parameter-extractor.mdx index ae30e13e..aaf044a9 100644 --- a/en/guides/workflow/node/parameter-extractor.mdx +++ b/en/guides/workflow/node/parameter-extractor.mdx @@ -59,3 +59,26 @@ When memory is enabled, each input to the question classifier will include the c `__is_success Number` Extraction success status, with a value of 1 for success and 0 for failure. `__reason String` Extraction error reason + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/question-classifier.mdx b/en/guides/workflow/node/question-classifier.mdx index ab8378f9..995eb692 100644 --- a/en/guides/workflow/node/question-classifier.mdx +++ b/en/guides/workflow/node/question-classifier.mdx @@ -55,3 +55,26 @@ When users input different questions, the issue classifier will automatically cl **Output Variable**: `class_name` stores the classification output label. You can reference this classification result in downstream nodes when needed. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/start.mdx b/en/guides/workflow/node/start.mdx index e2761a0c..f0c18609 100644 --- a/en/guides/workflow/node/start.mdx +++ b/en/guides/workflow/node/start.mdx @@ -148,3 +148,26 @@ Chatflow application provides the following system variables: + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/template.mdx b/en/guides/workflow/node/template.mdx index d137fc09..39ae0940 100644 --- a/en/guides/workflow/node/template.mdx +++ b/en/guides/workflow/node/template.mdx @@ -57,3 +57,26 @@ width="300" className="mx-auto" alt="metadata_field" /> + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/tools.mdx b/en/guides/workflow/node/tools.mdx index ce311bd7..d95762a5 100644 --- a/en/guides/workflow/node/tools.mdx +++ b/en/guides/workflow/node/tools.mdx @@ -55,3 +55,26 @@ For more information about exception handling approaches, please refer to [Error ## Publishing Workflow Applications as Tools Workflow applications can be published as tools and used by nodes in other workflows. For information about creating custom tools and tool configuration, please refer to the [Tool Configuration Guide](/en/guides/tools). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/variable-aggregator.mdx b/en/guides/workflow/node/variable-aggregator.mdx index 2d02fff3..c28649fe 100644 --- a/en/guides/workflow/node/variable-aggregator.mdx +++ b/en/guides/workflow/node/variable-aggregator.mdx @@ -40,3 +40,26 @@ The variable aggregator supports aggregating various data types, including strin Starting from version v0.6.10, aggregation grouping is supported. When aggregation grouping is enabled, the variable aggregator can aggregate multiple groups of variables, with each group requiring the same data type for aggregation. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/node/variable-assigner.mdx b/en/guides/workflow/node/variable-assigner.mdx index 031d04ca..a7662901 100644 --- a/en/guides/workflow/node/variable-assigner.mdx +++ b/en/guides/workflow/node/variable-assigner.mdx @@ -191,3 +191,25 @@ The data type of the target variable determines its operation method. Below are • **Extend**: Add a new array to the target variable, effectively adding multiple elements at once. +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/orchestrate-node.mdx b/en/guides/workflow/orchestrate-node.mdx index dd6d86d0..4e48d1a5 100644 --- a/en/guides/workflow/orchestrate-node.mdx +++ b/en/guides/workflow/orchestrate-node.mdx @@ -99,3 +99,26 @@ This pattern integrates parallel structures within iteration branches, optimizin Applications with parallel structures generate logs in a tree-like format. Collapsible parallel node groups facilitate easier viewing of individual node logs. ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/ad6acb838b58d2e0c8f99669b24aa20d.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/publish.mdx b/en/guides/workflow/publish.mdx index defffb65..1f66ff4d 100644 --- a/en/guides/workflow/publish.mdx +++ b/en/guides/workflow/publish.mdx @@ -21,4 +21,27 @@ Workflow applications can be published as: To manage multiple versions of chatflow/workflow, see [Version Control](/en/guides/management/version-control). - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/shortcut-key.mdx b/en/guides/workflow/shortcut-key.mdx index 19a30dbb..0f9b51f0 100644 --- a/en/guides/workflow/shortcut-key.mdx +++ b/en/guides/workflow/shortcut-key.mdx @@ -96,3 +96,26 @@ The Chatflow / Workflow application orchestration page supports the following sh + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/structured-outputs.mdx b/en/guides/workflow/structured-outputs.mdx index dd23eb58..7a9524e8 100644 --- a/en/guides/workflow/structured-outputs.mdx +++ b/en/guides/workflow/structured-outputs.mdx @@ -56,3 +56,26 @@ When you are working with the JSON Schema Editor, you might run into a few commo 2. Set up **Failure Branch** to handle any errors. See [Error Handling](https://docs.dify.ai/guides/workflow/error-handling) for more details. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workflow/variables.mdx b/en/guides/workflow/variables.mdx index ff0b8c89..8e72b619 100644 --- a/en/guides/workflow/variables.mdx +++ b/en/guides/workflow/variables.mdx @@ -135,3 +135,26 @@ To track changes in conversation variable values during debugging the applicatio * To avoid variable name duplication, node naming must not be repeated * The output variables of nodes are generally fixed variables and cannot be edited + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workspace/README.mdx b/en/guides/workspace/README.mdx index e845d1cc..25558db0 100644 --- a/en/guides/workspace/README.mdx +++ b/en/guides/workspace/README.mdx @@ -16,3 +16,26 @@ It is important to note that the login methods supported by Dify's cloud service If you are using the cloud service, a workspace will be automatically created for you upon your first login, and you will become the administrator. In the community version, you will be prompted to set an administrator email and password during installation. The community edition does not support the creation of multiple workspaces. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workspace/app.mdx b/en/guides/workspace/app.mdx index 0301144f..f33e2e70 100644 --- a/en/guides/workspace/app.mdx +++ b/en/guides/workspace/app.mdx @@ -19,3 +19,26 @@ To modify a template and create a new application, click the "Customize" button The workspace serves as the navigation for applications. Click on an application within the workspace to use it directly. Applications in the workspace include your own applications as well as those added to the workspace by other team members. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workspace/app/README.mdx b/en/guides/workspace/app/README.mdx index 25f2326b..f57d0123 100644 --- a/en/guides/workspace/app/README.mdx +++ b/en/guides/workspace/app/README.mdx @@ -19,4 +19,27 @@ To modify a template and create a new application, click the "Customize" button The workspace serves as the navigation for applications. Click on an application within the workspace to use it directly. -Applications in the workspace include your own applications as well as those added to the workspace by other team members. \ No newline at end of file +Applications in the workspace include your own applications as well as those added to the workspace by other team members. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workspace/billing.mdx b/en/guides/workspace/billing.mdx index b5cc6782..c2f7429f 100644 --- a/en/guides/workspace/billing.mdx +++ b/en/guides/workspace/billing.mdx @@ -51,4 +51,26 @@ You can view capacity usage details on your workspace's Billing page. 3. Under what circumstances do I need to pay when using the CE version? > When using the CE version, please follow our open source license terms. If you need commercial use, such as removing Dify's logo or requiring multiple workspaces, using Dify in a SaaS model, you will need to contact us at [business@dify.ai](mailto:business@dify.ai) for commercial licensing. - \ No newline at end of file + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workspace/explore.mdx b/en/guides/workspace/explore.mdx index d5dc11a5..a13a98e9 100644 --- a/en/guides/workspace/explore.mdx +++ b/en/guides/workspace/explore.mdx @@ -21,4 +21,27 @@ The workspace is the application's navigation. Click an application in the works ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workspace/e26314942a21cfafaaf576b6a0b723e2.png) -Apps in the workspace include: your own apps and apps added to the workspace by other teams. \ No newline at end of file +Apps in the workspace include: your own apps and apps added to the workspace by other teams. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/guides/workspace/invite-and-manage-members.mdx b/en/guides/workspace/invite-and-manage-members.mdx index ae817081..87988257 100644 --- a/en/guides/workspace/invite-and-manage-members.mdx +++ b/en/guides/workspace/invite-and-manage-members.mdx @@ -13,4 +13,27 @@ The system will automatically create a Dify account for the new member. ### Removing Members -Once a member is removed from the team, they will no longer have access to the current workspace. However, this will not affect their access to other workspaces they have already joined. \ No newline at end of file +Once a member is removed from the team, they will no longer have access to the current workspace. However, this will not affect their access to other workspaces they have already joined. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/introduction.mdx b/en/introduction.mdx index a3e47961..2fdea50b 100644 --- a/en/introduction.mdx +++ b/en/introduction.mdx @@ -48,3 +48,26 @@ Whether you're a startup founder, an enterprise developer, or an AI enthusiast, - Learn how to [**self-deploy Dify** ](/en/getting-started/install-self-hosted/readme)to your servers and [**integrate open source models**](/en/guides/model-configuration/readme)**.** - Understand Dify’s [**specifications and roadmap**](/en/getting-started/readme/features-and-specifications)**.** - [**Star us on GitHub**](https://github.com/langgenius/dify) and read our [**Contributor Guidelines**](/en/community/contribution). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/extended-reading/README.mdx b/en/learn-more/extended-reading/README.mdx index 29a3c307..a24bb4c4 100644 --- a/en/learn-more/extended-reading/README.mdx +++ b/en/learn-more/extended-reading/README.mdx @@ -2,3 +2,25 @@ title: Under Maintenance --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx b/en/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx index c604d7b8..4f49619d 100644 --- a/en/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx +++ b/en/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx @@ -223,3 +223,26 @@ You are a UI generator AI. Convert the user input into a UI. * [Introduction to Structured Outputs](https://cookbook.openai.com/examples/structured\_outputs\_intro) * [Structured Output](https://platform.openai.com/docs/guides/structured-outputs/json-mode?context=without\_parse) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/extended-reading/retrieval-augment/README.mdx b/en/learn-more/extended-reading/retrieval-augment/README.mdx index 9fb42b07..80401dbd 100644 --- a/en/learn-more/extended-reading/retrieval-augment/README.mdx +++ b/en/learn-more/extended-reading/retrieval-augment/README.mdx @@ -22,3 +22,26 @@ When you want to hire this super expert as your personal financial advisor, you **This is exactly what the RAG system does: it helps the large model temporarily acquire external knowledge it does not possess, allowing it to find answers before responding to questions.** From the example above, it is easy to see that the most critical part of the RAG system is the retrieval of external knowledge. Whether the expert can provide professional financial advice depends on whether they can accurately find the necessary information. If they find your weight loss plan instead of your investment records, even the most knowledgeable expert would be powerless. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx b/en/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx index 7aad80ac..92c8c0d4 100644 --- a/en/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx +++ b/en/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx @@ -82,3 +82,25 @@ Modify the retrieval mode of an existing dataset by entering the "Dataset -> Sel Modify the retrieval mode when creating an application by entering the "Prompt Arrangement -> Context -> Select Dataset -> Settings" page. +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/extended-reading/retrieval-augment/rerank.mdx b/en/learn-more/extended-reading/retrieval-augment/rerank.mdx index 0e7bdc00..f0fe1145 100644 --- a/en/learn-more/extended-reading/retrieval-augment/rerank.mdx +++ b/en/learn-more/extended-reading/retrieval-augment/rerank.mdx @@ -49,3 +49,26 @@ Enter the "Prompt Arrangement -> Context -> Settings" page to enable the Re-rank Explanation about multi-path recall mode: 🔗Please check the section [Multi-path Retrieval](https://docs.dify.ai/guides/knowledge-base/integrate-knowledge-within-application#multi-path-retrieval-recommended) ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/f9cde54ca59bfdc5ad94afb00551d5d0.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/extended-reading/retrieval-augment/retrieval.mdx b/en/learn-more/extended-reading/retrieval-augment/retrieval.mdx index 253005c9..490be7d6 100644 --- a/en/learn-more/extended-reading/retrieval-augment/retrieval.mdx +++ b/en/learn-more/extended-reading/retrieval-augment/retrieval.mdx @@ -18,3 +18,26 @@ Below is the technical flowchart for the multi-path retrieval mode: ![Multi-Path retrieval](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/64007d543f1c5c3f2e87d606d79d04d3.png) Since multi-path retrieval mode does not rely on the model's inference capability or dataset descriptions, it can achieve higher-quality retrieval results when retrieving across multiple datasets. Additionally, incorporating a re-ranking step can effectively improve document retrieval effectiveness. Therefore, when creating knowledge base Q\&A applications associated with multiple datasets, we recommend configuring the retrieval mode as multi-path retrieval. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/extended-reading/what-is-llmops.mdx b/en/learn-more/extended-reading/what-is-llmops.mdx index 3f3cc890..f21fdf69 100644 --- a/en/learn-more/extended-reading/what-is-llmops.mdx +++ b/en/learn-more/extended-reading/what-is-llmops.mdx @@ -78,3 +78,25 @@ With the introduction of an LLMOps platform like Dify, the process of developing **Dify** is an easy-to-use LLMOps platform designed to empower more people to create sustainable, AI-native applications. With visual orchestration for various application types, Dify offers out-of-the-box, ready-to-use applications that can also serve as Backend-as-a-Service APIs. Unify your development process with one API for plugins and knowledge integration, and streamline your operations using a single interface for prompt engineering, visual analytics, and continuous improvement. +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/faq/README.mdx b/en/learn-more/faq/README.mdx index 5d0f2428..0d0782fc 100644 --- a/en/learn-more/faq/README.mdx +++ b/en/learn-more/faq/README.mdx @@ -5,4 +5,27 @@ title: Frequently Asked Questions (FAQs) [Self hosted / local deployment frequently asked questions (FAQs)](https://docs.dify.ai/learn-more/faq/install-faq) -[LLM configuration and usage frequently asked questions (FAQs)](https://docs.dify.ai/learn-more/faq/use-llms-faq) \ No newline at end of file +[LLM configuration and usage frequently asked questions (FAQs)](https://docs.dify.ai/learn-more/faq/use-llms-faq) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/faq/install-faq.mdx b/en/learn-more/faq/install-faq.mdx index 461a56fc..ba70a62b 100644 --- a/en/learn-more/faq/install-faq.mdx +++ b/en/learn-more/faq/install-faq.mdx @@ -386,3 +386,26 @@ You can delete unused files using the `clear-orphaned-file-records` command and ... Removed 365 orphaned files without errors. ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/faq/plugins.mdx b/en/learn-more/faq/plugins.mdx index a7935e28..4428d294 100644 --- a/en/learn-more/faq/plugins.mdx +++ b/en/learn-more/faq/plugins.mdx @@ -14,3 +14,26 @@ title: Plugins Once this field is added, the Dify platform will allow the installation of all plugins that are not listed (and thus not verified) in the Dify Marketplace. **Note**: For security reasons, always install plugins from unknown sources in a test or sandbox environment first. Confirm their safety before deploying to the production environment. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/faq/use-llms-faq.mdx b/en/learn-more/faq/use-llms-faq.mdx index 36a48b3b..31956dc5 100644 --- a/en/learn-more/faq/use-llms-faq.mdx +++ b/en/learn-more/faq/use-llms-faq.mdx @@ -147,3 +147,26 @@ Dify supports the following for use as Embedding models. Simply select the `Embe ### 22. How to set an application I created as an application template? This feature provides application templates for cloud version users to reference, and currently does not support setting your created applications as templates. If you use the cloud version, you can **Add to Workspace** or **Customize** it to become your own application. If you use the community version and need to create more application templates for your team, you can contact our commercialization team for paid technical support: `business@dify.ai`. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/how-to-use-json-schema-in-dify.mdx b/en/learn-more/how-to-use-json-schema-in-dify.mdx index 078ae3b3..3b512489 100644 --- a/en/learn-more/how-to-use-json-schema-in-dify.mdx +++ b/en/learn-more/how-to-use-json-schema-in-dify.mdx @@ -235,3 +235,26 @@ You are a UI generator AI. Convert the user input into a UI. - [Introduction to Structured Outputs](https://cookbook.openai.com/examples/structured_outputs_intro) - [Structured Output](https://platform.openai.com/docs/guides/structured-outputs/json-mode?context=without_parse) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/prompt-engineering/README.mdx b/en/learn-more/prompt-engineering/README.mdx index 1327523b..9cd666b9 100644 --- a/en/learn-more/prompt-engineering/README.mdx +++ b/en/learn-more/prompt-engineering/README.mdx @@ -29,4 +29,27 @@ Prompt Engineering has evolved into a promising field worth continuous explorati 1. [Learn Prompting](https://learnprompting.org/zh-Hans/) 2. [ChatGPT Prompt Engineering for Developers](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/) -3. [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) \ No newline at end of file +3. [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/prompt-engineering/prompt-engineering-1/README.mdx b/en/learn-more/prompt-engineering/prompt-engineering-1/README.mdx index 5518cb1d..4e73fb8d 100644 --- a/en/learn-more/prompt-engineering/prompt-engineering-1/README.mdx +++ b/en/learn-more/prompt-engineering/prompt-engineering-1/README.mdx @@ -92,4 +92,27 @@ In the debug preview interface, after a conversation between the user and the AI On the main interface for app construction, you can see "Logs and Annotations" in the left navigation bar to view the complete logs. -![View Prompt Log in Logs and Annotations Interface](../../../../.gitbook/assets/12.png) \ No newline at end of file +![View Prompt Log in Logs and Annotations Interface](../../../../.gitbook/assets/12.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx b/en/learn-more/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx index e7e7ce4f..395227bd 100644 --- a/en/learn-more/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx +++ b/en/learn-more/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx @@ -148,4 +148,27 @@ Dify and some model vendors have jointly optimized the system prompts deeply. Th * Context (`Context`): Used to insert relevant text from the dataset as the context of the complete prompt. * Pre-prompt (`Pre-prompt`): In **Easy Mode**, the pre-prompt orchestrated will be inserted into the complete prompt. * Conversation History (`History`): When building chat applications using text generation models, the system will insert the user's conversation history as context into the complete prompt. Since some models respond differently to role prefixes, you can also modify the role prefix in the conversation history settings, e.g., changing "Assistant" to "AI". -* Query (`Query`): The query content is the variable value used to insert the user's question in the chat. \ No newline at end of file +* Query (`Query`): The query content is the variable value used to insert the user's question in the chat. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/README.mdx b/en/learn-more/use-cases/README.mdx index c590ad53..07a38872 100644 --- a/en/learn-more/use-cases/README.mdx +++ b/en/learn-more/use-cases/README.mdx @@ -2,4 +2,25 @@ title: Use Cases --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/build-an-notion-ai-assistant copy.mdx b/en/learn-more/use-cases/build-an-notion-ai-assistant copy.mdx index ab52ba17..d76045f4 100644 --- a/en/learn-more/use-cases/build-an-notion-ai-assistant copy.mdx +++ b/en/learn-more/use-cases/build-an-notion-ai-assistant copy.mdx @@ -165,3 +165,26 @@ If your Notion's pages have updated, you can sync with Dify periodically to keep In this tutorial, we have learned not only how to import Your Notion data into Dify, but also know how to use the API to integrate it with your project. [Dify](https://dify.ai/) is a user-friendly LLMOps platform targeted to empower more individuals to create sustainable, AI-native applications. With visual orchestration designed for various application types, Dify offers ready-to-use applications that can assist you in utilizing data to craft your distinctive AI assistant. Do not hesitate to contact us if you have any inquiries. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/build-an-notion-ai-assistant.mdx b/en/learn-more/use-cases/build-an-notion-ai-assistant.mdx index ab52ba17..9cde000f 100644 --- a/en/learn-more/use-cases/build-an-notion-ai-assistant.mdx +++ b/en/learn-more/use-cases/build-an-notion-ai-assistant.mdx @@ -165,3 +165,26 @@ If your Notion's pages have updated, you can sync with Dify periodically to keep In this tutorial, we have learned not only how to import Your Notion data into Dify, but also know how to use the API to integrate it with your project. [Dify](https://dify.ai/) is a user-friendly LLMOps platform targeted to empower more individuals to create sustainable, AI-native applications. With visual orchestration designed for various application types, Dify offers ready-to-use applications that can assist you in utilizing data to craft your distinctive AI assistant. Do not hesitate to contact us if you have any inquiries. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx b/en/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx index 1d28a4eb..221cafa5 100644 --- a/en/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx +++ b/en/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx @@ -145,3 +145,26 @@ Currently, the AI Thesis Slack Bot primarily focuses on ArXiv paper retrieval an ## 6. Conclusion With the AI Thesis Slack Bot, you can automate academic information retrieval, improving research team productivity. If you're interested in further unlocking its potential, consider integrating Dify with a Realtime API to develop advanced applications, such as real-time paper discussions and AI-powered Q\&A, allowing AI to play a greater role in academic collaboration and AI-driven research. 🚀 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/create-a-midjourney-prompt-bot-with-dify.mdx b/en/learn-more/use-cases/create-a-midjourney-prompt-bot-with-dify.mdx index 29f98d3a..599b2b33 100644 --- a/en/learn-more/use-cases/create-a-midjourney-prompt-bot-with-dify.mdx +++ b/en/learn-more/use-cases/create-a-midjourney-prompt-bot-with-dify.mdx @@ -57,3 +57,26 @@ With these steps, your application is now complete. After testing and ensuring t ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/3f997d26023f1ee9bc8604eb2eb1cb6e.png) That's how you create a simple AI application using Dify. You can also deploy your application on other platforms or modify its UI using the generated API. Additionally, Dify supports uploading your own data, such as building a customer service bot to assist with product-related queries. This concludes the tutorial, and a special thanks to @goocarlos for creating such a fantastic product. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx b/en/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx index ddaaa4d2..9656bb79 100644 --- a/en/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx +++ b/en/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx @@ -62,3 +62,26 @@ This step is to embed the prepared AI chatbot into your official website . Click Above is an example of how to embed Dify into the official website through the AI chatbot Bob of Dify official website. Of course, you can also use more features provided by Dify to enhance the performance of the chatbot, such as adding some variable settings, so that users can fill in necessary judgment information before interaction, such as name, specific product used and so on. Welcome to explore in Dify together! + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/dify-model-arena.mdx b/en/learn-more/use-cases/dify-model-arena.mdx index 461f7faf..7e10b0a6 100644 --- a/en/learn-more/use-cases/dify-model-arena.mdx +++ b/en/learn-more/use-cases/dify-model-arena.mdx @@ -39,3 +39,26 @@ Enter a question in the chat window. You can now view the responses from differe ![](https://assets-docs.dify.ai/2025/02/03ac1c1da6705d76b01f5867a1e24e32.gif) For more information, or if you encounter any issues, see [Multiple Model Debugging](/en/guides/application-orchestrate/multiple-llms-debugging). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/dify-schedule.mdx b/en/learn-more/use-cases/dify-schedule.mdx index 1c349c4b..bd97979b 100644 --- a/en/learn-more/use-cases/dify-schedule.mdx +++ b/en/learn-more/use-cases/dify-schedule.mdx @@ -125,3 +125,26 @@ Welcome community contributions: * New features Participate via Pull Requests or Issues. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/how-to-connect-aws-bedrock.mdx b/en/learn-more/use-cases/how-to-connect-aws-bedrock.mdx index 8bd2b69f..44add108 100644 --- a/en/learn-more/use-cases/how-to-connect-aws-bedrock.mdx +++ b/en/learn-more/use-cases/how-to-connect-aws-bedrock.mdx @@ -168,3 +168,26 @@ After establishing a connection with an external knowledge base, developers can If you are not satisfied with the retrieval results, you can try to modify the retrieval parameters or adjust the retrieval settings of AWS Bedrock Knowledge Base. ![Adjust the text chunking parameters of AWS Bedrock Knowledge Base](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/0984a89e4cf2a1150ec3160da14c656e.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/how-to-creat-dify-schedule.mdx b/en/learn-more/use-cases/how-to-creat-dify-schedule.mdx index 5c5eb4bf..f8447238 100644 --- a/en/learn-more/use-cases/how-to-creat-dify-schedule.mdx +++ b/en/learn-more/use-cases/how-to-creat-dify-schedule.mdx @@ -98,4 +98,27 @@ If you're using a self-hosted Dify instance, make sure it's accessible from the 2. ⚙️ If your workflow requires input variables, configure `DIFY_INPUTS` with valid JSON 3. 📝 Read the error logs carefully and ensure all required variables are set correctly -Need more help? Feel free to open an issue with your logs (remember to remove sensitive information)! \ No newline at end of file +Need more help? Feel free to open an issue with your logs (remember to remove sensitive information)! + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx b/en/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx index b7ed1cb6..4b039d32 100644 --- a/en/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx +++ b/en/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx @@ -91,3 +91,26 @@ This code fixes the Chatbot to the bottom right corner of the webpage, 20 pixels **2. iFrame Content is Cropped** Modify the `width` and `height` percentage values in the `iframe` code to resolve content truncation issues. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx b/en/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx index b2bf8397..e4da9b29 100644 --- a/en/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx +++ b/en/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx @@ -101,3 +101,26 @@ Beyond simple chatbot applications, you can also use Chatflow or Workflow to bui * [Workflow](https://docs.dify.ai/zh-hans/guides/workflow) * [File Upload](https://docs.dify.ai/zh-hans/guides/workflow/file-upload) * [Deploy DeepSeek + Dify Locally to Build a Private AI Assistant](./private-ai-ollama-deepseek-dify.mdx) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx b/en/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx index 874e0e2e..d41a842b 100644 --- a/en/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx +++ b/en/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx @@ -192,3 +192,26 @@ On windows, Ollama inherits your user and system environment variables. ### 2. How to Modify the Address and Port of Ollama Service? Ollama binds 127.0.0.1 port 11434 by default. Change the bind address with the `OLLAMA_HOST` environment variable. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/best-practice/README.mdx b/en/plugins/best-practice/README.mdx index 3eacfaa8..e1daf358 100644 --- a/en/plugins/best-practice/README.mdx +++ b/en/plugins/best-practice/README.mdx @@ -9,3 +9,25 @@ For more comprehensive best practices on developing plugins with advanced functi Gain a solid understanding of how to build a Slack Bot that’s powered by AI—one that can respond to user questions right inside Slack. +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/best-practice/develop-a-slack-bot-plugin.mdx b/en/plugins/best-practice/develop-a-slack-bot-plugin.mdx index 503da49d..2641fee2 100644 --- a/en/plugins/best-practice/develop-a-slack-bot-plugin.mdx +++ b/en/plugins/best-practice/develop-a-slack-bot-plugin.mdx @@ -329,5 +329,27 @@ If you want to explore more about plugin development, check the following: - [Endpoint](../../../api-documentation/endpoint) definitions - [Reverse-Calling Dify Services](../../../api-documentation/fan-xiang-diao-yong-dify-fu-wu/) - [Tools](../../../api-documentation/tool) -- [Models](../../../api-documentation/model/) +- [Models](../../../api-documentation/model/) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/best-practice/how-to-use-mcp-zapier.mdx b/en/plugins/best-practice/how-to-use-mcp-zapier.mdx index caea75ee..5894e562 100644 --- a/en/plugins/best-practice/how-to-use-mcp-zapier.mdx +++ b/en/plugins/best-practice/how-to-use-mcp-zapier.mdx @@ -127,3 +127,26 @@ Use the following JSON structure as a template, replacing the `url` value with t Once configured, when the Workflow runs to that Agent node, it can execute tasks using the configured Zapier MCP Server according to the Prompt instructions. As shown below, calling Gmail to send an email: ![](https://assets-docs.dify.ai/2025/04/a201fb50200737881e4ddc0b31518336.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/faq.mdx b/en/plugins/faq.mdx index d61e1c5c..0564ef73 100644 --- a/en/plugins/faq.mdx +++ b/en/plugins/faq.mdx @@ -29,3 +29,25 @@ Once this field is added, the Dify platform will allow the installation of all p If you want to more strictly control which plugins are allowed to be installed, refer to [Signing Plugins for Third-Party Signature Verification](./publish-plugins/signing-plugins-for-third-party-signature-verification). +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/introduction.mdx b/en/plugins/introduction.mdx index 9e26ed1a..8dc1824c 100644 --- a/en/plugins/introduction.mdx +++ b/en/plugins/introduction.mdx @@ -99,3 +99,26 @@ Beyond the official Dify Marketplace, you can also host your plugin on a persona + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/manage-plugins.mdx b/en/plugins/manage-plugins.mdx index 751d72da..945bd807 100644 --- a/en/plugins/manage-plugins.mdx +++ b/en/plugins/manage-plugins.mdx @@ -38,3 +38,25 @@ Click the "Plugins" button in the top right corner of the Dify platform to see a ![Remove plugin](https://assets-docs.dify.ai/2024/12/6cb1c000d20720c16ae3c0a70df26fd3.png) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/publish-plugins/README.mdx b/en/plugins/publish-plugins/README.mdx index 468d258e..9d91d3db 100644 --- a/en/plugins/publish-plugins/README.mdx +++ b/en/plugins/publish-plugins/README.mdx @@ -72,3 +72,26 @@ For detailed instructions, please refer to: * **Quick distribution or internal testing** → **Recommended to use plugin file**, allowing for straightforward and efficient installation and sharing. > When installing plugins that are not from the Dify Marketplace, you may encounter third-party signature verification issues. For solutions, please refer to [Signing Plugins for Third-Party Signature Verification](./signing-plugins-for-third-party-signature-verification.mdx). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/publish-plugins/package-plugin-file-and-publish.mdx b/en/plugins/publish-plugins/package-plugin-file-and-publish.mdx index 1ba6e80a..50750f57 100644 --- a/en/plugins/publish-plugins/package-plugin-file-and-publish.mdx +++ b/en/plugins/publish-plugins/package-plugin-file-and-publish.mdx @@ -44,3 +44,26 @@ Visit the Dify plugin management page, click **Install Plugin** → **Install vi ### **Publishing Plugins** You can share the plugin file with others or upload it to the internet for download. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/publish-plugins/plugin-auto-publish-pr.mdx b/en/plugins/publish-plugins/plugin-auto-publish-pr.mdx index ebf66f74..82f0a702 100644 --- a/en/plugins/publish-plugins/plugin-auto-publish-pr.mdx +++ b/en/plugins/publish-plugins/plugin-auto-publish-pr.mdx @@ -296,3 +296,25 @@ When you push code to the main branch of your plugin source repository, GitHub A See [example repository](https://github.com/Yevanchen/exa-in-dify) to understand configuration and best practices. +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx b/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx index f352b15a..16332d80 100644 --- a/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx +++ b/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx @@ -85,3 +85,25 @@ Others can install the plugin using the GitHub repository address. Visit the Dif ![](https://assets-docs.dify.ai/2024/12/3c2612349c67e6898a1f33a7cc320468.png) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx b/en/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx index da456c2a..cc76e0c2 100644 --- a/en/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx +++ b/en/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx @@ -89,3 +89,26 @@ Example: A Google search plugin that only adds language parameters should probab 3. **Can I update my plugin during the beta test phase?** Yes, but breaking changes should be avoided. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx b/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx index ddb0dff3..4faf8f62 100644 --- a/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx +++ b/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx @@ -51,4 +51,27 @@ However, if you've implemented the plugin differently with optimized batch searc * **Format Review:** Check if data collection has been declared as required. * **High-Risk Data Screening:** Focus on whether sensitive data is collected (e.g., health information, financial information, children's personal information). **Additional review** of usage purpose and security measures is required if sensitive data is collected. -* **Malicious Behavior Screening:** Check for obvious malicious behavior, such as collecting data without user consent or uploading user data to unknown servers. \ No newline at end of file +* **Malicious Behavior Screening:** Check for obvious malicious behavior, such as collecting data without user consent or uploading user data to unknown servers. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx b/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx index 5e68e968..2fd3953b 100644 --- a/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx +++ b/en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx @@ -74,3 +74,26 @@ For detailed instructions on filling out specific fields, please refer to the [M * Collecting health and fitness data such as activity levels, heart rate, or medical information. * Storing search queries or tracking browsing behavior. * Processing financial information including bank details, credit scores, or transaction history. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx b/en/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx index 104a185b..5cb31eab 100644 --- a/en/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx +++ b/en/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx @@ -94,3 +94,26 @@ docker compose up -d ``` After restarting the service, the third-party signature verification feature will be enabled in the current Community Edition environment. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/README.mdx b/en/plugins/quick-start/README.mdx index d5c43f55..b022ce4d 100644 --- a/en/plugins/quick-start/README.mdx +++ b/en/plugins/quick-start/README.mdx @@ -45,3 +45,26 @@ Read the **Endpoint Documentation** to gain an in-depth understanding of **key i You can tailor your learning based on your specific needs to efficiently master the use or development of plugins and achieve your goals effectively. This section primarily focuses on guiding you through the installation and use of plugins. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/debug-plugin.mdx b/en/plugins/quick-start/debug-plugin.mdx index bb5e6e85..18a42cd0 100644 --- a/en/plugins/quick-start/debug-plugin.mdx +++ b/en/plugins/quick-start/debug-plugin.mdx @@ -29,3 +29,26 @@ Run the `python -m main` command to start the plugin. You can see on the plugin You can initialize this model provider by entering the API Key in **Settings → Model Provider**. ![](https://assets-docs.dify.ai/2024/12/662de537d70a3607c240a05294a9f3e1.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/develop-plugins/README.mdx b/en/plugins/quick-start/develop-plugins/README.mdx index 0d53983b..f3284c5d 100644 --- a/en/plugins/quick-start/develop-plugins/README.mdx +++ b/en/plugins/quick-start/develop-plugins/README.mdx @@ -61,3 +61,26 @@ We provide detailed development guidelines and contribution guidelines to help y Discover how to publish and manage your plugins on GitHub, ensuring ongoing optimization and collaboration with the community. Welcome to join us and become our contributors, and help to enhance the Dify ecosystem alongside developers worldwide! + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx b/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx index 7eec8007..69b4ed01 100644 --- a/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx +++ b/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx @@ -1178,3 +1178,26 @@ You can now upload it to the [Dify Plugins repository](https://github.com/langge Complex tasks often need multiple rounds of thinking and tool calls, typically repeating **model invoke → tool use** until the task ends or a maximum iteration limit is reached. Managing prompts effectively is crucial in this process. Check out the [complete Function Calling implementation](https://github.com/langgenius/dify-official-plugins/blob/main/agent-strategies/cot_agent/strategies/function_calling.py) for a standardized approach to letting models call external tools and handle their outputs. testing + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/develop-plugins/bundle.mdx b/en/plugins/quick-start/develop-plugins/bundle.mdx index 6ed8b759..7e4b8d8d 100644 --- a/en/plugins/quick-start/develop-plugins/bundle.mdx +++ b/en/plugins/quick-start/develop-plugins/bundle.mdx @@ -79,3 +79,26 @@ dify-plugin bundle package ./bundle ``` After executing the command, a bundle.difybndl file will be automatically created in the current directory, which is the final packaging result. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/develop-plugins/extension-plugin.mdx b/en/plugins/quick-start/develop-plugins/extension-plugin.mdx index e4a83720..ceddcf02 100644 --- a/en/plugins/quick-start/develop-plugins/extension-plugin.mdx +++ b/en/plugins/quick-start/develop-plugins/extension-plugin.mdx @@ -271,3 +271,26 @@ You can now publish your plugin by uploading it to the [Dify Plugins code reposi **Best Practices:** [Develop a Slack Bot Plugin](/en/plugins/best-practice/develop-a-slack-bot-plugin) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/develop-plugins/initialize-development-tools.mdx b/en/plugins/quick-start/develop-plugins/initialize-development-tools.mdx index 50b964d7..e9ae285b 100644 --- a/en/plugins/quick-start/develop-plugins/initialize-development-tools.mdx +++ b/en/plugins/quick-start/develop-plugins/initialize-development-tools.mdx @@ -66,3 +66,26 @@ Please refer to the following content for examples of different types of plugin + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/develop-plugins/model-plugin/README.mdx b/en/plugins/quick-start/develop-plugins/model-plugin/README.mdx index ffb9f1b9..aa3f7025 100644 --- a/en/plugins/quick-start/develop-plugins/model-plugin/README.mdx +++ b/en/plugins/quick-start/develop-plugins/model-plugin/README.mdx @@ -69,3 +69,26 @@ Please follow these steps to create a model plugin, click the document titles fo 1. [Create Model Provider](/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers) 2. Integrate [Predefined](/en/guides/model-configuration/predefined-model)/[Custom](/en/guides/model-configuration/customizable-model) Models 3. [Debug Plugin](/en/plugins/quick-start/debug-plugin) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx b/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx index bda3e900..15b956c1 100644 --- a/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx +++ b/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx @@ -226,3 +226,26 @@ After initializing the model provider, the next step is to integrate specific ll * [Develop Predefined Models](/en/guides/model-configuration/predefined-model) * [Develop Custom Models](/en/guides/model-configuration/customizable-model) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx b/en/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx index 2285ce3a..f4f094ce 100644 --- a/en/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx +++ b/en/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx @@ -340,3 +340,26 @@ If you’d like to list this plugin on the Dify Marketplace, see: * [Reverse-Invocation of the Dify Service](/en/plugins/schema-definition/reverse-invocation-of-the-dify-service) * [Tools](/en/plugins/schema-definition/tool) * [Models](/en/plugins/schema-definition/model) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/develop-plugins/model-plugin/predefined-model.mdx b/en/plugins/quick-start/develop-plugins/model-plugin/predefined-model.mdx index 6dfbeddd..53f7ce59 100644 --- a/en/plugins/quick-start/develop-plugins/model-plugin/predefined-model.mdx +++ b/en/plugins/quick-start/develop-plugins/model-plugin/predefined-model.mdx @@ -259,3 +259,26 @@ You can now publish your plugin by uploading it to the [Dify Plugins code reposi * [Tools](/en/guides/tools) * [Models](/en/plugins/schema-definition/model/model-schema) * [Extend Agent Strategy](/en/plugins/schema-definition/agent) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/develop-plugins/tool-plugin.mdx b/en/plugins/quick-start/develop-plugins/tool-plugin.mdx index c9f7c5d7..a6786fb5 100644 --- a/en/plugins/quick-start/develop-plugins/tool-plugin.mdx +++ b/en/plugins/quick-start/develop-plugins/tool-plugin.mdx @@ -357,3 +357,26 @@ You can now publish your plugin by uploading it to the [Dify Plugins code reposi * [Tools](/en/guides/tools) * [Models](/en/plugins/schema-definition/model/model-schema) * [Extend Agent Strategy](/en/plugins/schema-definition/agent) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/quick-start/install-plugins.mdx b/en/plugins/quick-start/install-plugins.mdx index 222cb077..b4d21fd4 100644 --- a/en/plugins/quick-start/install-plugins.mdx +++ b/en/plugins/quick-start/install-plugins.mdx @@ -81,3 +81,26 @@ To learn how to get started with plugin development, refer to the following guid + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/README.mdx b/en/plugins/schema-definition/README.mdx index c58e6ea3..f430d5e4 100644 --- a/en/plugins/schema-definition/README.mdx +++ b/en/plugins/schema-definition/README.mdx @@ -20,3 +20,26 @@ title: Schema Specification + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/agent.mdx b/en/plugins/schema-definition/agent.mdx index d2c710bb..ac494e57 100644 --- a/en/plugins/schema-definition/agent.mdx +++ b/en/plugins/schema-definition/agent.mdx @@ -402,3 +402,26 @@ class FunctionCallingAgentStrategy(AgentStrategy): yield thinking_log yield self.create_text_message(text=llm_response.message.content) ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/endpoint.mdx b/en/plugins/schema-definition/endpoint.mdx index cd54facf..0beb92c0 100644 --- a/en/plugins/schema-definition/endpoint.mdx +++ b/en/plugins/schema-definition/endpoint.mdx @@ -86,3 +86,26 @@ class Duck(Endpoint): yield f"{app_id}
" return Response(generator(), status=200, content_type="text/html") ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/general-specifications.mdx b/en/plugins/schema-definition/general-specifications.mdx index 9b6605e8..ffa35714 100644 --- a/en/plugins/schema-definition/general-specifications.mdx +++ b/en/plugins/schema-definition/general-specifications.mdx @@ -103,3 +103,26 @@ When defining plugins, some data structures can be shared among tools, models, a * `description` (string): Parameter description * `default` (any): Default value * `options` (list\[string]): Available options + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/manifest.mdx b/en/plugins/schema-definition/manifest.mdx index a0742fcc..fad9a121 100644 --- a/en/plugins/schema-definition/manifest.mdx +++ b/en/plugins/schema-definition/manifest.mdx @@ -103,3 +103,26 @@ The version of the plugin is managed by the `version` field in manifest file. Th * `version` (string): Language version, currently only supports `3.12` * `entrypoint` (string): Program entry point, should be `main` for Python * `privacy` (string, optional): An optional field specifying the relative path or URL to the plugin’s privacy policy file, such as `"./privacy.md`" or `"https://your-web/privacy"`. If you plan to publish the plugin to the Dify Marketplace, this field is required to provide a clear statement on user data usage and privacy. For more detailed instructions, please refer to the [Plugin Privacy Policy Guidelines](../publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.md#id-1.-list-the-types-of-data-collected). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/model/README.mdx b/en/plugins/schema-definition/model/README.mdx index ebeb8f4b..dc416820 100644 --- a/en/plugins/schema-definition/model/README.mdx +++ b/en/plugins/schema-definition/model/README.mdx @@ -2,4 +2,25 @@ title: Model --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/model/model-designing-rules.mdx b/en/plugins/schema-definition/model/model-designing-rules.mdx index 1ffae1da..423033be 100644 --- a/en/plugins/schema-definition/model/model-designing-rules.mdx +++ b/en/plugins/schema-definition/model/model-designing-rules.mdx @@ -182,3 +182,25 @@ title: Model Designing Rules * `variable` (string): Other form item variable name * `value` (string): Other form item variable value +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/model/model-schema.mdx b/en/plugins/schema-definition/model/model-schema.mdx index 3a86eec4..a1b22bf7 100644 --- a/en/plugins/schema-definition/model/model-schema.mdx +++ b/en/plugins/schema-definition/model/model-schema.mdx @@ -353,3 +353,26 @@ Parameters: Return: * False indicates the input text is safe, True indicates otherwise + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/persistent-storage.mdx b/en/plugins/schema-definition/persistent-storage.mdx index aef541c7..b00fd5dd 100644 --- a/en/plugins/schema-definition/persistent-storage.mdx +++ b/en/plugins/schema-definition/persistent-storage.mdx @@ -54,3 +54,25 @@ You can notice that a bytes is passed in, so you can actually store files in it. pass ``` +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx index c894c0d7..ea7c2083 100644 --- a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx +++ b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx @@ -20,3 +20,25 @@ Plugins can request some of the services within the main Dify platform to enhanc Plugins can request nodes within specific Chatflow/Workflow applications on the Dify platform. +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx index 22daad9e..2f888c63 100644 --- a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx +++ b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx @@ -103,3 +103,26 @@ def invoke( ) -> Generator[dict, None, None] | dict: pass ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx index 1363fb36..baf5136d 100644 --- a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx +++ b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx @@ -266,3 +266,26 @@ def invoke(self, model_config: ModerationModelConfig, text: str) -> bool: ``` If this endpoint returns `true`, it indicates that the `text` contains sensitive content. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx index 40e2f236..d154ed86 100644 --- a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx +++ b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx @@ -86,3 +86,26 @@ def invoke( ``` This endpoint's parameters are consistent with `ParameterExtractor`, and the final result is stored in `NodeResponse.outputs['class_name']`. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx index 0c1db454..07105b9d 100644 --- a/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx +++ b/en/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx @@ -73,3 +73,26 @@ def invoke_api_tool( ``` Here, `provider` is the tool's ID, `tool_name` is the `operation_id` in OpenAPI. If it doesn't exist, it's the `tool_name` automatically generated by Dify, which can be seen in the tool management page. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/plugins/schema-definition/tool.mdx b/en/plugins/schema-definition/tool.mdx index 6fb7ba1e..bbe20a3b 100644 --- a/en/plugins/schema-definition/tool.mdx +++ b/en/plugins/schema-definition/tool.mdx @@ -110,3 +110,26 @@ output_schema: ``` This example defines a simple tool with an `output_schema` containing a `name` field that can be referenced in `workflow`. Note that you still need to return a variable in the tool's implementation code for actual use, otherwise it will return `None`. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/policies/agreement/README.mdx b/en/policies/agreement/README.mdx index 8f861caf..726b7a2d 100644 --- a/en/policies/agreement/README.mdx +++ b/en/policies/agreement/README.mdx @@ -25,3 +25,25 @@ For instructions on how to download and check these compliance certificates, ple Get Compliance Report +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/policies/agreement/get-compliance-report.mdx b/en/policies/agreement/get-compliance-report.mdx index b4dc3d1b..caed6dcf 100644 --- a/en/policies/agreement/get-compliance-report.mdx +++ b/en/policies/agreement/get-compliance-report.mdx @@ -89,3 +89,25 @@ A **Data Protection Agreement (DPA)** is a legally binding contract between a ** ![DPA](https://assets-docs.dify.ai/2025/02/291cddb3bf9dfd8c92967eabb87b95a0.png) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/policies/agreement/privacy.mdx b/en/policies/agreement/privacy.mdx index 19b443a5..22e700de 100644 --- a/en/policies/agreement/privacy.mdx +++ b/en/policies/agreement/privacy.mdx @@ -4,3 +4,26 @@ url: "https://dify.ai/privacy" --- Please refer to the [Privacy Policy](https://dify.ai/privacy) for more information. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/policies/agreement/tos.mdx b/en/policies/agreement/tos.mdx index 7c70cd1c..6a8fdb70 100644 --- a/en/policies/agreement/tos.mdx +++ b/en/policies/agreement/tos.mdx @@ -4,3 +4,26 @@ url: "https://dify.ai/terms" --- Please refer to the [Terms of Service](https://dify.ai/terms) for more information. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/policies/open-source.mdx b/en/policies/open-source.mdx index 433408d0..7dbb12a0 100644 --- a/en/policies/open-source.mdx +++ b/en/policies/open-source.mdx @@ -6,3 +6,26 @@ title: License Dify's community edition is open-source and licensed under an Apache 2.0-based license, with additional conditions. Please refer to the [LICENSE](https://github.com/langgenius/dify/blob/main/LICENSE) file for more details. Any issues or questions about the license should be directed to [business@dify.ai](mailto:business@dify.ai). + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/termbase/termbase.mdx b/en/termbase/termbase.mdx index e848c9a5..863593da 100644 --- a/en/termbase/termbase.mdx +++ b/en/termbase/termbase.mdx @@ -188,3 +188,26 @@ The functionality of multimodal LLMs to understand and process images, allowing ## W ### Workflow A task orchestration method that breaks down complex AI applications into multiple independent nodes executed in a specific order. In the Dify platform, developers can visually design workflows, combining multiple processing steps (such as user input processing, knowledge retrieval, multi-model collaboration, conditional branching) to build AI applications capable of handling complex business logic, making application development both flexible and intuitive. + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/workshop/README.mdx b/en/workshop/README.mdx index 11dfa440..5110c40f 100644 --- a/en/workshop/README.mdx +++ b/en/workshop/README.mdx @@ -9,3 +9,26 @@ We will help you understand Dify through a series of experiments. Each experimen No need to worry about any prerequisites! We will start from the most basic concepts and gradually guide you into more advanced topics. Whether you are a complete beginner or have some programming experience but want to learn AI technology, this tutorial will provide you with everything you need. Let's embark on this learning journey together and explore the endless possibilities of Dify! + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/workshop/basic/build-ai-image-generation-app.mdx b/en/workshop/basic/build-ai-image-generation-app.mdx index ca19ec03..95e27cd7 100644 --- a/en/workshop/basic/build-ai-image-generation-app.mdx +++ b/en/workshop/basic/build-ai-image-generation-app.mdx @@ -175,3 +175,26 @@ In some more formal business scenarios, we can call a sensitive word library to Add the keyword "dinner" in **Add Feature - Content Moderation**. When the user inputs the keyword, the Agent app outputs "Sorry, I don't understand what you're saying." ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/828b27d1a873ff7b4b44f76d93229225.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/workshop/intermediate/article-reader.mdx b/en/workshop/intermediate/article-reader.mdx index 114bc6a0..a687c2c8 100644 --- a/en/workshop/intermediate/article-reader.mdx +++ b/en/workshop/intermediate/article-reader.mdx @@ -134,3 +134,26 @@ For example, limit the analysis to only document-type files and sort the files t Before the iterative node, add a list operation, adjust the **filter condiftion** and **order by**, then change the input of the iterative node to the output of the list operation node. ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/287690e1fef87af270c0d5020d25d6cf.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/workshop/intermediate/customer-service-bot.mdx b/en/workshop/intermediate/customer-service-bot.mdx index 5f2b0f92..9cde1531 100644 --- a/en/workshop/intermediate/customer-service-bot.mdx +++ b/en/workshop/intermediate/customer-service-bot.mdx @@ -183,4 +183,25 @@ In the instance with the knowledge base deployed, go to **Knowledge Base -> API* After application deployment, select embed webpage, choose a suitable embedding method, and paste the code into the appropriate location on the webpage. +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/en/workshop/intermediate/twitter-chatflow.mdx b/en/workshop/intermediate/twitter-chatflow.mdx index fc8fa0e4..2f24d9a3 100644 --- a/en/workshop/intermediate/twitter-chatflow.mdx +++ b/en/workshop/intermediate/twitter-chatflow.mdx @@ -157,3 +157,26 @@ The Twitter crawler service used by [wordware.ai](http://wordware.ai) mentioned * [X@dify\_ai](https://x.com/dify\_ai) * Dify’s repo on GitHub:[https://github.com/langgenius/dify](https://github.com/langgenius/dify) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + Help improve our documentation by contributing directly + + + Found an error or have suggestions? Let us know + + diff --git a/ja-jp/community/contribution.mdx b/ja-jp/community/contribution.mdx index ebf965aa..80e3dfc4 100644 --- a/ja-jp/community/contribution.mdx +++ b/ja-jp/community/contribution.mdx @@ -179,3 +179,26 @@ DifyのバックエンドはPythonで書かれており、[Flask](https://flask. ## ヘルプを求める 貢献の過程で困難に直面したり質問がある場合は、関連するGitHubのイシューで質問を提出するか、私たちの[Discord](https://discord.com/invite/8Tpq4AcN9c)に参加して迅速なコミュニケーションを行ってください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/community/docs-contribution.mdx b/ja-jp/community/docs-contribution.mdx index 3a696fcd..f836bc49 100644 --- a/ja-jp/community/docs-contribution.mdx +++ b/ja-jp/community/docs-contribution.mdx @@ -74,3 +74,26 @@ Difyで構築した革新的なアプリケーション事例の共有を大歓 ## ヘルプを受ける 貢献の過程で困難に直面したり、疑問がある場合は、関連する GitHub の issue に質問を投稿するか、[Discord](https://discord.com/invite/8Tpq4AcN9c) に参加して迅速にコミュニケーションを取ることができます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/community/support.mdx b/ja-jp/community/support.mdx index 85518c04..e977de1f 100644 --- a/ja-jp/community/support.mdx +++ b/ja-jp/community/support.mdx @@ -18,4 +18,27 @@ Difyのアカウント情報やその他の情報をコミュニティに投稿 製品サポート以外のその他の事柄に適用されます。 -* [hello@dify.ai](mailto:hello@dify.ai) へメールを送信 \ No newline at end of file +* [hello@dify.ai](mailto:hello@dify.ai) へメールを送信 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/backend/README.mdx b/ja-jp/development/backend/README.mdx index ecc2046e..aa61268d 100644 --- a/ja-jp/development/backend/README.mdx +++ b/ja-jp/development/backend/README.mdx @@ -1,3 +1,26 @@ --- title: バックエンド --- + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/backend/sandbox/README.mdx b/ja-jp/development/backend/sandbox/README.mdx index a746325e..fb54f54f 100644 --- a/ja-jp/development/backend/sandbox/README.mdx +++ b/ja-jp/development/backend/sandbox/README.mdx @@ -79,3 +79,26 @@ DifySandboxには以下のPython依存関係があらかじめ設定されてい ### 貢献 `DifySandbox`の開発に参加する方法については、[貢献ガイド](contribution)をご参照ください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/backend/sandbox/contribution.mdx b/ja-jp/development/backend/sandbox/contribution.mdx index 0f55131e..6b06df5e 100644 --- a/ja-jp/development/backend/sandbox/contribution.mdx +++ b/ja-jp/development/backend/sandbox/contribution.mdx @@ -51,4 +51,27 @@ title: 貢献 - [ ] 包括的なCIテスト: - 現在のCIテストはまだ不十分で、基本的なケースしかカバーしていません。より広範なテストの追加が必要です。 - [ ] マルチモーダルデータの生成: - - Sandboxを使用して、テキストと画像を組み合わせたデータなど、マルチモーダルデータの生成に挑戦してみてください。 \ No newline at end of file + - Sandboxを使用して、テキストと画像を組み合わせたデータなど、マルチモーダルデータの生成に挑戦してみてください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/migration/README.mdx b/ja-jp/development/migration/README.mdx index eb3e8273..4c07c300 100644 --- a/ja-jp/development/migration/README.mdx +++ b/ja-jp/development/migration/README.mdx @@ -2,3 +2,25 @@ title: 移行 --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/migration/migrate-to-v1.mdx b/ja-jp/development/migration/migrate-to-v1.mdx index e0c4ecef..1a0b381e 100644 --- a/ja-jp/development/migration/migrate-to-v1.mdx +++ b/ja-jp/development/migration/migrate-to-v1.mdx @@ -97,3 +97,26 @@ Migrate data for plugin completed. Dify プラットフォームにアクセスし、右上の「プラグイン」ボタンをクリックして、以前使用していたツールが正しくインストールされているか確認します。ランダムにプラグインを使用して、正常に動作するかを検証します。問題がなければ、バージョンアップとデータ移行が完了したことを示しています。 ![](https://assets-docs.dify.ai/2025/02/6467b3578d3d3e96510f50a09442d5a5.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/models-integration/README.mdx b/ja-jp/development/models-integration/README.mdx index c07e2bc9..6d979687 100644 --- a/ja-jp/development/models-integration/README.mdx +++ b/ja-jp/development/models-integration/README.mdx @@ -1,3 +1,26 @@ --- title: モデルの統合 --- + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/models-integration/aws-bedrock-deepseek.mdx b/ja-jp/development/models-integration/aws-bedrock-deepseek.mdx index b2a59ca2..f1267157 100644 --- a/ja-jp/development/models-integration/aws-bedrock-deepseek.mdx +++ b/ja-jp/development/models-integration/aws-bedrock-deepseek.mdx @@ -75,3 +75,26 @@ title: AWS Bedrock からモデルを統合する ### 1. **デプロイ後にエンドポイント パラメータが表示されない** コンピューティング インスタンスが正しく構成され、AWS のパーミッションが適切に設定されていることを確認します。如果問題が解決しない場合は、モデルを再デプロイするか、AWS カスタマー サポートに連絡してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/models-integration/gpustack.mdx b/ja-jp/development/models-integration/gpustack.mdx index 8d60b114..c22a4767 100644 --- a/ja-jp/development/models-integration/gpustack.mdx +++ b/ja-jp/development/models-integration/gpustack.mdx @@ -64,4 +64,27 @@ GPUStackにホストされたLLMを使用する方法の例です: ![add-gpustack-llm](https://assets-docs.dify.ai/2025/04/8178418f93ccea1668564d8bd9777303.png) -GPUStackに関する詳細情報は、[Github Repo](https://github.com/gpustack/gpustack)を参照してください。 \ No newline at end of file +GPUStackに関する詳細情報は、[Github Repo](https://github.com/gpustack/gpustack)を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/models-integration/hugging-face.mdx b/ja-jp/development/models-integration/hugging-face.mdx index c5b3b1d1..6e2e3d36 100644 --- a/ja-jp/development/models-integration/hugging-face.mdx +++ b/ja-jp/development/models-integration/hugging-face.mdx @@ -106,3 +106,26 @@ alt="" /> > 注意点:埋め込みの「ユーザー名 / 組織名」は、Hugging Faceの[Inference Endpoints](https://huggingface.co/docs/inference-endpoints/guides/access)のデプロイ方法に基づいて、「[ユーザー名](https://huggingface.co/settings/account)」または「[組織名](https://ui.endpoints.huggingface.co/)」を入力する必要があります。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/models-integration/litellm.mdx b/ja-jp/development/models-integration/litellm.mdx index d0326ce8..dd9232c0 100644 --- a/ja-jp/development/models-integration/litellm.mdx +++ b/ja-jp/development/models-integration/litellm.mdx @@ -84,4 +84,27 @@ alt="" LiteLLMに関する詳細情報は、以下を参照してください: - [LiteLLM](https://github.com/BerriAI/litellm) -- [LiteLLM Proxyサーバー](https://docs.litellm.ai/docs/simple_proxy) \ No newline at end of file +- [LiteLLM Proxyサーバー](https://docs.litellm.ai/docs/simple_proxy) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/models-integration/localai.mdx b/ja-jp/development/models-integration/localai.mdx index c120b9f1..03d66e34 100644 --- a/ja-jp/development/models-integration/localai.mdx +++ b/ja-jp/development/models-integration/localai.mdx @@ -104,4 +104,27 @@ title: LocalAIでデプロイしたローカルモデルを統合 "保存"後、アプリケーション内でこのモデルを使用できます。 -LocalAIに関する詳しい情報については、https://github.com/go-skynet/LocalAI を参照してください。 \ No newline at end of file +LocalAIに関する詳しい情報については、https://github.com/go-skynet/LocalAI を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/models-integration/ollama.mdx b/ja-jp/development/models-integration/ollama.mdx index 18909cf5..41a0af07 100644 --- a/ja-jp/development/models-integration/ollama.mdx +++ b/ja-jp/development/models-integration/ollama.mdx @@ -132,4 +132,27 @@ Ollamaはデフォルトで127.0.0.1のポート11434にバインドされてい Ollamaの詳細については、以下を参照してください。 * [Ollama](https://github.com/jmorganca/ollama) -* [Ollama FAQ](https://github.com/ollama/ollama/blob/main/docs/faq) \ No newline at end of file +* [Ollama FAQ](https://github.com/ollama/ollama/blob/main/docs/faq) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/models-integration/openllm.mdx b/ja-jp/development/models-integration/openllm.mdx index 265acd52..bb345cac 100644 --- a/ja-jp/development/models-integration/openllm.mdx +++ b/ja-jp/development/models-integration/openllm.mdx @@ -24,4 +24,27 @@ docker run --rm -it -p 3333:3000 ghcr.io/bentoml/openllm start facebook/opt-1.3b - サーバー URL:`http://:3333` ここで `` をあなたのマシンの IP アドレスに置き換えてください。 "保存" を押せば、アプリケーション内でこのモデルを使用することができます。 -この説明はあくまで迅速な接続のための例として提供されています。OpenLLMのその他の特性や情報については、[OpenLLM](https://github.com/bentoml/OpenLLM) を参照してください。 \ No newline at end of file +この説明はあくまで迅速な接続のための例として提供されています。OpenLLMのその他の特性や情報については、[OpenLLM](https://github.com/bentoml/OpenLLM) を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/models-integration/replicate.mdx b/ja-jp/development/models-integration/replicate.mdx index fdf38eb0..989f9ef9 100644 --- a/ja-jp/development/models-integration/replicate.mdx +++ b/ja-jp/development/models-integration/replicate.mdx @@ -25,3 +25,26 @@ src="https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models- className="mx-auto" alt="" /> + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/development/models-integration/xinference.mdx b/ja-jp/development/models-integration/xinference.mdx index 50092a6f..e2962d22 100644 --- a/ja-jp/development/models-integration/xinference.mdx +++ b/ja-jp/development/models-integration/xinference.mdx @@ -55,3 +55,26 @@ alt="" Difyはまた、[Xinference埋め込みモデル](https://github.com/xorbitsai/inference/blob/main/README_zh_CN.md#%E5%86%85%E7%BD%AE%E6%A8%A1%E5%9E%8B)をEmbeddingモデルとして使用することもサポートしています。設定ボックスで`Embeddings`タイプを選択するだけで使用可能です。 Xinferenceの詳細については、[Xorbits推論](https://github.com/xorbitsai/inference/blob/main/README_zh_CN)を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/cloud.mdx b/ja-jp/getting-started/cloud.mdx index d674d606..24ec3375 100644 --- a/ja-jp/getting-started/cloud.mdx +++ b/ja-jp/getting-started/cloud.mdx @@ -31,3 +31,26 @@ A: Difyクラウドでは、プライバシーを確保し、暗号化と復号 **Q: Difyクラウドから自分のアカウントと関連するすべてのデータを削除するプロセスはどのようになっていますか?** A: アカウントおよび関連データの削除をご希望の場合、[アカウント設定](https://cloud.dify.ai/account)ページにアクセスするか、画面右上のアバターをクリックして「アカウント」を選択してください。ページ内に「アカウントを削除」ボタンがありますので、クリックして画面の指示に従ってください。当社はお客様のプライバシーとデータに関する権利を尊重しており、ご依頼に基づき、データ保護規制に従って、システムからお客様に関連するすべてのデータを消去いたします。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/dify-for-education.mdx b/ja-jp/getting-started/dify-for-education.mdx index cc5bc970..52cbf84f 100644 --- a/ja-jp/getting-started/dify-for-education.mdx +++ b/ja-jp/getting-started/dify-for-education.mdx @@ -169,3 +169,26 @@ Difyの[料金ページ](https://dify.ai/pricing)で詳細をご確認いただ 1. 現在の購読期間終了後の再購読時にはクーポンが自動適用されます。 2. 購読期間終了前の更新/延長時には適用されず、割引を利用するには現行プラン終了後の再購入が必要です。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/dify-premium.mdx b/ja-jp/getting-started/dify-premium.mdx index 903201ff..a1e01aa1 100644 --- a/ja-jp/getting-started/dify-premium.mdx +++ b/ja-jp/getting-started/dify-premium.mdx @@ -114,3 +114,26 @@ ocker-compose -f docker-compose.yaml -f docker-compose.override.yaml up -d ## カスタマイズ Webアプリのロゴやブランド この機能は設定の**カスタマイズ**で有効にすることができます。**Powered by Difyを削除**を有効にして、独自のロゴをアップロードしてください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/install-self-hosted/README.mdx b/ja-jp/getting-started/install-self-hosted/README.mdx index f05ae4e2..df1be166 100644 --- a/ja-jp/getting-started/install-self-hosted/README.mdx +++ b/ja-jp/getting-started/install-self-hosted/README.mdx @@ -15,3 +15,26 @@ GitHub で [Dify コミュニティ版](https://github.com/langgenius/dify) を 正確な審査を確保するため、直接変更をコミットする権限を持つ寄稿者を含むすべてのコードの寄稿は、PR(プルリクエスト)を提出し、マージされる前にコア開発者の承認を得る必要があります。 私たちはすべての人のPRを歓迎します!ご協力いただける場合は、[寄稿ガイド](https://github.com/langgenius/dify/blob/main/CONTRIBUTING_JA) でプロジェクトに貢献する方法についての詳細を確認できます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/install-self-hosted/bt-panel.mdx b/ja-jp/getting-started/install-self-hosted/bt-panel.mdx index 90c2b088..8a03ce34 100644 --- a/ja-jp/getting-started/install-self-hosted/bt-panel.mdx +++ b/ja-jp/getting-started/install-self-hosted/bt-panel.mdx @@ -70,4 +70,27 @@ http://yourdomain/ # `IP+ポート`を介してアクセスする場合 http://your_server_ip:8088/ -``` \ No newline at end of file +``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/install-self-hosted/docker-compose.mdx b/ja-jp/getting-started/install-self-hosted/docker-compose.mdx index 025321e1..836e4a1c 100644 --- a/ja-jp/getting-started/install-self-hosted/docker-compose.mdx +++ b/ja-jp/getting-started/install-self-hosted/docker-compose.mdx @@ -170,3 +170,26 @@ docker compose up -d ### もっと もし疑問があれば、[よくある質問](/ja-jp/getting-started/install-self-hosted/faq)をご覧ください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/install-self-hosted/environments.mdx b/ja-jp/getting-started/install-self-hosted/environments.mdx index 67b215e0..de615437 100644 --- a/ja-jp/getting-started/install-self-hosted/environments.mdx +++ b/ja-jp/getting-started/install-self-hosted/environments.mdx @@ -663,3 +663,26 @@ API サービスによってインターフェース ID 検証にのみ使用さ **設定の推奨** - 大きなチャンク: 文脈依存性が高いタスク(例: 感情分析や長文の要約)に適しています。 - 小さなチャンク: 詳細な分析が必要なタスク(例: キーワード抽出や段落レベルの内容処理)に適しています。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/install-self-hosted/faq.mdx b/ja-jp/getting-started/install-self-hosted/faq.mdx index 57b123b0..7e1aff8e 100644 --- a/ja-jp/getting-started/install-self-hosted/faq.mdx +++ b/ja-jp/getting-started/install-self-hosted/faq.mdx @@ -89,3 +89,26 @@ docker-compose restart ### 7. ナレッジベースのファイルアップロードサイズ制限を変更するには? `.env`ファイル内の`UPLOAD_FILE_SIZE_LIMIT`パラメータを変更して、デフォルトの制限を調整できます。同時に、潜在的な問題を避けるために`NGINX_CLIENT_MAX_BODY_SIZE`パラメータの値も更新する必要があります。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/install-self-hosted/local-source-code.mdx b/ja-jp/getting-started/install-self-hosted/local-source-code.mdx index 62e89e28..cd163b9f 100644 --- a/ja-jp/getting-started/install-self-hosted/local-source-code.mdx +++ b/ja-jp/getting-started/install-self-hosted/local-source-code.mdx @@ -283,4 +283,27 @@ Web フロントエンドサービスを起動するには、[Node.js v22 (LTS)] ブラウザで [http://127.0.0.1:3000](http://127.0.0.1:3000/) にアクセスして、Dify のすべての機能をお楽しみください。 -乾杯!🍻 \ No newline at end of file +乾杯!🍻 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/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 index fe2ac1ff..c33ff7fb 100644 --- a/ja-jp/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 @@ -24,4 +24,27 @@ docker run -it -p 3000:3000 -e CONSOLE_URL=http://127.0.0.1:5001 -e APP_URL=http docker run -it -p 3000:3000 -e CONSOLE_URL=http://127.0.0.1:5001 -e APP_URL=http://127.0.0.1:5001 dify-web ``` 3. コンソールのドメイン名とWeb APPのドメイン名が一致しない場合、`CONSOLE_URL`と`APP_URL`を個別に設定できます。 -4. ローカルで [http://127.0.0.1:3000](http://127.0.0.1:3000) にアクセスします。 \ No newline at end of file +4. ローカルで [http://127.0.0.1:3000](http://127.0.0.1:3000) にアクセスします。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/install-self-hosted/zeabur.mdx b/ja-jp/getting-started/install-self-hosted/zeabur.mdx index 65b628a1..9e47a0ed 100644 --- a/ja-jp/getting-started/install-self-hosted/zeabur.mdx +++ b/ja-jp/getting-started/install-self-hosted/zeabur.mdx @@ -31,4 +31,27 @@ Zeabur チームはワンクリックデプロイテンプレートを用意し ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/getting-started/install-self-hosted/7aa82d91ab9e798245b9df18221637b2.png) -また、NGINX サービスページのネットワーキングタブでドメイン名を変更することもできます。詳細については [Zeabur ドキュメント](https://zeabur.com/docs/deploy/domain-binding) を参照してください。 \ No newline at end of file +また、NGINX サービスページのネットワーキングタブでドメイン名を変更することもできます。詳細については [Zeabur ドキュメント](https://zeabur.com/docs/deploy/domain-binding) を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/readme/features-and-specifications.mdx b/ja-jp/getting-started/readme/features-and-specifications.mdx index 5f10e465..bfc797f2 100644 --- a/ja-jp/getting-started/readme/features-and-specifications.mdx +++ b/ja-jp/getting-started/readme/features-and-specifications.mdx @@ -97,3 +97,26 @@ Difyでは、製品の仕様に関する透明性の高いポリシーを採用 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/getting-started/readme/model-providers.mdx b/ja-jp/getting-started/readme/model-providers.mdx index 5bd88a26..f95a707d 100644 --- a/ja-jp/getting-started/readme/model-providers.mdx +++ b/ja-jp/getting-started/readme/model-providers.mdx @@ -390,3 +390,26 @@ Difyは以下のモデルプロバイダーをサポートしています: その中で (🛠️) は関数呼び出しをサポートすることを、(👓) は視覚能力を持つことを示します。 この表は常に更新されています。また、コミュニティメンバーからのモデル供給者に関する様々な[リクエスト](https://github.com/langgenius/dify/discussions/categories/ideas)も注視しています。必要なモデル供給者がこのリストにない場合は、プルリクエストを提出して貢献することができます。詳しくは、[contribution](/ja-jp/community/contribution)ガイドをご覧ください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/annotation/README.mdx b/ja-jp/guides/annotation/README.mdx index ef3bae4a..07a173fc 100644 --- a/ja-jp/guides/annotation/README.mdx +++ b/ja-jp/guides/annotation/README.mdx @@ -1,3 +1,26 @@ --- title: アノテーション --- + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/annotation/annotation-reply.mdx b/ja-jp/guides/annotation/annotation-reply.mdx index e0281738..705e96b4 100644 --- a/ja-jp/guides/annotation/annotation-reply.mdx +++ b/ja-jp/guides/annotation/annotation-reply.mdx @@ -84,4 +84,27 @@ title: アノテーションリプライ アノテーションヒット履歴機能内で、すべてのヒットしたアノテーションの編集履歴、ヒットしたユーザー質問、リプライ回答、ヒットソース、マッチング類似度スコア、ヒット時間などの情報を確認できます。これらのシステム情報に基づいて、アノテーション内容を継続的に改善することができます。 -![アノテーションリプライのヒット履歴を確認する](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/26b6c37dcff225201ea5b4fb712b2d4d.png) \ No newline at end of file +![アノテーションリプライのヒット履歴を確認する](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/26b6c37dcff225201ea5b4fb712b2d4d.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/annotation/logs.mdx b/ja-jp/guides/annotation/logs.mdx index 819c9fd9..12f9db5d 100644 --- a/ja-jp/guides/annotation/logs.mdx +++ b/ja-jp/guides/annotation/logs.mdx @@ -35,4 +35,27 @@ title: ログとアナウンス * 悪いパフォーマンスのメッセージに「よくないね」 * 改善結果に対して改良返信をマーク。これはあなたが期待する AI の返信テキストです -注意点:チーム内の複数の管理者が同じログをマークすると、最後のマークが以前のマークを上書きします。 \ No newline at end of file +注意点:チーム内の複数の管理者が同じログをマークすると、最後のマークが以前のマークを上書きします。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-orchestrate/README.mdx b/ja-jp/guides/application-orchestrate/README.mdx index 37519dd4..74b78d16 100644 --- a/ja-jp/guides/application-orchestrate/README.mdx +++ b/ja-jp/guides/application-orchestrate/README.mdx @@ -27,4 +27,27 @@ Difyには、五つのアプリケーションタイプが提供されていま
テキスト ジェネレーターチャットボット
Webアプリインターフェースフォーム+結果式チャット式
WebAPIエンドポイントcompletion-messageschat-messages
インタラクション方式一問一答対話型のやりとり
ストリーミング結果返却対応対応
コンテキスト保存セッション内のみ継続的に保存
ユーザー入力フォーム対応対応
データセットとプラグイン対応対応
AIオープニング不対応対応
シナリオ例翻訳、判断、インデックス付けチャット
-### \ No newline at end of file +### + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-orchestrate/agent.mdx b/ja-jp/guides/application-orchestrate/agent.mdx index 36f3504e..9ec64094 100644 --- a/ja-jp/guides/application-orchestrate/agent.mdx +++ b/ja-jp/guides/application-orchestrate/agent.mdx @@ -79,3 +79,26 @@ alt="" ### アプリの公開 ![アプリをWebアプリとして公開](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/1b5934f412cfe0d4c44bfa5ad1a5fc66.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-orchestrate/app-toolkits/README.mdx b/ja-jp/guides/application-orchestrate/app-toolkits/README.mdx index f7e249b1..957c74f4 100644 --- a/ja-jp/guides/application-orchestrate/app-toolkits/README.mdx +++ b/ja-jp/guides/application-orchestrate/app-toolkits/README.mdx @@ -61,3 +61,26 @@ AIアプリと対話する際には、内容の安全性、ユーザー体験、 注釈付き返信機能は、人工的に編集された注釈によって、アプリにカスタマイズされた高品質な質問応答能力を提供します。 詳しい説明は[注釈付き返信](/ja-jp/guides/annotation/annotation-reply)をご覧ください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-orchestrate/app-toolkits/moderation-tool.mdx b/ja-jp/guides/application-orchestrate/app-toolkits/moderation-tool.mdx index 3fcd1173..9127a42d 100644 --- a/ja-jp/guides/application-orchestrate/app-toolkits/moderation-tool.mdx +++ b/ja-jp/guides/application-orchestrate/app-toolkits/moderation-tool.mdx @@ -27,3 +27,26 @@ OpenAI やほとんどの大規模言語モデル (LLM) 会社が提供するモ 例えば、私たちのローカルサービスで、`ドナルド・ジョン・トランプ`というセンシティブワード審査ルールをカスタマイズします。ユーザーが`query`変数に「トランプ」と入力すると、対話時に "貴社のご使用ポリシーに反するコンテンツとなっております。" という応答が返されます。テスト結果は以下の通りです: ![モデレーションテスト](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/66cae99e32d12f1b5b168d1b10eb1a63.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-orchestrate/chatbot-application.mdx b/ja-jp/guides/application-orchestrate/chatbot-application.mdx index 86092550..ce0ce1ce 100644 --- a/ja-jp/guides/application-orchestrate/chatbot-application.mdx +++ b/ja-jp/guides/application-orchestrate/chatbot-application.mdx @@ -88,3 +88,26 @@ AIの対話範囲を[ナレッジベース](/ja-jp/guides/knowledge-base/readme) **チャットボット作成時のメタデータフィルタリング活用方法とは? ** 詳細な手順は、[アプリ内でのナレッジベース統合](/ja-jp/guides/knowledge-base/integrate-knowledge-within-application)の「**メタデータフィルタリング → チャットボット**」をご確認ください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-orchestrate/creating-an-application.mdx b/ja-jp/guides/application-orchestrate/creating-an-application.mdx index da9441b1..cfa36bb4 100644 --- a/ja-jp/guides/application-orchestrate/creating-an-application.mdx +++ b/ja-jp/guides/application-orchestrate/creating-an-application.mdx @@ -54,3 +54,26 @@ https://example.com/your_dsl.yml ![URL経由でDSLファイルをインポート](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/661112195d6fea2437ffa0dfe94436cb.png) > DSLファイルを取り込む際には、バージョンが自動で確認されます。バージョン間に大きな違いがあると、互換性に問題が生じる恐れがあります。この件につきましては、[アプリケーション管理:インポート](/ja-jp/guides/management/app-management)セクションで詳細をご覧いただけます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-orchestrate/multiple-llms-debugging.mdx b/ja-jp/guides/application-orchestrate/multiple-llms-debugging.mdx index bc7eba29..fa320b00 100644 --- a/ja-jp/guides/application-orchestrate/multiple-llms-debugging.mdx +++ b/ja-jp/guides/application-orchestrate/multiple-llms-debugging.mdx @@ -23,3 +23,26 @@ title: 複数モデルのデバッグ ### 2. 複数モデルデバッグモードを終了するにはどうすればよいですか? いずれかのモデルを選択し、**「単一モデルでデバッグ」** をクリックすると、複数モデルデバッグモードを終了できます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-publishing/README.mdx b/ja-jp/guides/application-publishing/README.mdx index 4df8be32..bedefb17 100644 --- a/ja-jp/guides/application-publishing/README.mdx +++ b/ja-jp/guides/application-publishing/README.mdx @@ -17,4 +17,27 @@ title: ウェブアプリの発表 フロントエンドテンプレートに基づいた再開発 - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-publishing/based-on-frontend-templates.mdx b/ja-jp/guides/application-publishing/based-on-frontend-templates.mdx index 98f88734..4532b1fc 100644 --- a/ja-jp/guides/application-publishing/based-on-frontend-templates.mdx +++ b/ja-jp/guides/application-publishing/based-on-frontend-templates.mdx @@ -40,4 +40,27 @@ export const promptTemplate = '' 各WebAppテンプレートにはREADMEファイルが含まれており、デプロイ方法の説明が記載されています。通常、WebAppテンプレートには軽量バックエンドサービスが含まれており、これは開発者のAPIキーがユーザーに直接露出しないようにするためのものです。 -これらのWebAppテンプレートは、AIアプリプロトタイプを迅速に構築し、Difyのすべての機能を使用するのに役立ちます。もしこれらを基に自分のアプリや新しいテンプレートを開発した場合、ぜひ私たちと共有してください。 \ No newline at end of file +これらのWebAppテンプレートは、AIアプリプロトタイプを迅速に構築し、Difyのすべての機能を使用するのに役立ちます。もしこれらを基に自分のアプリや新しいテンプレートを開発した場合、ぜひ私たちと共有してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-publishing/developing-with-apis.mdx b/ja-jp/guides/application-publishing/developing-with-apis.mdx index 43982735..508600ac 100644 --- a/ja-jp/guides/application-publishing/developing-with-apis.mdx +++ b/ja-jp/guides/application-publishing/developing-with-apis.mdx @@ -127,4 +127,27 @@ response = requests.post(url, headers=headers, data=json.dumps(data)) print(response.text()) ``` - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-publishing/embedding-in-websites.mdx b/ja-jp/guides/application-publishing/embedding-in-websites.mdx index fb2cde86..957dce2c 100644 --- a/ja-jp/guides/application-publishing/embedding-in-websites.mdx +++ b/ja-jp/guides/application-publishing/embedding-in-websites.mdx @@ -136,4 +136,27 @@ window.difyChatbotConfig = { 注意: `embed.js` スクリプトを使用してiframeを作成する場合、各入力値はURLに追加される前にGZIPで圧縮され、base64でエンコードされます。 例えば、処理された入力値を含むURLは以下のようになります: -`http://localhost/chatbot/{token}?name=H4sIAKUlmWYA%2FwWAIQ0AAACDsl7gLuiv2PQEUNAuqQUAAAA%3D` \ No newline at end of file +`http://localhost/chatbot/{token}?name=H4sIAKUlmWYA%2FwWAIQ0AAACDsl7gLuiv2PQEUNAuqQUAAAA%3D` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-publishing/launch-your-webapp-quickly/README.mdx b/ja-jp/guides/application-publishing/launch-your-webapp-quickly/README.mdx index d1dd79e3..30bb09d4 100644 --- a/ja-jp/guides/application-publishing/launch-your-webapp-quickly/README.mdx +++ b/ja-jp/guides/application-publishing/launch-your-webapp-quickly/README.mdx @@ -56,4 +56,27 @@ Difyは、あなたのAIアプリをビジネスWebサイトに埋め込むこ 例えば、scriptコードを公式サイトの``に貼り付けると、公式サイトのAIロボットが得られます: -![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/f5a5e95e1120906669b3c1ad4e186dea.png) \ No newline at end of file +![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/f5a5e95e1120906669b3c1ad4e186dea.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx b/ja-jp/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx index 357b9e92..6123a6a3 100644 --- a/ja-jp/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx +++ b/ja-jp/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx @@ -50,4 +50,27 @@ _使用するデバイス環境がマイクロフォンの使用を許可して ### 引用と帰属 -アプリ内でナレッジベースの効果をテストする際、**ワークスペース -- 機能の追加 -- 引用と帰属** に移動し、引用と帰属機能をオンにすることができます。詳細については[「引用と帰属」](/ja-jp/guides/knowledge-base/retrieval-test-and-citation)を参照してください。 \ No newline at end of file +アプリ内でナレッジベースの効果をテストする際、**ワークスペース -- 機能の追加 -- 引用と帰属** に移動し、引用と帰属機能をオンにすることができます。詳細については[「引用と帰属」](/ja-jp/guides/knowledge-base/retrieval-test-and-citation)を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx b/ja-jp/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx index 2ccfc998..6e5b8eb9 100644 --- a/ja-jp/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx +++ b/ja-jp/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx @@ -58,4 +58,27 @@ title: テキスト生成型アプリケーション アプリケーションのオーケストレーションで「より類似した」機能を有効にしている場合、Webアプリケーションで「より類似した」ボタンをクリックすると、現在の結果と似た内容を生成できます。以下の図の通りです: -![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/65fb111d8e89a8f7b761859265e42f0a.png) \ No newline at end of file +![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/65fb111d8e89a8f7b761859265e42f0a.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/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 index 869eea03..5ca391dc 100644 --- a/ja-jp/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 @@ -29,4 +29,27 @@ Web アプリの機能は、開発者がアプリを編成する際にその機 以下のセクションでは、Web アプリの2種類のタイプについて説明します: * テキスト生成型 -* 会話型 \ No newline at end of file +* 会話型 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/build-app/agent.mdx b/ja-jp/guides/build-app/agent.mdx index f3f15815..a12232eb 100644 --- a/ja-jp/guides/build-app/agent.mdx +++ b/ja-jp/guides/build-app/agent.mdx @@ -80,3 +80,26 @@ DifyではエージェントアシスタントにFunction Calling(関数呼び + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/build-app/chatbot.mdx b/ja-jp/guides/build-app/chatbot.mdx index 3f4b9222..bcd3b17b 100644 --- a/ja-jp/guides/build-app/chatbot.mdx +++ b/ja-jp/guides/build-app/chatbot.mdx @@ -84,4 +84,27 @@ AIの対話範囲を[ナレッジベース](/ja-jp/guides/knowledge-base/readme) **チャットアシスタント内にサードパーティツールを追加するにはどうすればよいですか?** -チャット アシスタント タイプのアプリケーションは、サードパーティ ツールの追加をサポートしていません。[エージェント](/ja-jp/guides/workflow/nodes/agent) 内でサードパーティ ツールを追加できます。アプリケーション。 \ No newline at end of file +チャット アシスタント タイプのアプリケーションは、サードパーティ ツールの追加をサポートしていません。[エージェント](/ja-jp/guides/workflow/nodes/agent) 内でサードパーティ ツールを追加できます。アプリケーション。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/build-app/text-generator.mdx b/ja-jp/guides/build-app/text-generator.mdx index 8b03235d..21ac6297 100644 --- a/ja-jp/guides/build-app/text-generator.mdx +++ b/ja-jp/guides/build-app/text-generator.mdx @@ -77,3 +77,26 @@ AIの対話範囲を特定のナレッジベースに制限したい場合、例 **テキスト生成器にカスタムツールを追加する方法は?** チャットアシスタントタイプのアプリでは、サードパーティツールの追加はサポートされていません。カスタムツールを追加したい場合は、エージェントタイプのアプリ内で追加することが可能です。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/extension/README.mdx b/ja-jp/guides/extension/README.mdx index 0e3fa8a4..a7546d18 100644 --- a/ja-jp/guides/extension/README.mdx +++ b/ja-jp/guides/extension/README.mdx @@ -13,4 +13,27 @@ Difyは以下の2つの拡張方法を提供しています: コード拡張 - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/extension/api-based-extension/README.mdx b/ja-jp/guides/extension/api-based-extension/README.mdx index a51a64b7..1103da2a 100644 --- a/ja-jp/guides/extension/api-based-extension/README.mdx +++ b/ja-jp/guides/extension/api-based-extension/README.mdx @@ -281,3 +281,26 @@ Difyクラウド版は内網APIサービスにアクセスできないため、 Cloudflare Workersを使用してAPIエクステンションをデプロイすることをお勧めします。Cloudflare Workersは簡単にパブリックアドレスを提供でき、無料で使用できます。 [cloudflare-workers.md](/ja-jp/guides/extension/api-based-extension/cloudflare-workers)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/extension/api-based-extension/cloudflare-workers.mdx b/ja-jp/guides/extension/api-based-extension/cloudflare-workers.mdx index 226afad0..06031538 100644 --- a/ja-jp/guides/extension/api-based-extension/cloudflare-workers.mdx +++ b/ja-jp/guides/extension/api-based-extension/cloudflare-workers.mdx @@ -109,4 +109,27 @@ wrangler tail * [Cloudflare Workers](https://workers.cloudflare.com/) * [Cloudflare Workers CLI](https://developers.cloudflare.com/workers/cli-wrangler/install-update) -* [Example GitHub Repository](https://github.com/crazywoola/dify-extension-workers) \ No newline at end of file +* [Example GitHub Repository](https://github.com/crazywoola/dify-extension-workers) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/extension/api-based-extension/dtatsru.mdx b/ja-jp/guides/extension/api-based-extension/dtatsru.mdx index c6f1a5c5..d7a35d8d 100644 --- a/ja-jp/guides/extension/api-based-extension/dtatsru.mdx +++ b/ja-jp/guides/extension/api-based-extension/dtatsru.mdx @@ -2,4 +2,25 @@ title: 外部データツール --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/extension/api-based-extension/external-data-tool.mdx b/ja-jp/guides/extension/api-based-extension/external-data-tool.mdx index cac60a30..51f119c3 100644 --- a/ja-jp/guides/extension/api-based-extension/external-data-tool.mdx +++ b/ja-jp/guides/extension/api-based-extension/external-data-tool.mdx @@ -63,4 +63,27 @@ AIアプリを作成する際、開発者はAPI拡張を通じて外部ツール { "result": "City: London\nTemperature: 10°C\nRealFeel®: 8°C\nAir Quality: Poor\nWind Direction: ENE\nWind Speed: 8 km/h\nWind Gusts: 14 km/h\nPrecipitation: Light rain" } - ``` \ No newline at end of file + ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/extension/api-based-extension/moderation.mdx b/ja-jp/guides/extension/api-based-extension/moderation.mdx index 7f4a1895..c3782aa4 100644 --- a/ja-jp/guides/extension/api-based-extension/moderation.mdx +++ b/ja-jp/guides/extension/api-based-extension/moderation.mdx @@ -137,4 +137,27 @@ title: 敏感内容審査 "action": "overridden", "text": "I will *** you." } - ``` \ No newline at end of file + ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/extension/code-based-extension/README.mdx b/ja-jp/guides/extension/code-based-extension/README.mdx index 11160116..fde15fdd 100644 --- a/ja-jp/guides/extension/code-based-extension/README.mdx +++ b/ja-jp/guides/extension/code-based-extension/README.mdx @@ -99,3 +99,26 @@ title: コード拡張 ] } ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/extension/code-based-extension/external-data-tool.mdx b/ja-jp/guides/extension/code-based-extension/external-data-tool.mdx index 88e6a39b..25490e78 100644 --- a/ja-jp/guides/extension/code-based-extension/external-data-tool.mdx +++ b/ja-jp/guides/extension/code-based-extension/external-data-tool.mdx @@ -187,3 +187,26 @@ class WeatherSearch(ExternalDataTool): * `inputs` :エンドユーザーが入力した変数値 * `query` :エンドユーザーが現在の会話で入力した内容、対話型アプリケーションの固定パラメータ。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/extension/code-based-extension/moderation.mdx b/ja-jp/guides/extension/code-based-extension/moderation.mdx index 6d2ae316..c4a6f90d 100644 --- a/ja-jp/guides/extension/code-based-extension/moderation.mdx +++ b/ja-jp/guides/extension/code-based-extension/moderation.mdx @@ -310,3 +310,25 @@ class CloudServiceModeration(Moderation): * `preset_response` プリセット応答(action=direct_outputの場合のみ返される) * `text` 上書きされたLLM回答内容(action=overriddenの場合のみ返される) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx b/ja-jp/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx index 11646ab5..dd7edb1f 100644 --- a/ja-jp/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx +++ b/ja-jp/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx @@ -174,4 +174,25 @@ HTTPステータスコード:403 内部サーバーエラーが発生しました。リクエストを再試行してください。 HTTPステータスコード:500 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx b/ja-jp/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx index 9a8852a6..d4dfdc24 100644 --- a/ja-jp/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx +++ b/ja-jp/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx @@ -548,3 +548,26 @@ curl --location --request POST 'https://api.dify.ai/v1/datasets/{dataset_id}/doc | document_already_finished | 400 | 文档已处理完成。请刷新页面或查看文档详情 | | document_indexing | 400 | 文档正在处理中,无法编辑 | | invalid_metadata | 400 | 元数据内容不正确。请检查并验证 | + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/connect-external-knowledge-base.mdx b/ja-jp/guides/knowledge-base/connect-external-knowledge-base.mdx index 0847741f..f1eac4f8 100644 --- a/ja-jp/guides/knowledge-base/connect-external-knowledge-base.mdx +++ b/ja-jp/guides/knowledge-base/connect-external-knowledge-base.mdx @@ -154,4 +154,27 @@ LlamaCloudプラグインを使用すると、カスタムAPIを作成するこ | ---- | --------------------------- | ------------------------------ | | 1001 | 無効なAuthorization header形式 | リクエストのAuthorization header形式を確認してください | | 1002 | 認証異常 | 入力したAPIキーが正しいか確認してください | -| 2001 | ナレッジベースが存在しない | 外部ナレッジベースを確認してください | \ No newline at end of file +| 2001 | ナレッジベースが存在しない | 外部ナレッジベースを確認してください | + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/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 index 7a4def63..19380338 100644 --- a/ja-jp/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 @@ -161,3 +161,26 @@ title: 2. チャンクモードの指定 * [インデックス方式](./setting-indexing-methods) * [検索オプションの設定](./selecting-retrieval-settings) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/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 index cdc5e848..c9ab2d5f 100644 --- a/ja-jp/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 @@ -36,3 +36,26 @@ Difyプラットフォームの上部ナビゲーションにある**「ナレ ### 後からのインポート ドキュメントやその他のコンテンツデータの準備ができていない場合は、まず空のナレッジベースを作成し、後からローカルドキュメントをアップロードするか、オンラインデータをインポートすることができます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/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 index ce2fb96f..3e87ccb4 100644 --- a/ja-jp/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 @@ -107,4 +107,27 @@ Difyのソースコードに戻り、**.env**ファイルに関連する環境 **NOTION_CLIENT_ID**=you-client-id -設定が完了したら、データセットでNotionのデータインポートおよび同期機能を操作できます。 \ No newline at end of file +設定が完了したら、データセットでNotionのデータインポートおよび同期機能を操作できます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/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 index 4530d17a..bffee134 100644 --- a/ja-jp/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 @@ -90,4 +90,27 @@ Dify のナレッジベースでは、[Jina Reader](https://jina.ai/reader)や[F alt="クロール結果のインポート" /> -クロールが完了すると、Web ページのコンテンツがナレッジ ベースに組み込まれます。 \ No newline at end of file +クロールが完了すると、Web ページのコンテンツがナレッジ ベースに組み込まれます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx b/ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx index 9dd93bd8..a5c71ef7 100644 --- a/ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx +++ b/ja-jp/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx @@ -54,4 +54,27 @@ title: 知识库创建步骤 #### **元数据** -如需使用元数据功能管理知识库,请参阅 [元数据](/zh-hans/guides/knowledge-base/metadata)。 \ No newline at end of file +如需使用元数据功能管理知识库,请参阅 [元数据](/zh-hans/guides/knowledge-base/metadata)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/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 index 0b82d520..efbe5919 100644 --- a/ja-jp/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 @@ -201,3 +201,26 @@ title: 3. インデックス方法と検索設定を指定 実際のシナリオでのキーワードとコンテンツブロックのマッチング状況を確認する + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/faq.mdx b/ja-jp/guides/knowledge-base/faq.mdx index 46430448..13839b58 100644 --- a/ja-jp/guides/knowledge-base/faq.mdx +++ b/ja-jp/guides/knowledge-base/faq.mdx @@ -18,3 +18,26 @@ version: '简体中文' ## 4. 如何优化应用对知识库内容的检索结果? 你可以通过调整检索设置,比较不同的参数进行优化。具体操作请参考[检索设置](/ja-jp/guides/knowledge-base/knowledge-base-creation/introduction)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx b/ja-jp/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx index 4432ddfa..a4d4dab3 100644 --- a/ja-jp/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx +++ b/ja-jp/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx @@ -101,3 +101,26 @@ RAG 检索环节中的主流方法是向量检索,即语义相关度匹配的 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/indexing-and-retrieval/rerank.mdx b/ja-jp/guides/knowledge-base/indexing-and-retrieval/rerank.mdx index 1f85bb37..7e1e2090 100644 --- a/ja-jp/guides/knowledge-base/indexing-and-retrieval/rerank.mdx +++ b/ja-jp/guides/knowledge-base/indexing-and-retrieval/rerank.mdx @@ -62,3 +62,26 @@ Dify 目前已支持 Cohere Rerank 模型,进入“模型供应商-> Cohere” + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx b/ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx index c92291ba..53c1ac03 100644 --- a/ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx +++ b/ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx @@ -24,3 +24,26 @@ version: '简体中文' **这就是 RAG 系统所做的事情:帮助大模型临时性地获得他所不具备的外部知识,允许它在回答问题之前先找答案。** 根据上面这个例子,我们很容易发现 RAG 系统中最核心是外部知识的检索环节。专家能不能向你提供专业的家庭财务建议,取决于能不能精确找到他需要的信息,如果他找到的不是投资理财记录,而是家庭减肥计划,那再厉害的专家都会无能为力。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx b/ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx index bb96708c..16432e88 100644 --- a/ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx +++ b/ja-jp/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx @@ -22,3 +22,26 @@ version: '简体中文' 由于多路召回模式不依赖于模型的推理能力或知识库描述,该模式在多知识库检索时能够获得质量更高的召回效果,除此之外加入 Rerank 步骤也能有效改进文档召回效果。因此,当创建的知识库问答应用关联了多个知识库时,我们更推荐将召回模式配置为多路召回。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/integrate-knowledge-within-application.mdx b/ja-jp/guides/knowledge-base/integrate-knowledge-within-application.mdx index c9a04f4c..10a4fd51 100644 --- a/ja-jp/guides/knowledge-base/integrate-knowledge-within-application.mdx +++ b/ja-jp/guides/knowledge-base/integrate-knowledge-within-application.mdx @@ -205,3 +205,25 @@ Difyは現在、複数のRerankモデルをサポートしており、"モデル ナレッジベースが「エコノミー」モードのインデックスモードを使用しているかどうかを确认してください。その场合は、「ハイクオリティ」モードのインデックスモードに切り替えてください。 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance.mdx b/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance.mdx index ecd98235..cb74d747 100644 --- a/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance.mdx +++ b/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance.mdx @@ -132,3 +132,26 @@ Dify 知识库提供整套标准 API ,开发者通过 API 调用对知识库 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/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 index e7d4d848..96f7145b 100644 --- a/ja-jp/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 @@ -719,3 +719,25 @@ curl --location 'https://api.dify.ai/v1/datasets/{dataset_id}/metadata' \ | document\_indexing | 400 | ドキュメントが処理中のため、編集できません | | invalid\_metadata | 400 | メタデータの内容が正しくありません。確認して検証してください | +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/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 index 2027ff84..4871b316 100644 --- a/ja-jp/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 @@ -239,3 +239,25 @@ title: ナレッジベース内のドキュメントの管理 メタデータの詳細については、[メタデータ](https://docs.dify.ai/ja-jp/guides/knowledge-base/metadata)を参照してください。 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/readme.mdx b/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/readme.mdx index 669ca91b..21ba5698 100644 --- a/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/readme.mdx +++ b/ja-jp/guides/knowledge-base/knowledge-and-documents-maintenance/readme.mdx @@ -242,3 +242,26 @@ Difyのナレッジベースは、標準APIの完全なセットを提供して メタデータは、ウェブページのタイトル、URL、キーワード、説明など、さまざまな情報源からの文書を区別するために用いられる情報です。これらは、ナレッジベースでのテキスト検索時に構造化されたフィールドとして利用されるほか、参照元の情報表示にも活用されます。 ![メタデータの管理](https://assets-docs.dify.ai/2024/12/f3b1ff4b559ebc40f18b8980b3719fe8.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/knowledge-base-creation/introduction.mdx b/ja-jp/guides/knowledge-base/knowledge-base-creation/introduction.mdx index 87fea5c5..5e6821eb 100644 --- a/ja-jp/guides/knowledge-base/knowledge-base-creation/introduction.mdx +++ b/ja-jp/guides/knowledge-base/knowledge-base-creation/introduction.mdx @@ -141,3 +141,26 @@ RAGのプロダクションレベルのアプリケーションでは、デー #### メタデータ メタデータ機能を使用してナレッジベースを管理する場合は、[メタデータ](/ja-jp/guides/knowledge-base/metadata)を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx b/ja-jp/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx index cedd6b40..b65cbcfb 100644 --- a/ja-jp/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx +++ b/ja-jp/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx @@ -252,3 +252,26 @@ version: '简体中文' **Embedding 模型**是一种专门用于将文本向量化的大语言模型,它擅长将文本转换为密集的数值向量,有效捕捉语义信息。 > 如需了解更多,请参考:[《Dify:Embedding 技术与 Dify 数据集设计/规划》](https://mp.weixin.qq.com/s/vmY\_CUmETo2IpEBf1nEGLQ)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/knowledge-request-rate-limit.mdx b/ja-jp/guides/knowledge-base/knowledge-request-rate-limit.mdx index 68b1d0e5..b237c34f 100644 --- a/ja-jp/guides/knowledge-base/knowledge-request-rate-limit.mdx +++ b/ja-jp/guides/knowledge-base/knowledge-request-rate-limit.mdx @@ -38,3 +38,26 @@ Dify クラウドサービスの安定性を維持し、すべてのユーザー 16. セグメントの一括インポート 17. ヒットテストの実行 18. アプリケーションとワークフローでナレッジベースをクエリ(注:マルチパスリコールによる複数回クエリも1リクエストとして集計されます) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/metadata.mdx b/ja-jp/guides/knowledge-base/metadata.mdx index 530e363e..439cfc7c 100644 --- a/ja-jp/guides/knowledge-base/metadata.mdx +++ b/ja-jp/guides/knowledge-base/metadata.mdx @@ -466,3 +466,25 @@ title: メタデータ +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/readme.mdx b/ja-jp/guides/knowledge-base/readme.mdx index b971eab5..ab152cff 100644 --- a/ja-jp/guides/knowledge-base/readme.mdx +++ b/ja-jp/guides/knowledge-base/readme.mdx @@ -36,4 +36,27 @@ Difyプラットフォームでは、RAG(検索強化生成)ソリューシ Difyでのナレッジベースは、複数のドキュメント(Documents)から構成され、一つのドキュメントは複数のコンテンツブロック(Chunk)を含むことがあります。このナレッジベースは、アプリケーション全体で検索の対象として統合することが可能です。ドキュメントは、開発者や運営スタッフによってアップロードされるか、他のデータソースから同期されます。 -独自のドキュメントライブラリを構築している場合、Difyの[外部ナレッジベース機能](./connect-external-knowledge-base)を利用して、自身のナレッジベースをDifyプラットフォームにリンクさせることができます。これにより、Difyプラットフォーム内で内容を再度アップロードすることなく、大規模な言語モデルがリアルタイムで独自のナレッジベースの内容を参照することが可能になります。 \ No newline at end of file +独自のドキュメントライブラリを構築している場合、Difyの[外部ナレッジベース機能](./connect-external-knowledge-base)を利用して、自身のナレッジベースをDifyプラットフォームにリンクさせることができます。これにより、Difyプラットフォーム内で内容を再度アップロードすることなく、大規模な言語モデルがリアルタイムで独自のナレッジベースの内容を参照することが可能になります。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/knowledge-base/retrieval-test-and-citation.mdx b/ja-jp/guides/knowledge-base/retrieval-test-and-citation.mdx index d9c1bddc..0b210acf 100644 --- a/ja-jp/guides/knowledge-base/retrieval-test-and-citation.mdx +++ b/ja-jp/guides/knowledge-base/retrieval-test-and-citation.mdx @@ -68,3 +68,25 @@ Difyのナレッジベースでは、テキストによる検索テスト機能 ![](https://assets-docs.dify.ai/2025/04/de0b5bd3ed224844f70d2e31b4e5f989.png) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/management/README.mdx b/ja-jp/guides/management/README.mdx index 80b3efc4..825b0757 100644 --- a/ja-jp/guides/management/README.mdx +++ b/ja-jp/guides/management/README.mdx @@ -2,4 +2,25 @@ title: 管理 --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/management/app-management.mdx b/ja-jp/guides/management/app-management.mdx index 72da76db..c63aeac1 100644 --- a/ja-jp/guides/management/app-management.mdx +++ b/ja-jp/guides/management/app-management.mdx @@ -53,3 +53,26 @@ Difyアプリケーションをインポートする際は、まずDSLファイ ⚠️アプリの削除は取り消すことができません。すべてのユーザーがあなたのアプリにアクセスできなくなり、アプリ内のすべてのプロンプト、オーケストレーション構成、ログが削除されます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/management/personal-account-management.mdx b/ja-jp/guides/management/personal-account-management.mdx index 32195ec8..e23475a5 100644 --- a/ja-jp/guides/management/personal-account-management.mdx +++ b/ja-jp/guides/management/personal-account-management.mdx @@ -103,3 +103,26 @@ DifyのSaaS版のアカウントの削除を実行するには、右上隅にあ **5. アカウントを削除した後、Difyのサブスクリプションは自動的にキャンセルされ、払い戻しされますか?** アカウント削除後、Difyのサブスクリプションは自動的にキャンセルされますが、サブスクリプション料金は払い戻されません。今後の課金は行われません。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/management/subscription-management.mdx b/ja-jp/guides/management/subscription-management.mdx index ec9211fb..018890ce 100644 --- a/ja-jp/guides/management/subscription-management.mdx +++ b/ja-jp/guides/management/subscription-management.mdx @@ -99,3 +99,26 @@ Difyの有料サービス(ProfessionalまたはTeamプラン)に加入後、 #### 5. サブスクリプションプラン間の違いは何ですか? 詳細な機能の比較については、[Difyの価格設定](https://dify.ai/pricing)をご覧ください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/management/team-members-management.mdx b/ja-jp/guides/management/team-members-management.mdx index 497e97d7..11e2bcff 100644 --- a/ja-jp/guides/management/team-members-management.mdx +++ b/ja-jp/guides/management/team-members-management.mdx @@ -82,3 +82,26 @@ title: チームメンバーの管理 #### 3. チームメンバーのアカウントを削除するにはどうすればよいですか? チームの所有者も管理者もチームメンバーのアカウントを削除することはできません。アカウントの削除には、アカウントの所有者が積極的にリクエストする必要があり、他者が行うことはできません。アカウントの削除の代替手段として、チームからメンバーを削除することで、そのユーザーのチームへのアクセス権限が取り消されます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/management/version-control.mdx b/ja-jp/guides/management/version-control.mdx index 1c2381b6..f76d58e2 100644 --- a/ja-jp/guides/management/version-control.mdx +++ b/ja-jp/guides/management/version-control.mdx @@ -329,4 +329,27 @@ title: バージョン管理 - **バージョン管理機能は、どのタイプのアプリで利用できますか?** -現在、バージョン管理機能は**チャットフロー**と**ワークフロー**のみ対応しています。**チャットボット**、**テキスト生成**、**エージェント**には対応していません。 \ No newline at end of file +現在、バージョン管理機能は**チャットフロー**と**ワークフロー**のみ対応しています。**チャットボット**、**テキスト生成**、**エージェント**には対応していません。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/model-configuration/README.mdx b/ja-jp/guides/model-configuration/README.mdx index 2d2ae9d6..67509379 100644 --- a/ja-jp/guides/model-configuration/README.mdx +++ b/ja-jp/guides/model-configuration/README.mdx @@ -79,3 +79,26 @@ Difyは[PKCS1\_OAEP](https://pycryptodome.readthedocs.io/en/latest/src/cipher/oa モデルの設定が完了したら、アプリケーションでこれらのモデルを使用できます: ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/961fa0a4c3b9e11615170b9851e6a583.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/model-configuration/customizable-model.mdx b/ja-jp/guides/model-configuration/customizable-model.mdx index 5aeff3e5..f8970ac6 100644 --- a/ja-jp/guides/model-configuration/customizable-model.mdx +++ b/ja-jp/guides/model-configuration/customizable-model.mdx @@ -301,3 +301,26 @@ provider_credential_schema: ``` インターフェース方法の詳細については:[インターフェース](https://github.com/langgenius/dify/blob/main/api/core/model_runtime/docs/en_US/interfaces)をご覧ください。具体的な実装例については、[llm.py](https://github.com/langgenius/dify-runtime/blob/main/lib/model_providers/anthropic/llm/llm.py)を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/model-configuration/interfaces.mdx b/ja-jp/guides/model-configuration/interfaces.mdx index fb1b8aa1..9a763d19 100644 --- a/ja-jp/guides/model-configuration/interfaces.mdx +++ b/ja-jp/guides/model-configuration/interfaces.mdx @@ -1445,3 +1445,26 @@ class RerankDocument(BaseModel): text: str score: float ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/model-configuration/load-balancing.mdx b/ja-jp/guides/model-configuration/load-balancing.mdx index 4140c0ed..e00a8d21 100644 --- a/ja-jp/guides/model-configuration/load-balancing.mdx +++ b/ja-jp/guides/model-configuration/load-balancing.mdx @@ -36,3 +36,26 @@ title: 負荷分散 **モデルの追加**からも負荷分散を設定することができ、設定手順は上記と同じです。 ![モデルの追加から負荷分散を設定](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/12970502b2e202d1f890dcecadf2dcbd.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/model-configuration/new-provider.mdx b/ja-jp/guides/model-configuration/new-provider.mdx index 36bd8b41..16108893 100644 --- a/ja-jp/guides/model-configuration/new-provider.mdx +++ b/ja-jp/guides/model-configuration/new-provider.mdx @@ -193,3 +193,26 @@ def validate_provider_credentials(self, credentials: dict) -> None: ``` 上記で実装したコードの様々な状況に対してテストコードを記述し、テストを通過した後にコードを提出します。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/model-configuration/predefined-model.mdx b/ja-jp/guides/model-configuration/predefined-model.mdx index a53e92a3..8566e46d 100644 --- a/ja-jp/guides/model-configuration/predefined-model.mdx +++ b/ja-jp/guides/model-configuration/predefined-model.mdx @@ -197,4 +197,27 @@ pricing: # 価格情報 * `supported_model_types` (array\[ModelType]) 対応モデルタイプ * `configurate_methods` (array\[ConfigurateMethod]) 設定方法 * `provider_credential_schema` (ProviderCredentialSchema) プロバイダー認証情報スキーマ - * `model_credential_schema` (ModelCredentialSchema) モデル認証情報スキーマ \ No newline at end of file + * `model_credential_schema` (ModelCredentialSchema) モデル認証情報スキーマ + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/model-configuration/schema.mdx b/ja-jp/guides/model-configuration/schema.mdx index 7c7c3991..69f5088b 100644 --- a/ja-jp/guides/model-configuration/schema.mdx +++ b/ja-jp/guides/model-configuration/schema.mdx @@ -209,4 +209,27 @@ version: 'v1.0' ### FormShowOnObject - `variable` (string) 他のフォーム項目の変数名 -- `value` (string) 他のフォーム項目の変数値 \ No newline at end of file +- `value` (string) 他のフォーム項目の変数値 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/monitoring/README.mdx b/ja-jp/guides/monitoring/README.mdx index 8fea0df1..0b761265 100644 --- a/ja-jp/guides/monitoring/README.mdx +++ b/ja-jp/guides/monitoring/README.mdx @@ -5,4 +5,27 @@ title: モニタリング **概要** で本番環境におけるアプリケーションのパフォーマンスをモニタリングし、データ分析ダッシュボードで本番環境におけるアプリケーションの使用コスト、レイテンシ、ユーザーフィードバック、パフォーマンスなどの指標を分析します。継続デバッグおよびイテレーションを通じてアプリケーションを絶えず改善します。 -![概要](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/45c8580f167e27c9e26784b5426987d0.png) \ No newline at end of file +![概要](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/45c8580f167e27c9e26784b5426987d0.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/monitoring/analysis.mdx b/ja-jp/guides/monitoring/analysis.mdx index 5df5b363..2006726a 100644 --- a/ja-jp/guides/monitoring/analysis.mdx +++ b/ja-jp/guides/monitoring/analysis.mdx @@ -35,3 +35,26 @@ AI と有効にインタラクションしたユニークユーザー数を表 **合計会話数 (Total Conversation)** 毎日のAI会話数。数え方は:会話を1回と数える、毎回の会話には複数のメッセージ交換できます。プロンプトエンジニアリング(prompt engineering)とデバッグの会話は含まれません。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/monitoring/integrate-external-ops-tools/README.mdx b/ja-jp/guides/monitoring/integrate-external-ops-tools/README.mdx index 8f3a29d8..b501ced1 100644 --- a/ja-jp/guides/monitoring/integrate-external-ops-tools/README.mdx +++ b/ja-jp/guides/monitoring/integrate-external-ops-tools/README.mdx @@ -3,4 +3,27 @@ title: 外部のOpsツールを統合する --- -🚧 メンテナンス中です \ No newline at end of file +🚧 メンテナンス中です + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx b/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx index d5d954bb..fd588d2a 100644 --- a/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx +++ b/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx @@ -622,3 +622,26 @@ alt="" * Metadata * conversation_id - 会話のID * tenant\_id - テナントID + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx b/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx index a2909009..fdcff496 100644 --- a/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx +++ b/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx @@ -341,4 +341,27 @@ LangSmithを通じて得られる詳細な大規模言語モデル(LLM)の #### 提案された質問トレース情報 -提案された質問を追跡するために使用されます。 \ No newline at end of file +提案された質問を追跡するために使用されます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx b/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx index e6e39101..6384eaa8 100644 --- a/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx +++ b/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx @@ -521,3 +521,26 @@ Opikの詳細なLLM操作ログにより、Difyアプリケーションのパフ - message_file_id - メッセージファイルID - created_by_role - 作成者の役割 - created_user_id - 作成者ユーザーID + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx b/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx index 437a4421..98e6e544 100644 --- a/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx +++ b/ja-jp/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx @@ -334,3 +334,26 @@ Weaveを通じた詳細なLLM操作ログは、Difyアプリケーションの * メタデータ * conversation_id - 会話ID * tenant_id - テナントID + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/additional-feature.mdx b/ja-jp/guides/workflow/additional-feature.mdx index b6477d8d..00284693 100644 --- a/ja-jp/guides/workflow/additional-feature.mdx +++ b/ja-jp/guides/workflow/additional-feature.mdx @@ -108,3 +108,26 @@ LLMは直接ドキュメントファイルを読み取る機能を持ってい * **音声・動画ファイル** LLMは音声・動画ファイルを直接読み取る機能をサポートしておらず、Difyプラットフォームにも関連するファイル処理ツールは組み込まれていません。アプリ開発者は[外部データツール](/ja-jp/guides/extension/code-based-extension/external-data-tool)を参照して、ファイル情報を自分で処理することができます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/application-publishing.mdx b/ja-jp/guides/workflow/application-publishing.mdx index 89ba28b4..80ee9867 100644 --- a/ja-jp/guides/workflow/application-publishing.mdx +++ b/ja-jp/guides/workflow/application-publishing.mdx @@ -22,4 +22,27 @@ version: '日本語' 複数バージョンのチャットフローやワークフローを管理する場合は、[バージョン管理](/ja-jp/guides/management/version-control)を参照してください。 - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/bulletin.mdx b/ja-jp/guides/workflow/bulletin.mdx index f8696aed..abd17385 100644 --- a/ja-jp/guides/workflow/bulletin.mdx +++ b/ja-jp/guides/workflow/bulletin.mdx @@ -129,3 +129,26 @@ Difyコミュニティの重要なメンバーとして、皆様の経験とフ • [Discordチャンネル](https://discord.gg/X8r5WgWzJV) 皆様のフィードバックは製品の継続的な改善と、コミュニティ全体により良い体験を提供するために役立ちます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/concepts.mdx b/ja-jp/guides/workflow/concepts.mdx index e86be53d..221118b3 100644 --- a/ja-jp/guides/workflow/concepts.mdx +++ b/ja-jp/guides/workflow/concepts.mdx @@ -32,3 +32,26 @@ version: '日本語' 2. **回答ノード**はチャットフローに属し、テキストコンテンツを柔軟に出力でき、プロセスの途中でも出力が可能です。 3. チャットフローにはチャットメモリ(Memory)が組み込まれており、多段階の対話履歴を保存・転送するために利用されます。この機能は、LLMや問題分類などのノード内で有効です。一方、ワークフローにはMemoryに関連する構成がなく、利用することはできません。 4. チャットフローの開始ノードには、`sys.query`、`sys.files`、`sys.conversation_id`、`sys.user_id`といった組み込み変数が含まれています。ワークフローの開始ノードには、`sys.files`と`sys.user_id`の組み込み変数が含まれています。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/create-flow-app.mdx b/ja-jp/guides/workflow/create-flow-app.mdx index 4b5b7469..368a38e2 100644 --- a/ja-jp/guides/workflow/create-flow-app.mdx +++ b/ja-jp/guides/workflow/create-flow-app.mdx @@ -35,3 +35,26 @@ version: '日本語' 2. 回答ノードはチャットフロー用で、テキスト内容をストリーミング出力するために使用され、プロセスの中間ステップでも出力をサポートします。 3. チャットフローにはチャットメモリ(Memory)が内蔵されており、複数回の対話の履歴メッセージを保存および伝達するために使用されます。これはLLMや問題分類などのノードで有効にすることができますが、ワークフローにはメモリ関連の設定がなく、有効にできません。 4. チャットフローの開始ノードに内蔵されている変数には、`sys.query`、`sys.files`、`sys.conversation_id`、`sys.user_id`が含まれます。ワークフローの開始ノードに内蔵されている変数には、`sys.files`、`sys_id`が含まれます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/debug-and-preview/README.mdx b/ja-jp/guides/workflow/debug-and-preview/README.mdx index aae56e92..69bd3177 100644 --- a/ja-jp/guides/workflow/debug-and-preview/README.mdx +++ b/ja-jp/guides/workflow/debug-and-preview/README.mdx @@ -1,3 +1,26 @@ --- title: デバッグプレビュー --- + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/debug-and-preview/checklist.mdx b/ja-jp/guides/workflow/debug-and-preview/checklist.mdx index 11e95b51..c1cb6cdf 100644 --- a/ja-jp/guides/workflow/debug-and-preview/checklist.mdx +++ b/ja-jp/guides/workflow/debug-and-preview/checklist.mdx @@ -7,3 +7,25 @@ title: チェックリスト ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/16201deaa47a518ff73c983a33ab4002.png) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/debug-and-preview/history.mdx b/ja-jp/guides/workflow/debug-and-preview/history.mdx index 52141571..d94c34b1 100644 --- a/ja-jp/guides/workflow/debug-and-preview/history.mdx +++ b/ja-jp/guides/workflow/debug-and-preview/history.mdx @@ -5,4 +5,27 @@ title: 実行履歴 「実行履歴」では、現在のワークフローのデバッグ履歴の実行結果およびログ情報を確認できます。 -![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/5ff3e82563c43b41e359c83483fd0f9b.png) \ No newline at end of file +![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/5ff3e82563c43b41e359c83483fd0f9b.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/debug-and-preview/log.mdx b/ja-jp/guides/workflow/debug-and-preview/log.mdx index 791d7c4c..2a773cbb 100644 --- a/ja-jp/guides/workflow/debug-and-preview/log.mdx +++ b/ja-jp/guides/workflow/debug-and-preview/log.mdx @@ -9,4 +9,27 @@ title: 対話/実行ログ 「ログを表示-追跡」をクリックすると、ワークフローの各ノードの入力/出力、トークン消費、実行時間などの完全な実行過程を見ることができます。 -![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/b1e0a84aabbafd96897d277d787019de.png) \ No newline at end of file +![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/b1e0a84aabbafd96897d277d787019de.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/debug-and-preview/step-run.mdx b/ja-jp/guides/workflow/debug-and-preview/step-run.mdx index 88fc1a1e..e0d1160a 100644 --- a/ja-jp/guides/workflow/debug-and-preview/step-run.mdx +++ b/ja-jp/guides/workflow/debug-and-preview/step-run.mdx @@ -9,4 +9,27 @@ title: ステップ実行 ステップテスト実行後、実行ステータス、入力/出力、メタデータ情報を確認することができます。 -![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/040e1051d33b94d35e4683d3c89691a8.png) \ No newline at end of file +![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/040e1051d33b94d35e4683d3c89691a8.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/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 index f47da800..150ff5d9 100644 --- a/ja-jp/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 @@ -13,4 +13,27 @@ Difyワークフローでは、完全な実行とデバッグ機能を提供し デバッグモードに入ると、インターフェースの右側で設定済みのワークフローをデバッグできます。 -![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/4c81791508592e0f8019b8ebf8f119ea.png) \ No newline at end of file +![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/4c81791508592e0f8019b8ebf8f119ea.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/error-handling/README.mdx b/ja-jp/guides/workflow/error-handling/README.mdx index c939e74b..9787bce0 100644 --- a/ja-jp/guides/workflow/error-handling/README.mdx +++ b/ja-jp/guides/workflow/error-handling/README.mdx @@ -126,3 +126,26 @@ Aコードノードは、JSONコンテンツを検証する役割を持ち、受 **2. 代替ルートの実行状況をどうやってデバッグしますか?** 作業フローの実行ログをチェックすることで、条件分岐やルート選択の状況を確認できます。エラー処理のブランチは黄色でハイライトされ、開発者が計画通りに代替ルートが実行されているかどうかを簡単に確認できます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/error-handling/error-type.mdx b/ja-jp/guides/workflow/error-handling/error-type.mdx index 64d9f0de..0089a0b3 100644 --- a/ja-jp/guides/workflow/error-handling/error-type.mdx +++ b/ja-jp/guides/workflow/error-handling/error-type.mdx @@ -97,4 +97,27 @@ title: エラータイプの概要 ツールノードの設定パラメータに問題がある場合、つまりツールノードが要求するパラメータと異なる値が入力された場合にこのエラーが発生します。 3. **ツールファイル処理エラー(ToolFileError)** - ツールノードの処理に必要なファイルが見つからない場合にこのエラーが発生します。 \ No newline at end of file + ツールノードの処理に必要なファイルが見つからない場合にこのエラーが発生します。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx b/ja-jp/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx index dc7fba3c..cfb62b21 100644 --- a/ja-jp/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx +++ b/ja-jp/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx @@ -67,4 +67,27 @@ title: 事前定義されたエラー処理ロジック 具体的なエラーメッセージ。これはエラー発生元のノードが出力する詳細な障害情報であり、開発者はこれを利用してエラーを修正したり、メールツールを通じて情報を送信したりできます。 - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/error-handling/saretaerrojikku.mdx b/ja-jp/guides/workflow/error-handling/saretaerrojikku.mdx index 5ce61498..e610bc96 100644 --- a/ja-jp/guides/workflow/error-handling/saretaerrojikku.mdx +++ b/ja-jp/guides/workflow/error-handling/saretaerrojikku.mdx @@ -2,4 +2,25 @@ title: 事前定義されたエラー処理ロジック --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/file-upload.mdx b/ja-jp/guides/workflow/file-upload.mdx index 8075ed62..5a9a50b9 100644 --- a/ja-jp/guides/workflow/file-upload.mdx +++ b/ja-jp/guides/workflow/file-upload.mdx @@ -199,3 +199,26 @@ LLMノード内でファイル変数を直接使用する際は、そのファ 处理多种文件类型的工作流示意图 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/README.mdx b/ja-jp/guides/workflow/node/README.mdx index 836abd41..1cb54504 100644 --- a/ja-jp/guides/workflow/node/README.mdx +++ b/ja-jp/guides/workflow/node/README.mdx @@ -5,3 +5,26 @@ ### 核心节点
开始(Start)定义一个 workflow 流程启动的初始参数。
结束(End)定义一个 workflow 流程结束的最终输出内容。
回复(Answer)定义一个 Chatflow 流程中的回复内容。
大语言模型(LLM)调用大语言模型回答问题或者对自然语言进行处理。
知识检索(Knowledge Retrieval)从知识库中检索与用户问题相关的文本内容,可作为下游 LLM 节点的上下文。
问题分类(Question Classifier)通过定义分类描述,LLM 能够根据用户输入选择与之相匹配的分类。
条件分支(IF/ELSE)允许你根据 if/else 条件将 workflow 拆分成两个分支。
代码执行(Code)运行 Python / NodeJS 代码以在工作流程中执行数据转换等自定义逻辑。
模板转换(Template)允许借助 Jinja2 的 Python 模板语言灵活地进行数据转换、文本处理等。
变量聚合(Variable Aggregator)将多路分支的变量聚合为一个变量,以实现下游节点统一配置。
参数提取器(Parameter Extractor)利用 LLM 从自然语言推理并提取结构化参数,用于后置的工具调用或 HTTP 请求。
迭代(Iteration)对列表对象执行多次步骤直至输出所有结果。
HTTP 请求(HTTP Request)允许通过 HTTP 协议发送服务器请求,适用于获取外部检索结果、webhook、生成图片等情景。
工具(Tools)允许在工作流内调用 Dify 内置工具、自定义工具、子工作流等。
变量赋值(Variable Assigner)变量赋值节点用于向可写入变量(例如会话变量)进行变量赋值。
+ +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/agent.mdx b/ja-jp/guides/workflow/node/agent.mdx index 148342c1..81d5df74 100644 --- a/ja-jp/guides/workflow/node/agent.mdx +++ b/ja-jp/guides/workflow/node/agent.mdx @@ -99,3 +99,26 @@ title: エージェント 例えば、ユーザーが後続のメッセージで代名詞(「それ」、「これ」、「彼ら」など)を使用する場合、メモリ機能が有効になっているエージェントは、ユーザーが完全な情報を繰り返し述べなくても、これらの代名詞が前のコンテキストから何を指しているかを理解できます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/answer.mdx b/ja-jp/guides/workflow/node/answer.mdx index b8aea582..298d7ec9 100644 --- a/ja-jp/guides/workflow/node/answer.mdx +++ b/ja-jp/guides/workflow/node/answer.mdx @@ -17,3 +17,26 @@ title: 回答 直接返信ノードは最終出力ノードとして使用しなくてもよく、プロセスの中間ステップでストリーミング出力結果を出力することができます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/code.mdx b/ja-jp/guides/workflow/node/code.mdx index d8dd8171..bc0f0f4c 100644 --- a/ja-jp/guides/workflow/node/code.mdx +++ b/ja-jp/guides/workflow/node/code.mdx @@ -92,3 +92,26 @@ def main() -> dict: 危険なコードはCloudflare WAFによって自動的にブロックされます。ブロックされているかどうかは、「Webデバッグツール」の「ネットワーク」から確認できます。 ![](/ja-jp/img/7d29e700be8e5b6dfb91ff1263624368.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/doc-extractor.mdx b/ja-jp/guides/workflow/node/doc-extractor.mdx index 5c2467c5..868b93cf 100644 --- a/ja-jp/guides/workflow/node/doc-extractor.mdx +++ b/ja-jp/guides/workflow/node/doc-extractor.mdx @@ -65,3 +65,26 @@ LLM(大規模言語モデル)は文書の内容を直接読み取ること チャット対話でファイルをアップロードしLLMと対話する方法については、[追加機能](/ja-jp/guides/workflow/additional-feature)を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/end.mdx b/ja-jp/guides/workflow/node/end.mdx index b9dfe7ac..cb96a853 100644 --- a/ja-jp/guides/workflow/node/end.mdx +++ b/ja-jp/guides/workflow/node/end.mdx @@ -28,3 +28,25 @@ version: '日本語' ![](/ja-jp/img/6dfcb4a8e25ae2132c663299eef596ea.png) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/http-request.mdx b/ja-jp/guides/workflow/node/http-request.mdx index 6ee814a2..19951482 100644 --- a/ja-jp/guides/workflow/node/http-request.mdx +++ b/ja-jp/guides/workflow/node/http-request.mdx @@ -34,3 +34,26 @@ HTTPリクエストのURL、リクエストヘッダー、クエリパラメー HTTP HTTPリクエストの戻り値には、レスポンスボディ、ステータスコード、レスポンスヘッダー、ファイルが含まれます。特に、レスポンスにファイル(現在は画像タイプのみ)が含まれている場合、このノードはファイルを自動的に保存し、後続のプロセスで使用できるようにします。この設計により、処理効率が向上し、ファイルを含むレスポンスの処理がシンプルで直接的になります。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/ifelse.mdx b/ja-jp/guides/workflow/node/ifelse.mdx index d780eac2..9d7c2413 100644 --- a/ja-jp/guides/workflow/node/ifelse.mdx +++ b/ja-jp/guides/workflow/node/ifelse.mdx @@ -53,3 +53,26 @@ if/else 条件に基づいてチャットフローとワークフローを2つ + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/iteration.mdx b/ja-jp/guides/workflow/node/iteration.mdx index 0e625dff..76bf91e8 100644 --- a/ja-jp/guides/workflow/node/iteration.mdx +++ b/ja-jp/guides/workflow/node/iteration.mdx @@ -186,4 +186,27 @@ def main(articleSections: list): ```django {{ articleSections | join("\n") }} -``` \ No newline at end of file +``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/knowledge-retrieval.mdx b/ja-jp/guides/workflow/node/knowledge-retrieval.mdx index 18645529..6fcc94d6 100644 --- a/ja-jp/guides/workflow/node/knowledge-retrieval.mdx +++ b/ja-jp/guides/workflow/node/knowledge-retrieval.mdx @@ -56,4 +56,27 @@ version: '日本語' 配置下游LLM节点 -この変数は、LLMが質問に答える際のプロンプトコンテキストとして外部ナレッジの参照に使用されるだけでなく、そのデータ構造にセグメントの引用情報が含まれているため、アプリケーション側の[**引用と帰属**](/ja-jp/guides/knowledge-base/retrieval-test-and-citation)機能もサポートします。 \ No newline at end of file +この変数は、LLMが質問に答える際のプロンプトコンテキストとして外部ナレッジの参照に使用されるだけでなく、そのデータ構造にセグメントの引用情報が含まれているため、アプリケーション側の[**引用と帰属**](/ja-jp/guides/knowledge-base/retrieval-test-and-citation)機能もサポートします。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/list-operator.mdx b/ja-jp/guides/workflow/node/list-operator.mdx index c698d0a8..2aaeebc4 100644 --- a/ja-jp/guides/workflow/node/list-operator.mdx +++ b/ja-jp/guides/workflow/node/list-operator.mdx @@ -91,3 +91,26 @@ title: リスト処理 ![](/ja-jp/img/1eb561e0c60741f668a93533ed98bfb5.png) アプリのユーザーが文章と画像ファイルを同時にアップロードした場合、文章は自動的にドキュメントエクストラクタノードに、画像ファイルは自動的にLLMノードに分流され、混合ファイルの共通処理が実現されます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/llm.mdx b/ja-jp/guides/workflow/node/llm.mdx index c3a108cc..066dfc95 100644 --- a/ja-jp/guides/workflow/node/llm.mdx +++ b/ja-jp/guides/workflow/node/llm.mdx @@ -386,3 +386,26 @@ LLMノードの出力変数をクリックし、構造化スイッチの設定 allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen > + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/loop.mdx b/ja-jp/guides/workflow/node/loop.mdx index e845e1d1..5b31b6c8 100644 --- a/ja-jp/guides/workflow/node/loop.mdx +++ b/ja-jp/guides/workflow/node/loop.mdx @@ -133,3 +133,26 @@ title: 繰り返し処理(ループ) 5. 詩のインスピレーションを入力すると、モデルは4つのバージョンの詩を出力します。各詩は前の詩に基づいて生成されます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/parameter-extractor.mdx b/ja-jp/guides/workflow/node/parameter-extractor.mdx index 01683723..cf4c0f19 100644 --- a/ja-jp/guides/workflow/node/parameter-extractor.mdx +++ b/ja-jp/guides/workflow/node/parameter-extractor.mdx @@ -70,4 +70,27 @@ Difyワークフロー内には豊富な[ツール](/ja-jp/introduction)が用 `__is_success 数値` 抽出が成功した場合は1、失敗した場合は0となります。 -`__reason 文字列` 抽出エラーの原因 \ No newline at end of file +`__reason 文字列` 抽出エラーの原因 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/question-classifier.mdx b/ja-jp/guides/workflow/node/question-classifier.mdx index acff7b02..2e93a502 100644 --- a/ja-jp/guides/workflow/node/question-classifier.mdx +++ b/ja-jp/guides/workflow/node/question-classifier.mdx @@ -62,4 +62,27 @@ version: '日本語' `class_name` -分類後に出力される分類名です。必要に応じて下流ノードで分類結果変数を使用することができます。 \ No newline at end of file +分類後に出力される分類名です。必要に応じて下流ノードで分類結果変数を使用することができます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/start.mdx b/ja-jp/guides/workflow/node/start.mdx index b19edb33..81952eda 100644 --- a/ja-jp/guides/workflow/node/start.mdx +++ b/ja-jp/guides/workflow/node/start.mdx @@ -85,4 +85,27 @@ version: '日本語' | `sys.workflow_id` | String | ワークフローIDで、現在のワークフローアプリケーションに含まれるすべてのノード情報を記録するために使用されます | 開発者向けで、このパラメータを使用してワークフロー内のノード情報を追跡および記録できます | | `sys.workflow_run_id` | String | ワークフローアプリケーションの実行IDで、アプリケーションの実行状況を記録するために使用されます | 開発者向けで、このパラメータを使用してアプリケーションの過去の実行状況を追跡できます | -![](/ja-jp/img/233efef6802ae700489f3ab3478bca6b.png) \ No newline at end of file +![](/ja-jp/img/233efef6802ae700489f3ab3478bca6b.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/template.mdx b/ja-jp/guides/workflow/node/template.mdx index 406e2976..572214c5 100644 --- a/ja-jp/guides/workflow/node/template.mdx +++ b/ja-jp/guides/workflow/node/template.mdx @@ -72,3 +72,25 @@ className="mx-auto" alt="metadata_field" /> +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/tools.mdx b/ja-jp/guides/workflow/node/tools.mdx index 0d8eb5d5..af7bdc2c 100644 --- a/ja-jp/guides/workflow/node/tools.mdx +++ b/ja-jp/guides/workflow/node/tools.mdx @@ -30,3 +30,26 @@ version: '日本語' ### 将工作流应用发布为工具 カスタムツールの作成とツールの設定方法については[ツール設定説明](/ja-jp/introduction)を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/variable-aggregator.mdx b/ja-jp/guides/workflow/node/variable-aggregator.mdx index b8a563dd..9b477350 100644 --- a/ja-jp/guides/workflow/node/variable-aggregator.mdx +++ b/ja-jp/guides/workflow/node/variable-aggregator.mdx @@ -42,4 +42,27 @@ title: 変数集約 **アグリゲートグループ** -アグリゲートグループを有効にすると、変数集約器は複数のグループの変数を集約でき、各グループ内の集約時には同一データ型が求められます。 \ No newline at end of file +アグリゲートグループを有効にすると、変数集約器は複数のグループの変数を集約でき、各グループ内の集約時には同一データ型が求められます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/node/variable-assigner.mdx b/ja-jp/guides/workflow/node/variable-assigner.mdx index e147a16a..8f3fc078 100644 --- a/ja-jp/guides/workflow/node/variable-assigner.mdx +++ b/ja-jp/guides/workflow/node/variable-assigner.mdx @@ -166,4 +166,27 @@ def main(arg1: list) -> str: * Overwrite (上書き): ソース変数の内容を対象の会話変数に上書きします * Append (追加):指定された変数が配列型の場合に使用します -* Clear (クリア): 対象の会話変数内の内容をクリアします \ No newline at end of file +* Clear (クリア): 対象の会話変数内の内容をクリアします + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/orchestrate-node.mdx b/ja-jp/guides/workflow/orchestrate-node.mdx index 558b0ecd..86575a71 100644 --- a/ja-jp/guides/workflow/orchestrate-node.mdx +++ b/ja-jp/guides/workflow/orchestrate-node.mdx @@ -102,3 +102,26 @@ title: オーケストレートノード パラレル構造をもつアプリケーションは、ツリーのような形式でログを生成します。折りたたみ可能なパラレルノード グループにより、個々のノード ログを簡単に表示できます。 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/ad6acb838b58d2e0c8f99669b24aa20d.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/publish.mdx b/ja-jp/guides/workflow/publish.mdx index fb04ed9f..7720d689 100644 --- a/ja-jp/guides/workflow/publish.mdx +++ b/ja-jp/guides/workflow/publish.mdx @@ -22,3 +22,26 @@ title: アプリケーション公開 複数バージョンのチャットフローやワークフローを管理する場合は、[バージョン管理](/ja-jp/guides/management/version-control)を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/shortcut-key.mdx b/ja-jp/guides/workflow/shortcut-key.mdx index 046b2651..52224857 100644 --- a/ja-jp/guides/workflow/shortcut-key.mdx +++ b/ja-jp/guides/workflow/shortcut-key.mdx @@ -22,3 +22,26 @@ title: ショートカットキー | V | V | ポインターモードに切り替わります  | | Delete/Backspace | Delete/Backspace | 選択したノードを削除します | | Alt + R | Option + R | ワークフローを実行します   | + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/structured-outputs.mdx b/ja-jp/guides/workflow/structured-outputs.mdx index e2bff397..c776ccf4 100644 --- a/ja-jp/guides/workflow/structured-outputs.mdx +++ b/ja-jp/guides/workflow/structured-outputs.mdx @@ -59,3 +59,26 @@ JSONスキーマエディタを使用して構造化出力を行う際に、以 2. **エラー時の処理を設定する**: ノード内の**例外処理**で**エラー時の処理**を設定します。ノードで例外が発生すると、エラー時の処理が自動的に実行されます。 [エラー処理](https://docs.dify.ai/ja-jp/guides/workflow/error-handling)を参照してください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workflow/variables.mdx b/ja-jp/guides/workflow/variables.mdx index c9d53e01..91f24c14 100644 --- a/ja-jp/guides/workflow/variables.mdx +++ b/ja-jp/guides/workflow/variables.mdx @@ -183,4 +183,27 @@ version: '日本語' ### 注意事项 * 変数名の重複を避けるため、ノードの命名は独自に設定してください。 -* ノードの出力変数は通常固定されており、編集することはできません。 \ No newline at end of file +* ノードの出力変数は通常固定されており、編集することはできません。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workspace/app.mdx b/ja-jp/guides/workspace/app.mdx index 8b8a7a58..483d67fb 100644 --- a/ja-jp/guides/workspace/app.mdx +++ b/ja-jp/guides/workspace/app.mdx @@ -20,4 +20,27 @@ title: 発見 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workspace/aa95de9ca884480c7c52a6ee7239de1d.jpeg) -ワークスペースには、あなた自身のアプリケーションや他のチームメンバーがワークスペースに追加したアプリケーションが含まれています。 \ No newline at end of file +ワークスペースには、あなた自身のアプリケーションや他のチームメンバーがワークスペースに追加したアプリケーションが含まれています。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workspace/invite-and-manage-members.mdx b/ja-jp/guides/workspace/invite-and-manage-members.mdx index 44a2fd0c..2686c0d5 100644 --- a/ja-jp/guides/workspace/invite-and-manage-members.mdx +++ b/ja-jp/guides/workspace/invite-and-manage-members.mdx @@ -12,4 +12,27 @@ title: メンバーの招待と管理 ### メンバーの削除 -メンバーがチームから削除されると、そのユーザーは現在のワークスペースにアクセスできなくなりますが、そのユーザーが既に参加している他のワークスペースへのアクセスには影響しません。 \ No newline at end of file +メンバーがチームから削除されると、そのユーザーは現在のワークスペースにアクセスできなくなりますが、そのユーザーが既に参加している他のワークスペースへのアクセスには影響しません。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/guides/workspace/readme.mdx b/ja-jp/guides/workspace/readme.mdx index 80e1bc47..33abbda6 100644 --- a/ja-jp/guides/workspace/readme.mdx +++ b/ja-jp/guides/workspace/readme.mdx @@ -20,3 +20,26 @@ Dify は複数ユーザー向けのプラットフォームであり、ワーク クラウドサービスを利用している場合、初回ログイン時に自動的にワークスペースが作成され、あなたが管理者になります。 コミュニティ版では、インストール時に管理者のメールアドレスとパスワードの設定を求められます。コミュニティ版では複数のワークスペースの開設はサポートされていません。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/introduction.mdx b/ja-jp/introduction.mdx index be1efd09..453f51e9 100644 --- a/ja-jp/introduction.mdx +++ b/ja-jp/introduction.mdx @@ -36,3 +36,26 @@ Dify はノーコード設計理念を採用しており、ビジネス担当者 - 高並列性、高可用性の要件: システムの安定性とパフォーマンスに高い要求がある大規模企業やインターネット企業向け。 - 分散アーキテクチャ、水平スケーリングをサポート - 負荷分散とフェイルオーバーメカニズム、サービスの高可用性を確保 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/README.mdx b/ja-jp/learn-more/extended-reading/README.mdx index 8f8573d6..be235047 100644 --- a/ja-jp/learn-more/extended-reading/README.mdx +++ b/ja-jp/learn-more/extended-reading/README.mdx @@ -7,4 +7,27 @@ title: さらに読む AIを専門的に使用する人々はすぐに、出力の品質が入力に大きく依存することを学びます。プロンプトエンジニアリングという分野が、AIモデルの信頼性、効率性、正確性を向上させるためのベストプラクティスとして生まれました。中国のテクノロジー大手Baiduの共同創設者兼CEOであるRobin Liは、「10年後には世界の仕事の半分がプロンプトエンジニアリングに関わるだろう」と述べています。しかし、プロンプトエンジニアリングはMicrosoft Excelの熟練度に似た、多くの仕事で必要とされるスキルになると予想されており、それ自体が人気のある職業タイトルになることはないでしょう。この新しい変革の波は、私たちがコンピュータについて知っていたことをすべて変えています。私たちは毎回同じ結果を返すアルゴリズムを作成することに慣れていましたが、AIはそうではありません。AIの応答は決定論的ではなく、非決定論的です。数十年間にわたってムーアの法則のおかげで、リアルタイム計算をほとんど無視できるコストで期待するようになり、コストとレイテンシが再び重要な要素となっています。これらのモデルが自信を持って誤った情報を生成する傾向があることが最大の障害であり、これを幻覚と呼びますが、このために私たちは自分の仕事の正確性を評価する方法を再考する必要があります。 -私たちは2020年のGPT-3ベータ版から生成AIと共に仕事をしてきましたが、モデルが進化するにつれて、多くの初期のプロンプトのトリックやハックはもはや必要なくなりました。時間が経つにつれて、新しいモデルでも役立つ一貫した原則が現れ、テキスト生成や画像生成の両方に適用されました。私たちはこれらの時代を超えた原則に基づいてこの本を書き、今後5年間でAIに何が起こっても役立つスキルを学ぶ手助けをします。AIと共に働く鍵は、「すべてを変える魔法のような言葉を最後に追加する方法を見つけること」ではなく、OpenAIの共同創設者Sam Altmanが述べるように、「アイデアの質と、自分が何を求めているかの理解」にあります。5年後に「プロンプトエンジニアリング」と呼ばれるかどうかはわかりませんが、生成AIと効果的に働くことはますます重要になります。 */} \ No newline at end of file +私たちは2020年のGPT-3ベータ版から生成AIと共に仕事をしてきましたが、モデルが進化するにつれて、多くの初期のプロンプトのトリックやハックはもはや必要なくなりました。時間が経つにつれて、新しいモデルでも役立つ一貫した原則が現れ、テキスト生成や画像生成の両方に適用されました。私たちはこれらの時代を超えた原則に基づいてこの本を書き、今後5年間でAIに何が起こっても役立つスキルを学ぶ手助けをします。AIと共に働く鍵は、「すべてを変える魔法のような言葉を最後に追加する方法を見つけること」ではなく、OpenAIの共同創設者Sam Altmanが述べるように、「アイデアの質と、自分が何を求めているかの理解」にあります。5年後に「プロンプトエンジニアリング」と呼ばれるかどうかはわかりませんが、生成AIと効果的に働くことはますます重要になります。 */} + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx b/ja-jp/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx index d0d408d5..2488dd62 100644 --- a/ja-jp/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx +++ b/ja-jp/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx @@ -216,3 +216,26 @@ LLMによって生成されたコンテンツは、次の形式で出力をサ * [Introduction to Structured Outputs](https://cookbook.openai.com/examples/structured\_outputs\_intro) * [Structured Output](https://platform.openai.com/docs/guides/structured-outputs/json-mode?context=without\_parse) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/prompt-engineering.mdx b/ja-jp/learn-more/extended-reading/prompt-engineering.mdx index dde954d8..5cfd389f 100644 --- a/ja-jp/learn-more/extended-reading/prompt-engineering.mdx +++ b/ja-jp/learn-more/extended-reading/prompt-engineering.mdx @@ -2,4 +2,25 @@ title: プロンプトエンジニアリング --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/prompt-engineering/README.mdx b/ja-jp/learn-more/extended-reading/prompt-engineering/README.mdx index dde954d8..35af74eb 100644 --- a/ja-jp/learn-more/extended-reading/prompt-engineering/README.mdx +++ b/ja-jp/learn-more/extended-reading/prompt-engineering/README.mdx @@ -2,4 +2,25 @@ title: プロンプトエンジニアリング --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/README.mdx b/ja-jp/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/README.mdx index 8f2b6c65..5ec08b5d 100644 --- a/ja-jp/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/README.mdx +++ b/ja-jp/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/README.mdx @@ -2,4 +2,25 @@ title: プロンプト専門モード(廃止) --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx b/ja-jp/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx index 17ed4802..79750f60 100644 --- a/ja-jp/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx +++ b/ja-jp/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx @@ -2,4 +2,25 @@ title: プロンプト初期テンプレート参考 --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/retrieval-augment/README.mdx b/ja-jp/learn-more/extended-reading/retrieval-augment/README.mdx index e36d5874..f7eaed93 100644 --- a/ja-jp/learn-more/extended-reading/retrieval-augment/README.mdx +++ b/ja-jp/learn-more/extended-reading/retrieval-augment/README.mdx @@ -33,4 +33,27 @@ alt="" * 長文テキストの取り扱いとRAG:多くの研究で示されているように、長いテキストを処理する際、テキストが長くなるほど検索の精度が低下するという問題が存在します。そのため、どのような状況でも、高精度な検索システムであるRAGと組み合わせることが可能です。これにより、長文テキストを扱う能力を持つLLMとRAGを効果的に組み合わせることで、互いの強みを活かし合い、欠点を補い合うことができます。 -全体を通して、RAGは大規模なモデルが外部の最新情報データソースにアクセスし、関連分野の知識のギャップを埋め、提供する回答と知識の関連性を強化することを可能にします。RAGは、LLMが外部ソースから取得した検証可能なリアルタイムデータと組み合わせることで、より正確な回答を出力する手助けをし、結果の信頼性を高め、不要なリスクを減少させます。 \ No newline at end of file +全体を通して、RAGは大規模なモデルが外部の最新情報データソースにアクセスし、関連分野の知識のギャップを埋め、提供する回答と知識の関連性を強化することを可能にします。RAGは、LLMが外部ソースから取得した検証可能なリアルタイムデータと組み合わせることで、より正確な回答を出力する手助けをし、結果の信頼性を高め、不要なリスクを減少させます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx b/ja-jp/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx index a7518296..5a3e9811 100644 --- a/ja-jp/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx +++ b/ja-jp/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx @@ -57,3 +57,26 @@ alt="" **スコア閾値:** テキストフラグメントをフィルタリングするための類似性のしきい値を設定するために使用されます。つまり、設定されたスコアを超えるテキストフラグメントのみを対象とします。システムのデフォルト設定では、このオプションはオフになっており、リコールされたテキストフラグメントの類似性値はフィルタリングされません。オプションを有効にすると、デフォルト値は0.5です。 **Rerankモデル:** "Model Providers"ページでRerankモデルのAPIキーを構成した後、リトリーバル設定でRerankモデルを使用することができます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/retrieval-augment/rerank.mdx b/ja-jp/learn-more/extended-reading/retrieval-augment/rerank.mdx index 0befe389..49581706 100644 --- a/ja-jp/learn-more/extended-reading/retrieval-augment/rerank.mdx +++ b/ja-jp/learn-more/extended-reading/retrieval-augment/rerank.mdx @@ -66,3 +66,26 @@ src="https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended className="mx-auto" alt="" /> + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/retrieval-augment/retrieval.mdx b/ja-jp/learn-more/extended-reading/retrieval-augment/retrieval.mdx index ab92d1b0..1fc34541 100644 --- a/ja-jp/learn-more/extended-reading/retrieval-augment/retrieval.mdx +++ b/ja-jp/learn-more/extended-reading/retrieval-augment/retrieval.mdx @@ -26,3 +26,26 @@ alt="" /> マルチパス検索モードは、モデルの推論能力やデータセットの説明に依存しないため、複数のデータセットを跨いで高品質な検索結果を得ることができます。さらに、Rerankを組み込むことで文書の検索効果を効果的に向上させることができます。したがって、複数のデータセットに関連付けられたナレッジベースのQ\&Aアプリを作成する際には、検索モードをマルチパス検索に設定することをお勧めします。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/what-is-array-variable.mdx b/ja-jp/learn-more/extended-reading/what-is-array-variable.mdx index dfc19a4c..b451b8ad 100644 --- a/ja-jp/learn-more/extended-reading/what-is-array-variable.mdx +++ b/ja-jp/learn-more/extended-reading/what-is-array-variable.mdx @@ -38,3 +38,26 @@ title: 配列変数とは何ですか? * [ワークフロー - リスト操作](/ja-jp/guides/workflow/nodes/list-operator):リスト操作ノードは、ファイルの形式、ファイル名、サイズなどの属性をフィルタリングおよび抽出し、異なる形式のファイルを対応する処理ノードに渡して、異なるファイル処理フローを正確に制御します。 * [ワークフロー - イテレーション](/ja-jp/guides/workflow/nodes/iteration):配列内の要素に対して同じ操作ステップを順番に実行し、すべての結果を出力するまで、タスクのバッチ処理機として理解できます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/extended-reading/what-is-llmops.mdx b/ja-jp/learn-more/extended-reading/what-is-llmops.mdx index e12e63b4..36766675 100644 --- a/ja-jp/learn-more/extended-reading/what-is-llmops.mdx +++ b/ja-jp/learn-more/extended-reading/what-is-llmops.mdx @@ -27,4 +27,27 @@ DifyのようなLLMOpsプラットフォームを導入すると、LLMに基づ 5. 微調整データ準備:人工ラベルデータセットのバッチエクスポートを提供し、アプリケーション運用中にオンラインフィードバックデータを収集してモデルの効果を継続的に改善。 6. システムと運用:使いやすいインターフェースで非技術者も参加可能、多人数協力をサポートし、開発とメンテナンスコストを削減。従来の開発方法と比較して、Difyはより透明で監視しやすいアプリケーション管理を提供し、チームメンバーがアプリケーションの運用状況をより良く理解できるようにします。 -さらに、DifyはAIプラグインの開発と統合機能を提供し、開発者がさまざまなアプリケーションに基づいてLLMプラグインを簡単に作成およびデプロイすることを可能にし、開発効率とアプリケーションの価値をさらに向上させます。 \ No newline at end of file +さらに、DifyはAIプラグインの開発と統合機能を提供し、開発者がさまざまなアプリケーションに基づいてLLMプラグインを簡単に作成およびデプロイすることを可能にし、開発効率とアプリケーションの価値をさらに向上させます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/faq/README.mdx b/ja-jp/learn-more/faq/README.mdx index 85a58bb0..c6fe74ff 100644 --- a/ja-jp/learn-more/faq/README.mdx +++ b/ja-jp/learn-more/faq/README.mdx @@ -10,3 +10,26 @@ title: よくある質問 一度他の言語に変えで、もう一回日本語の設定すると見えます。 まだ見えないの場合は、cookiesを削除し、もう一回登録しでください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/faq/install-faq.mdx b/ja-jp/learn-more/faq/install-faq.mdx index 926a3769..d1641a96 100644 --- a/ja-jp/learn-more/faq/install-faq.mdx +++ b/ja-jp/learn-more/faq/install-faq.mdx @@ -381,3 +381,26 @@ Dify はデータベース上の古いログやストレージ上の未使用の ... Removed 365 orphaned files without errors. ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/faq/llms-use-faq.mdx b/ja-jp/learn-more/faq/llms-use-faq.mdx index a174ef05..983e6279 100644 --- a/ja-jp/learn-more/faq/llms-use-faq.mdx +++ b/ja-jp/learn-more/faq/llms-use-faq.mdx @@ -148,3 +148,26 @@ Difyは以下の埋め込みモデル使用をサポートしており、設定 ### 21. 自分が作成したアプリケーションをアプリケーションテンプレートとして設定する方法はありますか? この機能はDify公式が提供するアプリケーションテンプレートで、クラウド版ユーザーの参考用です。自分が作成したアプリケーションをテンプレートとして設定することは現在サポートしていません。クラウド版を使用している場合、**ワークスペースに追加**または**カスタマイズ**して自分のアプリケーションとして使用できます。コミュニティ版を使用していて、チーム用にさらにアプリケーション テンプレートを作成する必要がある場合は、有料のテクニカル サポートについて、当社の商用化チーム (business@dify.ai) にお問い合わせください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/faq/plugins.mdx b/ja-jp/learn-more/faq/plugins.mdx index 335a824c..21a3737b 100644 --- a/ja-jp/learn-more/faq/plugins.mdx +++ b/ja-jp/learn-more/faq/plugins.mdx @@ -14,4 +14,27 @@ title: プラグイン このフィールドを追加すると、Dify プラットフォームは Dify Marketplace にリストされていない(つまり、未検証の)すべてのプラグインのインストールを許可します。 -ただし、安全性を考慮して、未知のソースから提供されるプラグインは、テスト環境またはサンドボックス環境でまずインストールし、安全性を確認した後、本番環境にデプロイしてください。 \ No newline at end of file +ただし、安全性を考慮して、未知のソースから提供されるプラグインは、テスト環境またはサンドボックス環境でまずインストールし、安全性を確認した後、本番環境にデプロイしてください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/how-to-use-json-schema-in-dify.mdx b/ja-jp/learn-more/how-to-use-json-schema-in-dify.mdx index 749455b1..61383b6a 100644 --- a/ja-jp/learn-more/how-to-use-json-schema-in-dify.mdx +++ b/ja-jp/learn-more/how-to-use-json-schema-in-dify.mdx @@ -209,4 +209,27 @@ LLMによって生成されたコンテンツは、次の形式で出力をサ ## ヒント -- アプリケーションのPromptに、ユーザー入力によって有効なJSON Schemaを自動生成する機能を組み込むと、より効率的に運用できます。 \ No newline at end of file +- アプリケーションのPromptに、ユーザー入力によって有効なJSON Schemaを自動生成する機能を組み込むと、より効率的に運用できます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/README.mdx b/ja-jp/learn-more/use-cases/README.mdx index 1b3aef47..840b783b 100644 --- a/ja-jp/learn-more/use-cases/README.mdx +++ b/ja-jp/learn-more/use-cases/README.mdx @@ -2,4 +2,25 @@ title: 活用事例 --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/build-an-notion-ai-assistant.mdx b/ja-jp/learn-more/use-cases/build-an-notion-ai-assistant.mdx index 7bdf9d08..edeaedc9 100644 --- a/ja-jp/learn-more/use-cases/build-an-notion-ai-assistant.mdx +++ b/ja-jp/learn-more/use-cases/build-an-notion-ai-assistant.mdx @@ -165,3 +165,26 @@ Notionページが更新された場合、Difyと定期的に同期して、AI このチュートリアルでは、NotionデータをDifyにインポートする方法だけでなく、APIを使用してプロジェクトに統合する方法も学びました。 Difyは、持続可能なAIネイティブアプリケーションをより多くの人々が作成できるように設計されたユーザーフレンドリーなLLMOpsプラットフォームです。さまざまなアプリケーションタイプに対して設計された可視化オーケストレーションを提供し、データを活用して独自のAIアシスタントを作成するためのアプリケーションを提供しています。質問がある場合は、いつでもご連絡ください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx b/ja-jp/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx index dc5dac7f..f59463d9 100644 --- a/ja-jp/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx +++ b/ja-jp/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx @@ -139,3 +139,26 @@ b. Difyの検索結果とSlackの通知内容が一致していれば成功! ## 6. まとめ AI Thesis Slack Bot を活用することで、学術情報の自動取得・通知を効率化 し、研究チームの生産性を大幅に向上させることができます。さらに、DifyとリアルタイムAPIを統合 することで、リアルタイム論文ディスカッション や AIによる論文Q\&A などの高度なアプリケーションを開発し、AIを学術交流や研究支援により深く活用 することも可能です! 🚀 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/create-a-midjoureny-prompt-word-robot-with-zero-code.mdx b/ja-jp/learn-more/use-cases/create-a-midjoureny-prompt-word-robot-with-zero-code.mdx index f06136db..f64dc189 100644 --- a/ja-jp/learn-more/use-cases/create-a-midjoureny-prompt-word-robot-with-zero-code.mdx +++ b/ja-jp/learn-more/use-cases/create-a-midjoureny-prompt-word-robot-with-zero-code.mdx @@ -101,3 +101,26 @@ alt="" /> これが Dify を使ってシンプルな AI アプリケーションを作成する手順です。また、生成された API を使って他のプラットフォームにアプリケーションをデプロイしたり、UI を変更したりすることもできます。Dify は独自のデータをアップロードすることもサポートしており、例えば製品に関する質問に答えるカスタマーサポートロボットを作成することもできます。以上でチュートリアルは終了です。@goocarlos に感謝します。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx b/ja-jp/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx index 94954a63..db02ce93 100644 --- a/ja-jp/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx +++ b/ja-jp/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx @@ -99,4 +99,27 @@ alt="" src="https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/a197930b09cc9dd5e216d245d236d516.png" className="mx-auto" alt="" -/> \ No newline at end of file +/> + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/dify-model-arena.mdx b/ja-jp/learn-more/use-cases/dify-model-arena.mdx index becb25ed..1efef1ce 100644 --- a/ja-jp/learn-more/use-cases/dify-model-arena.mdx +++ b/ja-jp/learn-more/use-cases/dify-model-arena.mdx @@ -40,3 +40,26 @@ Difyのチャットボットタイプのアプリケーションにプリイン ![](https://assets-docs.dify.ai/2025/02/03ac1c1da6705d76b01f5867a1e24e32.gif) 詳細や利用に関するご質問は、[複数モデルのデバッグ](/ja-jp/guides/application-orchestrate/multiple-llms-debugging)をご覧ください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/dify-on-wechat.mdx b/ja-jp/learn-more/use-cases/dify-on-wechat.mdx index 1ebc8834..583ca634 100644 --- a/ja-jp/learn-more/use-cases/dify-on-wechat.mdx +++ b/ja-jp/learn-more/use-cases/dify-on-wechat.mdx @@ -2,4 +2,25 @@ title: DifyをWeChatエコシステムに統合する方法 --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/dify-on-whatsapp.mdx b/ja-jp/learn-more/use-cases/dify-on-whatsapp.mdx index c7081408..69316ed1 100644 --- a/ja-jp/learn-more/use-cases/dify-on-whatsapp.mdx +++ b/ja-jp/learn-more/use-cases/dify-on-whatsapp.mdx @@ -258,4 +258,27 @@ alt="" ## 8. 後記 -これで、あなたのAIチャットボットはWhatsApp上で正常に動作しています。次のステップとして、Twilioサンドボックスではなく自分のWhatsAppビジネスアカウントを使用し、ローカルではなくサーバーでホスティングして、このWhatsAppアシスタントを本番環境で実行することが考えられます。このチュートリアルを楽しんでいただけたら幸いです。次回もお楽しみに。 \ No newline at end of file +これで、あなたのAIチャットボットはWhatsApp上で正常に動作しています。次のステップとして、Twilioサンドボックスではなく自分のWhatsAppビジネスアカウントを使用し、ローカルではなくサーバーでホスティングして、このWhatsAppアシスタントを本番環境で実行することが考えられます。このチュートリアルを楽しんでいただけたら幸いです。次回もお楽しみに。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/dify-schedule.mdx b/ja-jp/learn-more/use-cases/dify-schedule.mdx index 5c2b2de5..46225684 100644 --- a/ja-jp/learn-more/use-cases/dify-schedule.mdx +++ b/ja-jp/learn-more/use-cases/dify-schedule.mdx @@ -124,4 +124,27 @@ Difyワークフローを手動で実行するのにうんざりしていませ * ドキュメントの改善 * 新機能 -プルリクエストまたはIssueを通じてご参加ください。 \ No newline at end of file +プルリクエストまたはIssueを通じてご参加ください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/how-to-connect-aws-bedrock.mdx b/ja-jp/learn-more/use-cases/how-to-connect-aws-bedrock.mdx index e86e704a..a1f4be34 100644 --- a/ja-jp/learn-more/use-cases/how-to-connect-aws-bedrock.mdx +++ b/ja-jp/learn-more/use-cases/how-to-connect-aws-bedrock.mdx @@ -202,3 +202,26 @@ src="https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-case className="mx-auto" alt="" /> + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx b/ja-jp/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx index aa96f820..00a5e243 100644 --- a/ja-jp/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx +++ b/ja-jp/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx @@ -91,3 +91,26 @@ iFrameコード内の`style`属性を変更することで、チャットボッ **2. iFrameのコンテンツが切り取られて表示される** `iframe`コード内の`width`と`height`のパーセンテージ値を変更することで、コンテンツの切り取り問題を解決できます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx b/ja-jp/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx index cd15d427..fc07a3b5 100644 --- a/ja-jp/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx +++ b/ja-jp/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx @@ -100,3 +100,26 @@ AIアプリの **コンテキスト** 設定で、作成した知識ベースを * [ワークフロー](/ja-jp/guides/workflow/publish) * [ファイルのアップロード](/ja-jp/guides/workflow/file-upload) * [DeepSeek + DifyをローカルにデプロイしてプライベートAIアシスタントを構築](./private-ai-ollama-deepseek-dify) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/practical-implementation-of-building-llm-applications-using-a-full-set-of-open-source-tools.mdx b/ja-jp/learn-more/use-cases/practical-implementation-of-building-llm-applications-using-a-full-set-of-open-source-tools.mdx index e61dc2e5..191ee1f3 100644 --- a/ja-jp/learn-more/use-cases/practical-implementation-of-building-llm-applications-using-a-full-set-of-open-source-tools.mdx +++ b/ja-jp/learn-more/use-cases/practical-implementation-of-building-llm-applications-using-a-full-set-of-open-source-tools.mdx @@ -2,4 +2,25 @@ title: フルセットのオープンソースツールを使用したLLMアプリケーションの実践:DifyでBaichuanオープンソースモデル機能を呼び出す --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx b/ja-jp/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx index aaa99ed4..701d63a2 100644 --- a/ja-jp/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx +++ b/ja-jp/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx @@ -194,3 +194,25 @@ Windows では、Ollama はユーザーとシステムの環境変数を継承 Ollama はデフォルトで 127.0.0.1 のポート 11434 にバインドされています。`OLLAMA_HOST` 環境変数を使用して、バインドアドレスを変更します。 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/learn-more/use-cases/train-a-qa-chatbot-that-belongs-to-you.mdx b/ja-jp/learn-more/use-cases/train-a-qa-chatbot-that-belongs-to-you.mdx index 6e4fa59b..88f32536 100644 --- a/ja-jp/learn-more/use-cases/train-a-qa-chatbot-that-belongs-to-you.mdx +++ b/ja-jp/learn-more/use-cases/train-a-qa-chatbot-that-belongs-to-you.mdx @@ -2,4 +2,25 @@ title: あなた専用のQAチャットボットのトレーニング方法 --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/best-practice/README.mdx b/ja-jp/plugins/best-practice/README.mdx index 61c63834..1160424d 100644 --- a/ja-jp/plugins/best-practice/README.mdx +++ b/ja-jp/plugins/best-practice/README.mdx @@ -7,4 +7,27 @@ title: ベストプラクティス develop-a-slack-bot-plugin.md - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/best-practice/develop-a-slack-bot-plugin.mdx b/ja-jp/plugins/best-practice/develop-a-slack-bot-plugin.mdx index f321a414..c0cc33d4 100644 --- a/ja-jp/plugins/best-practice/develop-a-slack-bot-plugin.mdx +++ b/ja-jp/plugins/best-practice/develop-a-slack-bot-plugin.mdx @@ -328,3 +328,26 @@ Difyプラグインの完全なプロジェクトコードを確認するには * [Difyサービスの逆呼び出し](/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app) * [ツール](/ja-jp/guides/workflow/nodes/tools) * [モデル](/ja-jp/plugins/schema-definition/model/model-schema) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/best-practice/how-to-use-mcp-zapier.mdx b/ja-jp/plugins/best-practice/how-to-use-mcp-zapier.mdx index 8f6b3291..a0d1ae17 100644 --- a/ja-jp/plugins/best-practice/how-to-use-mcp-zapier.mdx +++ b/ja-jp/plugins/best-practice/how-to-use-mcp-zapier.mdx @@ -125,3 +125,26 @@ MCP SSE プラグインをツールとしてエージェントに追加するだ 設定完了後、ワークフローがこのエージェントノードに到達すると、プロンプト指示に従って、設定された Zapier MCP Server を利用してタスクを実行できます。下図のように、Gmail を呼び出してメールを送信します: ![](https://assets-docs.dify.ai/2025/04/a201fb50200737881e4ddc0b31518336.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/faq.mdx b/ja-jp/plugins/faq.mdx index 37271aa9..2e2f68f5 100644 --- a/ja-jp/plugins/faq.mdx +++ b/ja-jp/plugins/faq.mdx @@ -29,3 +29,26 @@ docker compose up -d このフィールドを追加すると、Dify プラットフォームは Dify Marketplace にリストされていない(つまり、未検証の)すべてのプラグインのインストールを許可します。 ただし、安全性を考慮して、未知のソースから提供されるプラグインは、テスト環境またはサンドボックス環境でまずインストールし、安全性を確認した後、本番環境にデプロイしてください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/introduction.mdx b/ja-jp/plugins/introduction.mdx index a81f0537..171316e5 100644 --- a/ja-jp/plugins/introduction.mdx +++ b/ja-jp/plugins/introduction.mdx @@ -102,4 +102,27 @@ alt="" package-plugin-file-and-publish.md - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/manage-plugins.mdx b/ja-jp/plugins/manage-plugins.mdx index 679deea5..248d9146 100644 --- a/ja-jp/plugins/manage-plugins.mdx +++ b/ja-jp/plugins/manage-plugins.mdx @@ -50,3 +50,25 @@ className="mx-auto" alt="" /> +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/publish-plugins/README.mdx b/ja-jp/plugins/publish-plugins/README.mdx index 6da7af2c..34f9592b 100644 --- a/ja-jp/plugins/publish-plugins/README.mdx +++ b/ja-jp/plugins/publish-plugins/README.mdx @@ -67,3 +67,26 @@ title: プラグインの公開 * 迅速な配布や内部テスト → プラグインファイルの利用を推奨。簡単かつ効率的なインストールと共有が可能です。 > Difyマーケットプレイス以外のプラグインをインストールする際、サードパーティの署名検証に関する問題が発生する可能性があります。対処方法については、[第三者署名検証のためにプラグインに署名する](./signing-plugins-for-third-party-signature-verification)をご参照ください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/publish-plugins/package-plugin-file-and-publish.mdx b/ja-jp/plugins/publish-plugins/package-plugin-file-and-publish.mdx index 93557925..745fc648 100644 --- a/ja-jp/plugins/publish-plugins/package-plugin-file-and-publish.mdx +++ b/ja-jp/plugins/publish-plugins/package-plugin-file-and-publish.mdx @@ -41,3 +41,26 @@ Difyプラグイン管理ページにアクセスし、右上の「プラグイ ## プラグインの公開 パッケージ化したプラグインファイルを他のユーザーと直接共有するか、インターネット上にアップロードして公開することができます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/publish-plugins/plugin-auto-publish-pr.mdx b/ja-jp/plugins/publish-plugins/plugin-auto-publish-pr.mdx index f9f4648c..f6a86379 100644 --- a/ja-jp/plugins/publish-plugins/plugin-auto-publish-pr.mdx +++ b/ja-jp/plugins/publish-plugins/plugin-auto-publish-pr.mdx @@ -294,3 +294,26 @@ dify-plugins/ ### サンプルリポジトリ 完全な設定の詳細とベストプラクティスを理解するために、[サンプルリポジトリ](https://github.com/Yevanchen/exa-in-dify)を参照してください。\` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx b/ja-jp/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx index 55b4abf8..13940185 100644 --- a/ja-jp/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx +++ b/ja-jp/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx @@ -85,3 +85,26 @@ GitHubリポジトリのReleasesページで新しいバージョンリリース 他のユーザーは、GitHubリポジトリアドレスを通じてプラグインをインストールできます。Difyプラットフォームのプラグイン管理ページにアクセスし、GitHubからのインストールを選択し、リポジトリアドレスを入力後、バージョン番号とパッケージファイルを選択してインストールを完了します。 ![GitHubからのプラグインインストール](https://assets-docs.dify.ai/2025/01/7db779f2d581f1c55250e45a4f23d6fb.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx index 323e1438..bb82865f 100644 --- a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx +++ b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx @@ -116,3 +116,26 @@ A: 期限切れのPRはフィードバックを解決後に再開可能です。 Q: ベータテスト期間中にプラグインを更新できますか? A: 可能ですが、破壊的な変更は避けてください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx index 62749f1b..3245c1cc 100644 --- a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx +++ b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx @@ -49,4 +49,27 @@ Google検索APIを利用して、単一の入力クエリを受け取り、Googl * **形式的審査:** データ収集が必須項目として申告されているかを確認します。 * **高リスクのデータスクリーニング:** 健康情報、財務情報、子供の個人情報などの機密データが収集されていないか確認します。機密データが収集されている場合は、利用目的とセキュリティ対策について**追加の審査**を行います。 -* **悪意のある行為のスクリーニング:** ユーザーの同意なくデータを収集したり、ユーザーデータを不明なサーバーにアップロードしたりするなど、明らかな悪意のある行為がないか確認します。 \ No newline at end of file +* **悪意のある行為のスクリーニング:** ユーザーの同意なくデータを収集したり、ユーザーデータを不明なサーバーにアップロードしたりするなど、明らかな悪意のある行為がないか確認します。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx index a83f1124..7012c1db 100644 --- a/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx +++ b/ja-jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx @@ -73,4 +73,27 @@ Dify Marketplaceにプラグインを提出する際には、ユーザーデー * 接続されたソーシャルメディアアカウントからのユーザープロファイルやデータへのアクセス。 * アクティビティレベル、心拍数、医療情報などの健康およびフィットネスデータの収集。 * 検索クエリの保存や閲覧行動の追跡。 -* 銀行口座の詳細、クレジットスコア、取引履歴を含む金融情報の処理。 \ No newline at end of file +* 銀行口座の詳細、クレジットスコア、取引履歴を含む金融情報の処理。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx b/ja-jp/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx index 3f0c1f8a..b20f309e 100644 --- a/ja-jp/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx +++ b/ja-jp/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx @@ -94,3 +94,26 @@ docker compose up -d ``` サービスを再起動すると、現在のコミュニティ版環境でサードパーティ署名の検証機能が有効になります。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/README.mdx b/ja-jp/plugins/quick-start/README.mdx index dfc29aa8..b7e90eb1 100644 --- a/ja-jp/plugins/quick-start/README.mdx +++ b/ja-jp/plugins/quick-start/README.mdx @@ -51,4 +51,27 @@ title: クイックスタート 目的に応じて学習内容をカスタマイズし、効率的にスキル習得を目指しましょう。 -本セクションでは主にプラグインのインストールと基本的な利用方法を解説します。 \ No newline at end of file +本セクションでは主にプラグインのインストールと基本的な利用方法を解説します。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/debug-plugin.mdx b/ja-jp/plugins/quick-start/debug-plugin.mdx index dc0e5f1e..20289514 100644 --- a/ja-jp/plugins/quick-start/debug-plugin.mdx +++ b/ja-jp/plugins/quick-start/debug-plugin.mdx @@ -25,4 +25,27 @@ REMOTE_INSTALL_KEY=****-****-****-****-**** src="https://assets-docs.dify.ai/2024/12/ec26e5afc57bbfeb807719638f603807.png" className="mx-auto" alt="" -/> \ No newline at end of file +/> + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/develop-plugins/README.mdx b/ja-jp/plugins/quick-start/develop-plugins/README.mdx index c95d3c9b..049824fa 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/README.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/README.mdx @@ -64,3 +64,26 @@ Difyプラグインにコードや機能を提供し、公式プラグインに GitHub でプラグインを公開・管理する方法を学び、プラグインの継続的な最適化とコミュニティとの協力を促進します。 貢献者の参加を歓迎し、世界中の開発者とともにDifyエコシステムを充実させていきましょう! + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx b/ja-jp/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx index 48558a6d..f0a097ff 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx @@ -1163,4 +1163,27 @@ dify plugin package ./basic_agent/ 複雑なタスクでは、複数回の思考とツール呼び出しが必要になることがよくあります。より高度なタスク処理を実現するために、通常は反復実行戦略が採用されます。つまり、「**モデル呼び出し → ツール呼び出し**」という流れを、タスクが完了するか、設定された最大反復回数に達するまで繰り返します。 -このプロセスにおいて、プロンプト管理は非常に重要です。モデル入力を効率的に整理し、動的に調整するために、プラグイン内のFunction Calling機能の[実装コード](https://github.com/langgenius/dify-official-plugins/blob/main/agent-strategies/cot_agent/strategies/function_calling.py)を参照し、標準化された方法でモデルが外部ツールを呼び出し、その結果を処理する方法を理解することを推奨します。 \ No newline at end of file +このプロセスにおいて、プロンプト管理は非常に重要です。モデル入力を効率的に整理し、動的に調整するために、プラグイン内のFunction Calling機能の[実装コード](https://github.com/langgenius/dify-official-plugins/blob/main/agent-strategies/cot_agent/strategies/function_calling.py)を参照し、標準化された方法でモデルが外部ツールを呼び出し、その結果を処理する方法を理解することを推奨します。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/develop-plugins/bundle.mdx b/ja-jp/plugins/quick-start/develop-plugins/bundle.mdx index 702a0b45..8888d6e6 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/bundle.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/bundle.mdx @@ -84,4 +84,27 @@ dify-plugin bundle append package . --package_path=./openai.difypkg dify-plugin bundle package ./bundle ``` -コマンドを実行すると、現在のディレクトリに `bundle.difybndl` ファイルが自動的に作成されます。このファイルが最終的なパッケージ結果です。 \ No newline at end of file +コマンドを実行すると、現在のディレクトリに `bundle.difybndl` ファイルが自動的に作成されます。このファイルが最終的なパッケージ結果です。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/develop-plugins/extension-plugin.mdx b/ja-jp/plugins/quick-start/develop-plugins/extension-plugin.mdx index 9708d2b2..dd5d8f35 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/extension-plugin.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/extension-plugin.mdx @@ -276,4 +276,27 @@ dify plugin package ./neko **ベストプラクティス:** -[Slack Botプラグインの開発](/ja-jp/plugins/best-practice/develop-a-slack-bot-plugin) \ No newline at end of file +[Slack Botプラグインの開発](/ja-jp/plugins/best-practice/develop-a-slack-bot-plugin) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/develop-plugins/initialize-development-tools.mdx b/ja-jp/plugins/quick-start/develop-plugins/initialize-development-tools.mdx index 5c7826b7..b9ef38c6 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/initialize-development-tools.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/initialize-development-tools.mdx @@ -73,4 +73,27 @@ Pythonのインストール方法については、[Pythonインストール](ht bundle.md - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/README.mdx b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/README.mdx index e8e5ff74..5b19f368 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/README.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/README.mdx @@ -68,4 +68,27 @@ OpenAIを例にとると、複数のモデルタイプをサポートしてい 1. [モデルプロバイダーの作成](/ja-jp/plugins/quick-start/develop-plugins/model-plugin/create-model-providers) 2. [事前定義済み](/ja-jp/guides/model-configuration/predefined-model)モデル、または[カスタム](/ja-jp/guides/model-configuration/customizable-model)モデルの統合 -3. [モデルプラグインのデバッグ](/ja-jp/plugins/quick-start/debug-plugin) \ No newline at end of file +3. [モデルプラグインのデバッグ](/ja-jp/plugins/quick-start/debug-plugin) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx index 12f7936a..26481456 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx @@ -242,4 +242,27 @@ class XinferenceProvider(Provider): モデルプロバイダーを初期化した後、プロバイダーが提供する具体的なLLMモデルを接続する必要があります。詳細については、以下を参照してください。 * [定義済みモデルの接続](/ja-jp/guides/model-configuration/predefined-model) -* [カスタムモデルの接続](/ja-jp/guides/model-configuration/customizable-model) \ No newline at end of file +* [カスタムモデルの接続](/ja-jp/guides/model-configuration/customizable-model) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx index 7066b8c9..abb706d1 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx @@ -342,4 +342,27 @@ def _invoke_error_mapping(self) -> dict[type[InvokeError], list[type[Exception]] * [Difyサービスの逆呼び出し](/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app) * [ツール](/ja-jp/plugins/schema-definition/tool) * [モデル](/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model) -* [拡張エージェント戦略](/ja-jp/plugins/schema-definition/agent) \ No newline at end of file +* [拡張エージェント戦略](/ja-jp/plugins/schema-definition/agent) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx index 1433bc12..30cde8c2 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx @@ -275,4 +275,27 @@ REMOTE_INSTALL_KEY=****-****-****-****-**** * [Difyサービスの逆呼び出し](/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app) * [ツール](/ja-jp/plugins/schema-definition/tool) * [モデル](/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model) -* [拡張エージェント戦略](/ja-jp/plugins/schema-definition/agent) \ No newline at end of file +* [拡張エージェント戦略](/ja-jp/plugins/schema-definition/agent) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/develop-plugins/tool-plugin.mdx b/ja-jp/plugins/quick-start/develop-plugins/tool-plugin.mdx index c8bf5cf3..0d03c953 100644 --- a/ja-jp/plugins/quick-start/develop-plugins/tool-plugin.mdx +++ b/ja-jp/plugins/quick-start/develop-plugins/tool-plugin.mdx @@ -384,4 +384,27 @@ dify plugin package ./google * [Difyサービスの逆呼び出し](/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app) * [ツール](/ja-jp/plugins/schema-definition/tool) * [モデル](/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model) -* [拡張エージェント戦略](/ja-jp/plugins/schema-definition/agent) \ No newline at end of file +* [拡張エージェント戦略](/ja-jp/plugins/schema-definition/agent) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/quick-start/install-plugins.mdx b/ja-jp/plugins/quick-start/install-plugins.mdx index 755ec314..bf1da2bc 100644 --- a/ja-jp/plugins/quick-start/install-plugins.mdx +++ b/ja-jp/plugins/quick-start/install-plugins.mdx @@ -119,3 +119,25 @@ alt="" プラグイン開発 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/README.mdx b/ja-jp/plugins/schema-definition/README.mdx index f20d2c60..83cf170b 100644 --- a/ja-jp/plugins/schema-definition/README.mdx +++ b/ja-jp/plugins/schema-definition/README.mdx @@ -25,4 +25,27 @@ title: スキーマ仕様 reverse-invocation-of-the-dify-service - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/agent.mdx b/ja-jp/plugins/schema-definition/agent.mdx index 81c3eb0e..50eb8cb7 100644 --- a/ja-jp/plugins/schema-definition/agent.mdx +++ b/ja-jp/plugins/schema-definition/agent.mdx @@ -399,4 +399,27 @@ class FunctionCallingAgentStrategy(AgentStrategy): thinking_log = self.finish_log_message(log=thinking_log) yield thinking_log yield self.create_text_message(text=llm_response.message.content) -``` \ No newline at end of file +``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/endpoint.mdx b/ja-jp/plugins/schema-definition/endpoint.mdx index c1090c79..0899849d 100644 --- a/ja-jp/plugins/schema-definition/endpoint.mdx +++ b/ja-jp/plugins/schema-definition/endpoint.mdx @@ -92,4 +92,27 @@ class Duck(Endpoint): def generator(): yield f"{app_id}
" return Response(generator(), status=200, content_type="text/html") -``` \ No newline at end of file +``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/general-specifications.mdx b/ja-jp/plugins/schema-definition/general-specifications.mdx index 7e3bafef..dcdbdd9a 100644 --- a/ja-jp/plugins/schema-definition/general-specifications.mdx +++ b/ja-jp/plugins/schema-definition/general-specifications.mdx @@ -103,3 +103,26 @@ title: 一般的な標準仕様 * `description` (string): パラメータの説明 * `default` (any): デフォルト値 * `options` (list\[string]): 利用可能なオプション + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/manifest.mdx b/ja-jp/plugins/schema-definition/manifest.mdx index ba27ef46..40095a0d 100644 --- a/ja-jp/plugins/schema-definition/manifest.mdx +++ b/ja-jp/plugins/schema-definition/manifest.mdx @@ -99,4 +99,27 @@ meta: * `runner` (object、required): ランタイム設定 * `language` (string): 現在はPythonのみをサポート * `version` (string): 言語バージョン。現在は`3.12`のみをサポート - * `entrypoint` (string): プログラムのエントリポイント。Pythonの場合は`main`である必要があります。 \ No newline at end of file + * `entrypoint` (string): プログラムのエントリポイント。Pythonの場合は`main`である必要があります。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/model/README.mdx b/ja-jp/plugins/schema-definition/model/README.mdx index 9cd0ebcc..4c2fd1d6 100644 --- a/ja-jp/plugins/schema-definition/model/README.mdx +++ b/ja-jp/plugins/schema-definition/model/README.mdx @@ -10,4 +10,27 @@ title: Model(モデル) モデルスキーマ.md - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/model/model-designing-rules.mdx b/ja-jp/plugins/schema-definition/model/model-designing-rules.mdx index 54c1a88f..83c604ac 100644 --- a/ja-jp/plugins/schema-definition/model/model-designing-rules.mdx +++ b/ja-jp/plugins/schema-definition/model/model-designing-rules.mdx @@ -193,4 +193,27 @@ title: モデル設計規則 #### FormShowOnObject(フォーム表示オブジェクト) * `variable` (string) 他のフォーム項目の変数名 -* `value` (string) 他のフォーム項目の値 \ No newline at end of file +* `value` (string) 他のフォーム項目の値 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/model/model-schema.mdx b/ja-jp/plugins/schema-definition/model/model-schema.mdx index 2973888b..3cc7bd98 100644 --- a/ja-jp/plugins/schema-definition/model/model-schema.mdx +++ b/ja-jp/plugins/schema-definition/model/model-schema.mdx @@ -676,4 +676,27 @@ class RerankDocument(BaseModel): index: int # 元の順番 text: str # ドキュメントテキスト score: float # スコア -``` \ No newline at end of file +``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/persistent-storage.mdx b/ja-jp/plugins/schema-definition/persistent-storage.mdx index d2728b68..70394354 100644 --- a/ja-jp/plugins/schema-definition/persistent-storage.mdx +++ b/ja-jp/plugins/schema-definition/persistent-storage.mdx @@ -53,3 +53,26 @@ bytesが渡されることに注意してください。これにより、実際 def delete(self, key: str) -> None: pass ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx index 6e3852b0..6b70c879 100644 --- a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx +++ b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx @@ -18,4 +18,27 @@ title: Difyサービスへのバックコール プラグインは、Difyプラットフォーム内の他のツールタイプのプラグインを呼び出すことができます。 * [Node](/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/node) - プラグインは、Difyプラットフォーム内の特定のChatflow/Workflowアプリケーション内のノードを呼び出すことができます。 \ No newline at end of file + プラグインは、Difyプラットフォーム内の特定のChatflow/Workflowアプリケーション内のノードを呼び出すことができます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx index 02242ef8..bad77b2a 100644 --- a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx +++ b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx @@ -103,3 +103,26 @@ def invoke( ) -> Generator[dict, None, None] | dict: pass ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx index b1cf7fa8..9e95ce3b 100644 --- a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx +++ b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx @@ -266,3 +266,26 @@ def invoke(self, model_config: ModerationModelConfig, text: str) -> bool: ``` このエンドポイントが`true`を返す場合、`text`に機密コンテンツが含まれていることを示します。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx index fda046cd..d8d6f2ab 100644 --- a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx +++ b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx @@ -86,3 +86,26 @@ def invoke( ``` このエンドポイントのパラメータは`ParameterExtractor`と一致しており、最終結果は`NodeResponse.outputs['class_name']`に格納されます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx index 0f4fba0d..f0e0c854 100644 --- a/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx +++ b/ja-jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx @@ -73,3 +73,26 @@ def invoke_api_tool( ``` ここで、`provider`はツールのID、`tool_name`はOpenAPIの`operation_id`です。存在しない場合は、Difyによって自動生成された`tool_name`で、ツール管理ページで確認できます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/plugins/schema-definition/tool.mdx b/ja-jp/plugins/schema-definition/tool.mdx index accc6b12..08f9f7fd 100644 --- a/ja-jp/plugins/schema-definition/tool.mdx +++ b/ja-jp/plugins/schema-definition/tool.mdx @@ -108,4 +108,27 @@ output_schema: type: string ``` -この例では、ワークフロー内で参照できる `name` フィールドを含む `output_schema` を持つシンプルなツールを定義しています。実際に使用するには、ツールの実装コード内で変数を設定する必要があることに注意してください。そうしないと、`None` が設定されます。 \ No newline at end of file +この例では、ワークフロー内で参照できる `name` フィールドを含む `output_schema` を持つシンプルなツールを定義しています。実際に使用するには、ツールの実装コード内で変数を設定する必要があることに注意してください。そうしないと、`None` が設定されます。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/policies/agreement/README.mdx b/ja-jp/policies/agreement/README.mdx index 988e6d19..7e33f958 100644 --- a/ja-jp/policies/agreement/README.mdx +++ b/ja-jp/policies/agreement/README.mdx @@ -24,3 +24,26 @@ Dify.AIは、以下の認証を取得していました: 合規性レポートの入手方法 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/policies/agreement/get-compliance-report.mdx b/ja-jp/policies/agreement/get-compliance-report.mdx index 821159d8..d8e648df 100644 --- a/ja-jp/policies/agreement/get-compliance-report.mdx +++ b/ja-jp/policies/agreement/get-compliance-report.mdx @@ -73,3 +73,26 @@ src="https://assets-docs.dify.ai/2025/02/291cddb3bf9dfd8c92967eabb87b95a0.png" className="mx-auto" alt="" /> + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/policies/agreement/privacy.mdx b/ja-jp/policies/agreement/privacy.mdx index b94913c4..c1025d3e 100644 --- a/ja-jp/policies/agreement/privacy.mdx +++ b/ja-jp/policies/agreement/privacy.mdx @@ -2,3 +2,26 @@ title: "プライバシーポリシー" url: "https://dify.ai/privacy" --- + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/policies/agreement/tos.mdx b/ja-jp/policies/agreement/tos.mdx index ef21587c..76ac7da2 100644 --- a/ja-jp/policies/agreement/tos.mdx +++ b/ja-jp/policies/agreement/tos.mdx @@ -2,3 +2,26 @@ title: "利用規約" url: "https://dify.ai/terms" --- + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/policies/open-source.mdx b/ja-jp/policies/open-source.mdx index 183e6edd..73b0869d 100644 --- a/ja-jp/policies/open-source.mdx +++ b/ja-jp/policies/open-source.mdx @@ -5,4 +5,27 @@ title: ライセンス Difyのコミュニティエディションは、追加条件付きのApache 2.0ベースのライセンスの下でオープンソース化されています。詳細については[LICENSE](https://github.com/langgenius/dify/blob/main/LICENSE)ファイルをご参照ください。 -ライセンスに関する質問や問題がございましたら、[business@dify.ai](mailto:business@dify.ai)までお問い合わせください。 \ No newline at end of file +ライセンスに関する質問や問題がございましたら、[business@dify.ai](mailto:business@dify.ai)までお問い合わせください。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/termbase/termbase.mdx b/ja-jp/termbase/termbase.mdx index f8a5690d..d6216184 100644 --- a/ja-jp/termbase/termbase.mdx +++ b/ja-jp/termbase/termbase.mdx @@ -189,3 +189,25 @@ AIシステムが外部機能を識別し使用する能力で、モデルの能 ### ワークフロー (Workflow) 複雑なAIアプリケーションを複数の独立したノードに分解し、特定の順序で実行するタスク編成方法です。Difyプラットフォームでは、開発者は視覚的にワークフローを設計し、複数の処理ステップ(ユーザー入力処理、知識検索、マルチモデル連携、条件分岐など)を組み合わせて、複雑なビジネスロジックを処理できるAIアプリケーションを構築し、アプリケーション開発を柔軟かつ直感的にします。 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/workshop/basic/README.mdx b/ja-jp/workshop/basic/README.mdx index 5bb22bea..88edbd9b 100644 --- a/ja-jp/workshop/basic/README.mdx +++ b/ja-jp/workshop/basic/README.mdx @@ -9,4 +9,27 @@ Difyのハンドオン工房へようこそ!このチュートリアルは、D 事前の知識は一切必要ありません!最も基本的な概念から始めて、徐々により高度なトピックへと進んでいきます。完全な初心者の方でも、ある程度のプログラミング経験がある方でも、Difyを学ぶために必要なすべてをこのチュートリアルで提供します。 -一緒に探索の旅を始め、新しいDifyの可能性を探求していきましょう! \ No newline at end of file +一緒に探索の旅を始め、新しいDifyの可能性を探求していきましょう! + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/workshop/basic/build-ai-image-generation-app.mdx b/ja-jp/workshop/basic/build-ai-image-generation-app.mdx index 182e1c43..19a1fce6 100644 --- a/ja-jp/workshop/basic/build-ai-image-generation-app.mdx +++ b/ja-jp/workshop/basic/build-ai-image-generation-app.mdx @@ -180,3 +180,26 @@ alt="" **Add Feature - Content Moderation**にキーワード「dinner」を追加します。ユーザーがそのキーワードを入力すると、エージェントアプリは「申し訳ありませんが、その内容は理解できません。」と出力します。 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/828b27d1a873ff7b4b44f76d93229225.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/workshop/basic/travel-assistant.mdx b/ja-jp/workshop/basic/travel-assistant.mdx index 6e114980..a129c625 100644 --- a/ja-jp/workshop/basic/travel-assistant.mdx +++ b/ja-jp/workshop/basic/travel-assistant.mdx @@ -151,4 +151,27 @@ Difyは現在、`短文`、`段落`、`ドロップダウンオプション`、` 変数を追加した後、ユーザーはアプリ開発者の意図に従って必要な背景情報をアプリに提供できるようになります。その結果は以下のようになります: -![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/927260e8e6198b98f3b9406f856c0240.png) \ No newline at end of file +![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/927260e8e6198b98f3b9406f856c0240.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/workshop/intermediate/README.mdx b/ja-jp/workshop/intermediate/README.mdx index cc718e68..e5e2dc6c 100644 --- a/ja-jp/workshop/intermediate/README.mdx +++ b/ja-jp/workshop/intermediate/README.mdx @@ -1,3 +1,26 @@ --- title: 中級編 --- + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/workshop/intermediate/article-reader.mdx b/ja-jp/workshop/intermediate/article-reader.mdx index 287696d5..5f057d66 100644 --- a/ja-jp/workshop/intermediate/article-reader.mdx +++ b/ja-jp/workshop/intermediate/article-reader.mdx @@ -171,4 +171,27 @@ LLMはファイルを直接読み取ることができません。これは、 イテレーションノードの前にリスト操作を追加し、**フィルタ条件**や**ソート**を調整し、その後、イテレーションノードの入力をリスト操作ノードの出力に変更します。 -![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/287690e1fef87af270c0d5020d25d6cf.png) \ No newline at end of file +![](https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/287690e1fef87af270c0d5020d25d6cf.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/ja-jp/workshop/intermediate/twitter-chatflow.mdx b/ja-jp/workshop/intermediate/twitter-chatflow.mdx index a9ff82ae..2406a3ec 100644 --- a/ja-jp/workshop/intermediate/twitter-chatflow.mdx +++ b/ja-jp/workshop/intermediate/twitter-chatflow.mdx @@ -240,4 +240,27 @@ def main(id: str) -> dict: ## リンク * [X@dify\_ai](https://x.com/dify\_ai) -* DifyのGitHubリポジトリ:[https://github.com/langgenius/dify](https://github.com/langgenius/dify) \ No newline at end of file +* DifyのGitHubリポジトリ:[https://github.com/langgenius/dify](https://github.com/langgenius/dify) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 直接貢献することでドキュメントの改善にご協力ください + + + エラーを見つけたり提案がありますか?お知らせください + + diff --git a/tools/contributing_in_page.py b/tools/contributing_in_page.py index b0af6431..997131d1 100644 --- a/tools/contributing_in_page.py +++ b/tools/contributing_in_page.py @@ -1,4 +1,5 @@ import os +import re BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) @@ -98,53 +99,52 @@ def append_content_to_files( fix_md_endings(target_dir_relative, base_dir, file_extension) appended_count = 0 error_count = 0 - for filename in os.listdir(target_path): - if filename.endswith(file_extension): - filepath = os.path.join(target_path, filename) - try: - # Open in text append mode to write - with open(filepath, "a", encoding="utf-8") as f: - f.write(generate_contributing_section( - repo_owner, repo_name, target_dir_relative, filename, language)) - appended_count += 1 - except (IOError, OSError) as e: - print(f"Error processing file {filepath}: {e}") - error_count += 1 + for root, dirs, files in os.walk(target_path): + for filename in files: + if filename.endswith(file_extension): + filepath = os.path.join(root, filename) + current_dir_relative = os.path.relpath(root, base_dir) + try: + with open(filepath, "a", encoding="utf-8") as f: + f.write(generate_contributing_section( + repo_owner, repo_name, current_dir_relative, filename, language)) + appended_count += 1 + except (IOError, OSError) as e: + print(f"Error processing file {filepath}: {e}") + error_count += 1 print( - f"Finished processing directory '{target_path}'. " + f"Finished processing directory tree starting at '{target_path}'. " f"Appended to {appended_count} files. Encountered {error_count} errors." ) def remove_contributing_section(target_dir_relative, base_dir=BASE_DIR, file_extension=".mdx"): - import re target_path = os.path.join(base_dir, target_dir_relative) if not os.path.isdir(target_path): print(f"Error: Directory '{target_path}' not found.") return removed_count = 0 error_count = 0 - for filename in os.listdir(target_path): - if filename.endswith(file_extension): - filepath = os.path.join(target_path, filename) - try: - with open(filepath, "r", encoding="utf-8") as f: - content = f.read() - # 更新正则表达式以更精确地匹配注释和 CardGroup 结构 - # 这将匹配从 {/* Contributing Section ... */} 开始到最近的 结束的块 - pattern = re.compile( - r"\{\/\*\s*Contributing Section[\s\S]*?\*\/\}[\s\S]*?[\s\S]*?", re.DOTALL) - # 移除 count=1 以确保替换所有匹配项 - new_content = re.sub(pattern, "", content) - if new_content != content: - with open(filepath, "w", encoding="utf-8") as f: - f.write(new_content) - removed_count += 1 - except (IOError, OSError) as e: - print(f"Error processing file {filepath}: {e}") - error_count += 1 + for root, dirs, files in os.walk(target_path): + for filename in files: + if filename.endswith(file_extension): + filepath = os.path.join(root, filename) + try: + with open(filepath, "r", encoding="utf-8") as f: + content = f.read() + pattern = re.compile( + r"\{\/\*\s*Contributing Section[\s\S]*?\*\/\}[\s\S]*?[\s\S]*?", re.DOTALL) + new_content = re.sub(pattern, "", content) + if new_content != content: + with open(filepath, "w", encoding="utf-8") as f: + f.write(new_content) + removed_count += 1 + except (IOError, OSError) as e: + print(f"Error processing file {filepath}: {e}") + error_count += 1 fix_md_endings(target_dir_relative, base_dir, file_extension) print( + f"Finished processing directory tree starting at '{target_path}'. " f"Removed from {removed_count} files. Encountered {error_count} errors.") @@ -155,23 +155,25 @@ def fix_md_endings(target_dir_relative, base_dir=BASE_DIR, file_extension=".mdx" return fixed_count = 0 error_count = 0 - for filename in os.listdir(target_path): - if filename.endswith(file_extension): - filepath = os.path.join(target_path, filename) - try: - with open(filepath, "r", encoding="utf-8") as f: - content = f.read() - processed_content = content.replace("\r\n", "\n") - processed_content = processed_content.rstrip() - processed_content += "\n" - if processed_content != content: - with open(filepath, "w", encoding="utf-8") as f: - f.write(processed_content) - fixed_count += 1 - except (IOError, OSError) as e: - print(f"Error processing file {filepath}: {e}") - error_count += 1 + for root, dirs, files in os.walk(target_path): + for filename in files: + if filename.endswith(file_extension): + filepath = os.path.join(root, filename) + try: + with open(filepath, "r", encoding="utf-8") as f: + content = f.read() + processed_content = content.replace("\r\n", "\n") + processed_content = processed_content.rstrip() + processed_content += "\n" + if processed_content != content: + with open(filepath, "w", encoding="utf-8") as f: + f.write(processed_content) + fixed_count += 1 + except (IOError, OSError) as e: + print(f"Error processing file {filepath}: {e}") + error_count += 1 print( + f"Finished processing directory tree starting at '{target_path}'. " f"Fixed line endings and trailing lines in {fixed_count} files. Encountered {error_count} errors.") @@ -190,3 +192,21 @@ if __name__ == "__main__": repo_name="dify-docs-mintlify", language="zh" ) + append_content_to_files( + target_dir_relative="en", + repo_owner="langgenius", + repo_name="dify-docs-mintlify", + language="en" + ) + append_content_to_files( + target_dir_relative="ja-jp", + repo_owner="langgenius", + repo_name="dify-docs-mintlify", + language="jp" + ) + append_content_to_files( + target_dir_relative="zh-hans", + repo_owner="langgenius", + repo_name="dify-docs-mintlify", + language="zh" + ) diff --git a/zh-hans/community/contribution.mdx b/zh-hans/community/contribution.mdx index a5a72ebe..f371301e 100644 --- a/zh-hans/community/contribution.mdx +++ b/zh-hans/community/contribution.mdx @@ -180,3 +180,26 @@ Dify 的后端使用 Python 编写,使用 [Flask](https://flask.palletsproject ## 获取帮助 如果你在贡献过程中遇到困难或者有任何问题,可以通过相关的 GitHub 问题提出你的疑问,或者加入我们的 [Discord](https://discord.com/invite/8Tpq4AcN9c) 进行快速交流。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/community/docs-contribution.mdx b/zh-hans/community/docs-contribution.mdx index dc9698b0..3cd844bf 100644 --- a/zh-hans/community/docs-contribution.mdx +++ b/zh-hans/community/docs-contribution.mdx @@ -72,3 +72,26 @@ git clone https://github.com//dify-docs.git ## 获取帮助 如果你在贡献过程中遇到困难或者有任何问题,可以通过相关的 GitHub 问题提出你的疑问。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/community/support.mdx b/zh-hans/community/support.mdx index 09548da5..17baa0d6 100644 --- a/zh-hans/community/support.mdx +++ b/zh-hans/community/support.mdx @@ -18,3 +18,26 @@ title: 寻求支持 适用于除了寻求产品支持以外的其他事宜。 * 发邮件至 [hello@dify.ai](mailto:hello@dify.ai) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/backend/sandbox/README.mdx b/zh-hans/development/backend/sandbox/README.mdx index 8fa54ed2..fda1b32a 100644 --- a/zh-hans/development/backend/sandbox/README.mdx +++ b/zh-hans/development/backend/sandbox/README.mdx @@ -79,3 +79,26 @@ DifySandbox 已预先配置了以下 Python 依赖: ### 贡献 你可以参考 [贡献指南](contribution) 来参与到 `DifySandbox` 的开发中。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/backend/sandbox/contribution.mdx b/zh-hans/development/backend/sandbox/contribution.mdx index 4a0c6785..3ad18644 100644 --- a/zh-hans/development/backend/sandbox/contribution.mdx +++ b/zh-hans/development/backend/sandbox/contribution.mdx @@ -49,4 +49,27 @@ title: 贡献 - [ ] 完善的`CI`测试: - 目前我们的`CI`测试还不够完善,只有一些简单的用例。 - [ ] 生成多模态数据: - - 尝试使用`Sandbox`生成多模态数据,比如文本和图片的组合数据。 \ No newline at end of file + - 尝试使用`Sandbox`生成多模态数据,比如文本和图片的组合数据。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/migration/README.mdx b/zh-hans/development/migration/README.mdx index 3dfad446..a2368085 100644 --- a/zh-hans/development/migration/README.mdx +++ b/zh-hans/development/migration/README.mdx @@ -2,4 +2,25 @@ title: 迁移 --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/migration/migrate-to-v1.mdx b/zh-hans/development/migration/migrate-to-v1.mdx index 96cbfeb6..8b70b4f1 100644 --- a/zh-hans/development/migration/migrate-to-v1.mdx +++ b/zh-hans/development/migration/migrate-to-v1.mdx @@ -97,3 +97,26 @@ Migrate data for plugin completed. 访问 Dify 平台,轻点右上角 **“插件”** 查看此前所使用的工具是否被正确安装。随机使用某个插件,验证是否能够正常运行。如果无误,说明你已完成版本升级和数据迁移。 ![](https://assets-docs.dify.ai/2025/02/6467b3578d3d3e96510f50a09442d5a5.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/models-integration/README.mdx b/zh-hans/development/models-integration/README.mdx index 2a14823e..6d7cf1b9 100644 --- a/zh-hans/development/models-integration/README.mdx +++ b/zh-hans/development/models-integration/README.mdx @@ -2,4 +2,25 @@ title: 模型接入 --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/models-integration/aws-bedrock-deepseek.mdx b/zh-hans/development/models-integration/aws-bedrock-deepseek.mdx index ae4b904b..ae12109d 100644 --- a/zh-hans/development/models-integration/aws-bedrock-deepseek.mdx +++ b/zh-hans/development/models-integration/aws-bedrock-deepseek.mdx @@ -64,3 +64,26 @@ title: 接入 AWS Bedrock 上的模型 ### 1. **部署后没有看到 Endpoint 参数?** 确保已正确配置实例,并检查 AWS 权限设置是否正确。如果仍有问题,尝试重新部署或咨询 AWS 客户支持人员。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/models-integration/gpustack.mdx b/zh-hans/development/models-integration/gpustack.mdx index 6e1a6be5..a1f5e2de 100644 --- a/zh-hans/development/models-integration/gpustack.mdx +++ b/zh-hans/development/models-integration/gpustack.mdx @@ -65,3 +65,26 @@ Invoke-Expression (Invoke-WebRequest -Uri "https://get.gpustack.ai" -UseBasicPar ![add-gpustack-llm](https://assets-docs.dify.ai/2025/04/8178418f93ccea1668564d8bd9777303.png) 更多关于 GPUStack 的信息,请参考 [GitHub 仓库](https://github.com/gpustack/gpustack)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/models-integration/hugging-face.mdx b/zh-hans/development/models-integration/hugging-face.mdx index c6fbc2ea..0c1095cf 100644 --- a/zh-hans/development/models-integration/hugging-face.mdx +++ b/zh-hans/development/models-integration/hugging-face.mdx @@ -70,3 +70,26 @@ API Token 为文章开头设置的 API Key。`Text-Generation 模型名字随便 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/6a8908cace5b287070577bf555d69b0c.png) > 注意:Embeddings 的「用户名 / 组织名称」,需要根据你在 Hugging Face 的 [Inference Endpoints](https://huggingface.co/docs/inference-endpoints/guides/access) 部署方式,来填写「[用户名](https://huggingface.co/settings/account)」或者「[组织名称](https://ui.endpoints.huggingface.co/)」。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/models-integration/litellm.mdx b/zh-hans/development/models-integration/litellm.mdx index f615d5cd..0d81342c 100644 --- a/zh-hans/development/models-integration/litellm.mdx +++ b/zh-hans/development/models-integration/litellm.mdx @@ -79,3 +79,26 @@ docker run \ * [LiteLLM](https://example.com) * [LiteLLM Proxy Server](https://example.com) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/models-integration/localai.mdx b/zh-hans/development/models-integration/localai.mdx index ae443921..a9650c7d 100644 --- a/zh-hans/development/models-integration/localai.mdx +++ b/zh-hans/development/models-integration/localai.mdx @@ -105,4 +105,27 @@ Dify 支持以本地部署的方式接入 LocalAI 部署的大型语言模型推 "保存" 后即可在应用中使用该模型。 -如需获取 LocalAI 更多信息,请参考:https://github.com/go-skynet/LocalAI \ No newline at end of file +如需获取 LocalAI 更多信息,请参考:https://github.com/go-skynet/LocalAI + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/models-integration/ollama.mdx b/zh-hans/development/models-integration/ollama.mdx index 848f9963..6db8317e 100644 --- a/zh-hans/development/models-integration/ollama.mdx +++ b/zh-hans/development/models-integration/ollama.mdx @@ -138,3 +138,26 @@ Ollama 默认绑定 127.0.0.1 端口 11434。通过 `OLLAMA_HOST` 环境变量 - [Ollama](https://github.com/jmorganca/ollama) - [Ollama FAQ](https://github.com/ollama/ollama/blob/main/docs/faq.md) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/models-integration/openllm.mdx b/zh-hans/development/models-integration/openllm.mdx index df07e531..ec8a0b34 100644 --- a/zh-hans/development/models-integration/openllm.mdx +++ b/zh-hans/development/models-integration/openllm.mdx @@ -25,4 +25,27 @@ docker run --rm -it -p 3333:3000 ghcr.io/bentoml/openllm start facebook/opt-1.3b - 服务器 URL:`http://:3333` 替换成你的机器 IP 地址 "保存" 后即可在应用中使用该模型。 -本说明仅作为快速接入的示例,如需使用 OpenLLM 更多特性和信息,请参考:[OpenLLM](https://github.com/bentoml/OpenLLM) \ No newline at end of file +本说明仅作为快速接入的示例,如需使用 OpenLLM 更多特性和信息,请参考:[OpenLLM](https://github.com/bentoml/OpenLLM) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/models-integration/replicate.mdx b/zh-hans/development/models-integration/replicate.mdx index f4c642ba..7b82c765 100644 --- a/zh-hans/development/models-integration/replicate.mdx +++ b/zh-hans/development/models-integration/replicate.mdx @@ -17,3 +17,26 @@ Dify 支持接入 Replicate 上的 [Language models](https://replicate.com/colle API key 为第 2 步中设置的 API Key。Model Name 和 Model Version 可以在模型详情页中找到: ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/95e2ad371c82ef7ef641192f2bf1a1f8.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/development/models-integration/xinference.mdx b/zh-hans/development/models-integration/xinference.mdx index afe1df86..486982d6 100644 --- a/zh-hans/development/models-integration/xinference.mdx +++ b/zh-hans/development/models-integration/xinference.mdx @@ -51,3 +51,26 @@ title: 接入 Xinference 部署的本地模型 Dify 同时支持将 [Xinference embed 模型](https://github.com/xorbitsai/inference) 作为 Embedding 模型使用,只需在配置框中选择 `Embeddings` 类型即可。 如需获取 Xinference 更多信息,请参考:[Xorbits Inference](https://github.com/xorbitsai/inference) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/cloud.mdx b/zh-hans/getting-started/cloud.mdx index cee84b27..9bbbbdaf 100644 --- a/zh-hans/getting-started/cloud.mdx +++ b/zh-hans/getting-started/cloud.mdx @@ -33,3 +33,26 @@ title: 云服务 答:如果你决定删除账户并从 Dify 云服务中移除所有相关数据,你可以访问 [账户设置](https://cloud.dify.ai/account) 或点击右上角的头像,然后点击 **账户**。你会看到一个 **删除账户** 按钮;请点击它并按照指示操作。 Dify 致力于尊重每位用户的隐私和数据权利。当你授权后,我们将遵守数据保护法规,从系统中删除你的所有数据。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/dify-for-education.mdx b/zh-hans/getting-started/dify-for-education.mdx index 67aa5835..2e0125d6 100644 --- a/zh-hans/getting-started/dify-for-education.mdx +++ b/zh-hans/getting-started/dify-for-education.mdx @@ -171,3 +171,26 @@ Dify 教育版目前包含的权益为**一张 50% 折扣的 Dify 专业版优 如果你等到当前订阅结束后再重新订阅,优惠券会自动应用。 如果你在订阅结束前续订或更新,优惠券不会生效,你需要等到当前订阅结束后再重新购买,才能享受优惠券。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/dify-premium.mdx b/zh-hans/getting-started/dify-premium.mdx index eeab566f..9b11790b 100644 --- a/zh-hans/getting-started/dify-premium.mdx +++ b/zh-hans/getting-started/dify-premium.mdx @@ -112,3 +112,26 @@ docker-compose -f docker-compose.yaml -f docker-compose.override.yaml up -d ## 自定义 WebApp & 品牌 你可以在设置里的 **定制** 中启用此功能,启用 **移除 Powered by Dify** 并上传您自己的标志。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/install-self-hosted/bt-panel.mdx b/zh-hans/getting-started/install-self-hosted/bt-panel.mdx index cc3d6947..3ac64f94 100644 --- a/zh-hans/getting-started/install-self-hosted/bt-panel.mdx +++ b/zh-hans/getting-started/install-self-hosted/bt-panel.mdx @@ -62,3 +62,26 @@ http://yourdomain/ http://your_server_ip:8088/ ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/install-self-hosted/docker-compose.mdx b/zh-hans/getting-started/install-self-hosted/docker-compose.mdx index 13aaa117..356ca0b6 100644 --- a/zh-hans/getting-started/install-self-hosted/docker-compose.mdx +++ b/zh-hans/getting-started/install-self-hosted/docker-compose.mdx @@ -171,3 +171,26 @@ docker compose up -d ### 更多 如果有疑问,请前往[常见问题](faq)帮助。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/install-self-hosted/environments.mdx b/zh-hans/getting-started/install-self-hosted/environments.mdx index acf84310..29c0f175 100644 --- a/zh-hans/getting-started/install-self-hosted/environments.mdx +++ b/zh-hans/getting-started/install-self-hosted/environments.mdx @@ -685,3 +685,26 @@ WebApp Url,用于显示文件预览或下载 URL 到前端作为多模型输 **配置建议** - 较大分段:适合上下文依赖性强的任务,例如情感分析或长文档总结。 - 较小分段:适合精细分析场景,例如关键词提取或段落级内容处理。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/install-self-hosted/faq.mdx b/zh-hans/getting-started/install-self-hosted/faq.mdx index 7ba615af..ed5c7ade 100644 --- a/zh-hans/getting-started/install-self-hosted/faq.mdx +++ b/zh-hans/getting-started/install-self-hosted/faq.mdx @@ -86,3 +86,26 @@ docker-compose restart ### 7. 如何修改知识库文件上传大小限制? 请修改 `.env` 文件中的 `UPLOAD_FILE_SIZE_LIMIT` 参数默认限制,同时还需要同步修改 `NGINX_CLIENT_MAX_BODY_SIZE` 参数的值以避免潜在异常。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/install-self-hosted/local-source-code.mdx b/zh-hans/getting-started/install-self-hosted/local-source-code.mdx index 3d3f8c22..41fce9b6 100644 --- a/zh-hans/getting-started/install-self-hosted/local-source-code.mdx +++ b/zh-hans/getting-started/install-self-hosted/local-source-code.mdx @@ -293,3 +293,26 @@ pyenv global 3.12 通过浏览器访问 [http://127.0.0.1:3000](http://127.0.0.1:3000/) 即可享受 Dify 所有激动人心的功能。 干杯!🍻 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/install-self-hosted/readme.mdx b/zh-hans/getting-started/install-self-hosted/readme.mdx index 6d1e2546..2d23a169 100644 --- a/zh-hans/getting-started/install-self-hosted/readme.mdx +++ b/zh-hans/getting-started/install-self-hosted/readme.mdx @@ -14,3 +14,26 @@ Dify 社区版即开源版本,你可以通过以下两种方式之一部署 Di 为了确保正确审查,所有代码贡献 - 包括来自具有直接提交更改权限的贡献者 - 都必须提交 PR 请求并在合并分支之前得到核心开发人员的批准。 我们欢迎所有人提交 PR!如果你愿意提供帮助,可以在 [贡献指南](https://github.com/langgenius/dify/blob/main/CONTRIBUTING_CN.md) 中了解有关如何为项目做出贡献的更多信息。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx b/zh-hans/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx index 2c7304b3..3c03f41f 100644 --- a/zh-hans/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx +++ b/zh-hans/getting-started/install-self-hosted/start-the-frontend-docker-container.mdx @@ -25,3 +25,26 @@ docker run -it -p 3000:3000 -e CONSOLE_API_URL=http://127.0.0.1:5001 -e APP_API_ ``` 3. 当控制台域名和 Web APP 域名不一致时,可单独设置 `CONSOLE_URL` 和 `APP_URL` 4. 本地访问 [http://127.0.0.1:3000](http://127.0.0.1:3000) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/install-self-hosted/zeabur.mdx b/zh-hans/getting-started/install-self-hosted/zeabur.mdx index af66ede2..4cbca7f1 100644 --- a/zh-hans/getting-started/install-self-hosted/zeabur.mdx +++ b/zh-hans/getting-started/install-self-hosted/zeabur.mdx @@ -31,4 +31,27 @@ Zeabur 团队准备了一个一键部署模板,你只需点击下面的按钮 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/getting-started/install-self-hosted/7aa82d91ab9e798245b9df18221637b2.png) -你也可以在 NGINX 服务页面的 Networking 选项卡中更改域名。你可以参考 [Zeabur 文档](https://zeabur.com/docs/deploy/domain-binding) 了解更多信息。 \ No newline at end of file +你也可以在 NGINX 服务页面的 Networking 选项卡中更改域名。你可以参考 [Zeabur 文档](https://zeabur.com/docs/deploy/domain-binding) 了解更多信息。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/readme/features-and-specifications.mdx b/zh-hans/getting-started/readme/features-and-specifications.mdx index 3dc621db..0680a4af 100644 --- a/zh-hans/getting-started/readme/features-and-specifications.mdx +++ b/zh-hans/getting-started/readme/features-and-specifications.mdx @@ -213,4 +213,27 @@ description: 对于已经熟悉 LLM 应用技术栈的技术人士来说,这 Docker,Helm - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/getting-started/readme/model-providers.mdx b/zh-hans/getting-started/readme/model-providers.mdx index 4bcc759f..5167e485 100644 --- a/zh-hans/getting-started/readme/model-providers.mdx +++ b/zh-hans/getting-started/readme/model-providers.mdx @@ -391,3 +391,26 @@ Dify 为以下模型提供商提供原生支持: 其中 (🛠️) 代表支持 Function Calling,(👓) 代表视觉能力。 这张表格我们会一直保持更新。同时,我们也留意着社区成员们所提出的关于模型供应商的各种[请求](https://github.com/langgenius/dify/discussions/categories/ideas)。如果你有需要的模型供应商却没在上面找到,不妨动手参与进来,通过提交一个PR(Pull Request)来做出你的贡献。欢迎查阅我们的[贡献指南](../../community/contribution)指南了解更多。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/annotation/annotation-reply.mdx b/zh-hans/guides/annotation/annotation-reply.mdx index 3b21fa82..fe7cd1bd 100644 --- a/zh-hans/guides/annotation/annotation-reply.mdx +++ b/zh-hans/guides/annotation/annotation-reply.mdx @@ -84,3 +84,26 @@ title: 标注回复 在标注命中历史功能内,你可以查看所有命中该条标注的编辑历史、命中的用户问题、回复答案、命中来源、匹配相似分数、命中时间等信息,你可以根据这些系统信息持续改进你的标注内容。 ![查看标注回复命中历史](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/b3957b38a97e6611006d0fa43b05e52b.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/annotation/logs.mdx b/zh-hans/guides/annotation/logs.mdx index 5551b4c0..1a68aa00 100644 --- a/zh-hans/guides/annotation/logs.mdx +++ b/zh-hans/guides/annotation/logs.mdx @@ -35,3 +35,26 @@ title: 日志与标注 * 对改进的结果标记改进回复,这代表了你期望 AI 回复的文本 注意,如果团队中的多位管理员对同一条日志进行标注,最后标注的记录将覆盖此前的标注。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-orchestrate/agent.mdx b/zh-hans/guides/application-orchestrate/agent.mdx index 9916fe90..22d3f6c3 100644 --- a/zh-hans/guides/application-orchestrate/agent.mdx +++ b/zh-hans/guides/application-orchestrate/agent.mdx @@ -69,3 +69,26 @@ title: Agent ### 应用发布 ![应用发布为 Webapp](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/44b15a78c45e21afafd110864f78f33e.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-orchestrate/app-toolkits/moderation-tool.mdx b/zh-hans/guides/application-orchestrate/app-toolkits/moderation-tool.mdx index 9f34d2c2..00a1c9da 100644 --- a/zh-hans/guides/application-orchestrate/app-toolkits/moderation-tool.mdx +++ b/zh-hans/guides/application-orchestrate/app-toolkits/moderation-tool.mdx @@ -28,3 +28,26 @@ OpenAI 和大多数 LLM 公司提供的模型,都带有内容审查功能, 比如我们在自己的本地服务中自定义敏感词审查规则:不能查询有关美国总统的名字的问题。当用户在`query`变量输入"Trump",则在对话时会返回 "Your content violates our usage policy." 测试效果如下: ![Moderation Test](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/app-toolkits/970c894a68f017def62c0f7253b0f44e.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-orchestrate/app-toolkits/readme.mdx b/zh-hans/guides/application-orchestrate/app-toolkits/readme.mdx index 303e1717..f8e760e3 100644 --- a/zh-hans/guides/application-orchestrate/app-toolkits/readme.mdx +++ b/zh-hans/guides/application-orchestrate/app-toolkits/readme.mdx @@ -49,3 +49,26 @@ title: 应用工具箱 标注回复功能通过人工编辑标注为应用提供了可定制的高质量问答回复能力。 查看[标注回复](/zh-hans/guides/annotation/annotation-reply) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-orchestrate/chatbot-application.mdx b/zh-hans/guides/application-orchestrate/chatbot-application.mdx index d4726be9..0462ed80 100644 --- a/zh-hans/guides/application-orchestrate/chatbot-application.mdx +++ b/zh-hans/guides/application-orchestrate/chatbot-application.mdx @@ -88,3 +88,26 @@ title: 聊天助手 **如何在创建聊天助手应用时,使用元数据功能筛选知识库内文档?** 如需了解如何使用元数据功能筛选文档,请参阅 [在应用内集成知识库](https://docs.dify.ai/zh-hans/guides/knowledge-base/integrate-knowledge-within-application) 中的“**使用元数据筛选知识 > 聊天助手**”章节。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-orchestrate/creating-an-application.mdx b/zh-hans/guides/application-orchestrate/creating-an-application.mdx index 7cc35d50..92528bf0 100644 --- a/zh-hans/guides/application-orchestrate/creating-an-application.mdx +++ b/zh-hans/guides/application-orchestrate/creating-an-application.mdx @@ -61,3 +61,25 @@ Dify DSL 是由 Dify.AI 所定义的 AI 应用工程文件标准,文件格式 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-orchestrate/multiple-llms-debugging.mdx b/zh-hans/guides/application-orchestrate/multiple-llms-debugging.mdx index 95d1ee73..b2d17378 100644 --- a/zh-hans/guides/application-orchestrate/multiple-llms-debugging.mdx +++ b/zh-hans/guides/application-orchestrate/multiple-llms-debugging.mdx @@ -24,3 +24,25 @@ title: 多模型调试 选择任意模型,点击 **“单一模型进行调试”** 选项即可退出多模型调试模式。 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-orchestrate/readme.mdx b/zh-hans/guides/application-orchestrate/readme.mdx index 13b55416..afd38233 100644 --- a/zh-hans/guides/application-orchestrate/readme.mdx +++ b/zh-hans/guides/application-orchestrate/readme.mdx @@ -26,3 +26,25 @@ Dify 中提供了五种应用类型:
文本生成应用聊天助手
WebApp 界面表单+结果式聊天式
WebAPI 端点completion-messageschat-messages
交互方式一问一答多轮对话
流式结果返回支持支持
上下文保存当次持续
用户输入表单支持支持
知识库与插件支持支持
AI 开场白不支持支持
情景举例翻译、判断、索引聊天
+{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-publishing/based-on-frontend-templates.mdx b/zh-hans/guides/application-publishing/based-on-frontend-templates.mdx index 968292d1..b8128eda 100644 --- a/zh-hans/guides/application-publishing/based-on-frontend-templates.mdx +++ b/zh-hans/guides/application-publishing/based-on-frontend-templates.mdx @@ -40,3 +40,26 @@ export const promptTemplate = '' 每一种 WebApp 模板都提供了 README 文件,内含部署方式的说明。通常,WebApp 模板都包含了一个轻后端服务,这是为了确保开发者的 API KEY 不会直接暴露给用户。 这些 WebApp 模板能够帮助你快速搭建起 AI 应用原型,并使用 Dify 的所有能力。如果你基于它们开发了自己的应用或新的模板,欢迎你与我们分享。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-publishing/developing-with-apis.mdx b/zh-hans/guides/application-publishing/developing-with-apis.mdx index 4f4a3691..0a1ce1c2 100644 --- a/zh-hans/guides/application-publishing/developing-with-apis.mdx +++ b/zh-hans/guides/application-publishing/developing-with-apis.mdx @@ -118,3 +118,26 @@ response = requests.post(url, headers=headers, data=json.dumps(data)) print(response.text) ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-publishing/embedding-in-websites.mdx b/zh-hans/guides/application-publishing/embedding-in-websites.mdx index 7e093280..b970c750 100644 --- a/zh-hans/guides/application-publishing/embedding-in-websites.mdx +++ b/zh-hans/guides/application-publishing/embedding-in-websites.mdx @@ -153,3 +153,26 @@ window.difyChatbotConfig = { 注意:使用 embed.js 脚本创建 iframe 时,每个输入值将被处理——使用 GZIP 压缩并以 base64 编码——然后附加到 URL 上。 例如,处理后的输入值 URL 将如下所示: `http://localhost/chatbot/{token}?name=H4sIAKUlmWYA%2FwWAIQ0AAACDsl7gLuiv2PQEUNAuqQUAAAA%3D` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx b/zh-hans/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx index ecd6822d..20bde0ae 100644 --- a/zh-hans/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx +++ b/zh-hans/guides/application-publishing/launch-your-webapp-quickly/conversation-application.mdx @@ -67,3 +67,26 @@ _请注意确保你使用的设备环境已经授权使用麦克风。_ 开启该功能后,当 LLM 回复问题来自知识库的内容时,可以在回复内容下面查看到具体的引用段落信息,包括原始分段文本、分段序号、匹配度等。 详细说明请参考[《引用与归属》](/zh-hans/guides/knowledge-base/retrieval-test-and-citation)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-publishing/launch-your-webapp-quickly/flow-app.mdx b/zh-hans/guides/application-publishing/launch-your-webapp-quickly/flow-app.mdx index ec11c8ef..87d65234 100644 --- a/zh-hans/guides/application-publishing/launch-your-webapp-quickly/flow-app.mdx +++ b/zh-hans/guides/application-publishing/launch-your-webapp-quickly/flow-app.mdx @@ -23,3 +23,26 @@ version: '简体中文' * 发布为工具 你也可以点击 **恢复** 预览上一次发布的应用版本,确认恢复将会使用上一次发布的工作流版本覆盖当前的工作流版本。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-publishing/launch-your-webapp-quickly/readme.mdx b/zh-hans/guides/application-publishing/launch-your-webapp-quickly/readme.mdx index 192904b6..2b597cd3 100644 --- a/zh-hans/guides/application-publishing/launch-your-webapp-quickly/readme.mdx +++ b/zh-hans/guides/application-publishing/launch-your-webapp-quickly/readme.mdx @@ -37,3 +37,26 @@ title: 发布为公开 Web 站点 ### 嵌入你的 AI 站点 除了将应用发布为一个公开的 AI 网站,你还可以将它嵌入并集成至你的网站、博客或其它任意网页中。详细说明请参考 [《嵌入网站》](/zh-hans/guides/application-publishing/embedding-in-websites)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx b/zh-hans/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx index f3eb3fd3..0f5dc587 100644 --- a/zh-hans/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx +++ b/zh-hans/guides/application-publishing/launch-your-webapp-quickly/text-generator.mdx @@ -69,4 +69,27 @@ title: 文本生成型应用 生成更多类似结果界面 - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx b/zh-hans/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx index f0353d26..5b45a606 100644 --- a/zh-hans/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx +++ b/zh-hans/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.mdx @@ -29,3 +29,26 @@ Web 应用的功能表现取决于开发者在编排应用时是否开启该功 * 文本生成型 * 对话型 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx b/zh-hans/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx index 9c735e55..1e55f5a4 100644 --- a/zh-hans/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx +++ b/zh-hans/guides/knowledge-base/api-documentation/external-knowledge-api-documentation.mdx @@ -173,3 +173,26 @@ HTTP 状态码:500 /> 如需了解功能原理,请参考插件 [GitHub 地址](https://github.com/langgenius/dify-official-plugins/tree/main/extensions/llamacloud)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx b/zh-hans/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx index 9a8852a6..5d645b7b 100644 --- a/zh-hans/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx +++ b/zh-hans/guides/knowledge-base/api-documentation/maintain-dataset-via-api.mdx @@ -548,3 +548,26 @@ curl --location --request POST 'https://api.dify.ai/v1/datasets/{dataset_id}/doc | document_already_finished | 400 | 文档已处理完成。请刷新页面或查看文档详情 | | document_indexing | 400 | 文档正在处理中,无法编辑 | | invalid_metadata | 400 | 元数据内容不正确。请检查并验证 | + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/connect-external-knowledge-base.mdx b/zh-hans/guides/knowledge-base/connect-external-knowledge-base.mdx index 408d9737..aaa34c50 100644 --- a/zh-hans/guides/knowledge-base/connect-external-knowledge-base.mdx +++ b/zh-hans/guides/knowledge-base/connect-external-knowledge-base.mdx @@ -148,3 +148,26 @@ title: 连接外部知识库 | 1001 | 无效的 Authorization header 格式 | 请检查请求的 Authorization header 格式 | | 1002 | 验证异常 | 请检查所填写的 API Key 是否正确 | | 2001 | 知识库不存在 | 请检查外部知识库 | + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx index 0bda27e3..590dd9da 100644 --- a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx +++ b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.mdx @@ -139,3 +139,26 @@ LLM 收到用户问题后,能否精准地回答出知识库中的内容,取 了解更多高质量索引和经济索引的详细信息 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx index 68fd20a8..f9ab4392 100644 --- a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx +++ b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/readme.mdx @@ -31,4 +31,27 @@ title: 1. 导入文本数据 ### 后续导入 -如果还没有准备好文档或其它内容数据,可以先创建一个空知识库,在后续上传本地文档或导入在线数据。 \ No newline at end of file +如果还没有准备好文档或其它内容数据,可以先创建一个空知识库,在后续上传本地文档或导入在线数据。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx index c1f67289..08a08133 100644 --- a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx +++ b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.mdx @@ -75,3 +75,26 @@ NOTION_CLIENT_ID=you-client-id ``` 配置完成后,即可在知识库中操作 Notion 的数据导入及同步功能。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx index 67c456b1..6b9692a4 100644 --- a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx +++ b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.mdx @@ -56,4 +56,27 @@ Jina Reader 和 Firecrawl 均是开源的网页解析工具,能将网页将其 ![导入网页解析文本至知识库内](https://assets-docs.dify.ai/2024/12/03494dc3c882ac1c74b464ea931e2533.png) -抓取完成后,网页中的内容将会被收录至知识库内。 \ No newline at end of file +抓取完成后,网页中的内容将会被收录至知识库内。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx index 9023f768..38a5c45d 100644 --- a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx +++ b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/readme.mdx @@ -54,4 +54,27 @@ title: 知识库创建步骤 #### **元数据** -如需使用元数据功能管理知识库,请参阅 [元数据](/zh-hans/guides/knowledge-base/metadata)。 \ No newline at end of file +如需使用元数据功能管理知识库,请参阅 [元数据](/zh-hans/guides/knowledge-base/metadata)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx index 5915fe57..458037c9 100644 --- a/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx +++ b/zh-hans/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.mdx @@ -165,3 +165,26 @@ title: 3. 设定索引方法与检索设置 查看实际场景下的关键词与内容块匹配情况 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/faq.mdx b/zh-hans/guides/knowledge-base/faq.mdx index 1aba7593..10d43657 100644 --- a/zh-hans/guides/knowledge-base/faq.mdx +++ b/zh-hans/guides/knowledge-base/faq.mdx @@ -18,3 +18,26 @@ version: '简体中文' ## 4. 如何优化应用对知识库内容的检索结果? 你可以通过调整检索设置,比较不同的参数进行优化。具体操作请参考[检索设置](/zh-hans/guides/knowledge-base/knowledge-base-creation/introduction)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx b/zh-hans/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx index 4432ddfa..3bbbb329 100644 --- a/zh-hans/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx +++ b/zh-hans/guides/knowledge-base/indexing-and-retrieval/hybrid-search.mdx @@ -101,3 +101,26 @@ RAG 检索环节中的主流方法是向量检索,即语义相关度匹配的 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/indexing-and-retrieval/rerank.mdx b/zh-hans/guides/knowledge-base/indexing-and-retrieval/rerank.mdx index 34e38a4d..1817b4bb 100644 --- a/zh-hans/guides/knowledge-base/indexing-and-retrieval/rerank.mdx +++ b/zh-hans/guides/knowledge-base/indexing-and-retrieval/rerank.mdx @@ -62,3 +62,26 @@ Dify 目前已支持 Cohere Rerank 模型,进入“模型供应商-> Cohere” + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx b/zh-hans/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx index c92291ba..37aca104 100644 --- a/zh-hans/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx +++ b/zh-hans/guides/knowledge-base/indexing-and-retrieval/retrieval-augment.mdx @@ -24,3 +24,26 @@ version: '简体中文' **这就是 RAG 系统所做的事情:帮助大模型临时性地获得他所不具备的外部知识,允许它在回答问题之前先找答案。** 根据上面这个例子,我们很容易发现 RAG 系统中最核心是外部知识的检索环节。专家能不能向你提供专业的家庭财务建议,取决于能不能精确找到他需要的信息,如果他找到的不是投资理财记录,而是家庭减肥计划,那再厉害的专家都会无能为力。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx b/zh-hans/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx index 440f1a9a..3fbda4ce 100644 --- a/zh-hans/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx +++ b/zh-hans/guides/knowledge-base/indexing-and-retrieval/retrieval.mdx @@ -22,3 +22,26 @@ version: '简体中文' 由于多路召回模式不依赖于模型的推理能力或知识库描述,该模式在多知识库检索时能够获得质量更高的召回效果,除此之外加入 Rerank 步骤也能有效改进文档召回效果。因此,当创建的知识库问答应用关联了多个知识库时,我们更推荐将召回模式配置为多路召回。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/integrate-knowledge-within-application.mdx b/zh-hans/guides/knowledge-base/integrate-knowledge-within-application.mdx index d3b7aa7f..6bf645e8 100644 --- a/zh-hans/guides/knowledge-base/integrate-knowledge-within-application.mdx +++ b/zh-hans/guides/knowledge-base/integrate-knowledge-within-application.mdx @@ -201,3 +201,26 @@ Dify 目前支持多个 Rerank 模型,进入 “模型供应商” 页填入 R 4. **为什么在多路召回模式下找不到“权重设置”选项,只能看到 Rerank 模型?** 请检查你的知识库是否使用了“经济”型索引模式。如果是,那么将其切换为“高质量”索引模式。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance.mdx b/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance.mdx index 97f9548e..b7e6ede2 100644 --- a/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance.mdx +++ b/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance.mdx @@ -132,3 +132,26 @@ Dify 知识库提供整套标准 API ,开发者通过 API 调用对知识库 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx b/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx index 894b819e..2fff7826 100644 --- a/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx +++ b/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/introduction.mdx @@ -46,3 +46,26 @@ Dify 知识库提供整套标准 API ,开发者通过 API 调用对知识库 ![](https://assets-docs.dify.ai/2025/03/59f9f945a1d20a26c87662292d577db2.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx b/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx index 73eb47a2..0f1fd37c 100644 --- a/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx +++ b/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.mdx @@ -691,3 +691,26 @@ curl --location 'https://api.dify.ai/v1/datasets/{dataset_id}/metadata' \ | document_already_finished | 400 | 文档已处理完成。请刷新页面或查看文档详情 | | document_indexing | 400 | 文档正在处理中,无法编辑 | | invalid_metadata | 400 | 元数据内容不正确。请检查并验证 | + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx b/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx index c8049656..35f30dfa 100644 --- a/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx +++ b/zh-hans/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.mdx @@ -186,3 +186,26 @@ title: 维护知识库内文档 ### 元数据管理 如需了解元数据的相关信息,请参阅 [元数据](/zh-hans/guides/knowledge-base/metadata)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/knowledge-base-creation/introduction.mdx b/zh-hans/guides/knowledge-base/knowledge-base-creation/introduction.mdx index 790b9e92..4a3981c5 100644 --- a/zh-hans/guides/knowledge-base/knowledge-base-creation/introduction.mdx +++ b/zh-hans/guides/knowledge-base/knowledge-base-creation/introduction.mdx @@ -61,3 +61,26 @@ title: 创建步骤 #### **元数据** 如需使用元数据功能管理知识库,请参阅 [元数据](/zh-hans/guides/knowledge-base/metadata)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx b/zh-hans/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx index ed8529d9..946cfdf2 100644 --- a/zh-hans/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx +++ b/zh-hans/guides/knowledge-base/knowledge-base-creation/upload-documents.mdx @@ -252,3 +252,26 @@ version: '简体中文' **Embedding 模型**是一种专门用于将文本向量化的大语言模型,它擅长将文本转换为密集的数值向量,有效捕捉语义信息。 > 如需了解更多,请参考:[《Dify:Embedding 技术与 Dify 数据集设计/规划》](https://mp.weixin.qq.com/s/vmY\_CUmETo2IpEBf1nEGLQ)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/knowledge-request-rate-limit.mdx b/zh-hans/guides/knowledge-base/knowledge-request-rate-limit.mdx index 2d580d49..b9ca2bc5 100644 --- a/zh-hans/guides/knowledge-base/knowledge-request-rate-limit.mdx +++ b/zh-hans/guides/knowledge-base/knowledge-request-rate-limit.mdx @@ -38,3 +38,26 @@ title: 知识库请求频率限制 16. 批量导入分段 17. 命中测试 18. App 或 Workflow 中查询知识库(多路召回虽然会多次查询知识库,但是只记作一次请求) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/metadata.mdx b/zh-hans/guides/knowledge-base/metadata.mdx index d752c253..3a7ac9e6 100644 --- a/zh-hans/guides/knowledge-base/metadata.mdx +++ b/zh-hans/guides/knowledge-base/metadata.mdx @@ -414,3 +414,26 @@ alt="metadata_field" | 在知识库管理界面删除某条元数据字段 | 在知识库管理界面,点击某条元数据字段右侧的删除图标,删除该字段。 | 从知识库管理列表中完全删除该元数据字段及其所有字段值。 | 该字段从知识库中移除,所有文档中的该字段及包含的所有字段值也会消失。 | | 在编辑元数据弹窗中删除已选文档的某条元数据字段 | 在编辑元数据弹窗中,点击某条元数据字段右侧的删除图标,删除该字段。 | 仅删除已选文档的该字段与字段值,字段本身依然保留在知识库管理列表中。 | 选中文档中的字段与字段值被移除,但字段仍保留在知识库内,字段值计数会发生数值上的变化。 | | 在文档详情界面删除某条元数据字段 | 在文档详情界面中的元数据编辑模式里,点击某条元数据字段右侧的删除图标,删除该字段。 | 仅删除该文档的该字段与字段值,字段本身依然保留在知识库管理列表中。 | 该文档中的字段与字段值被移除,但字段仍保留在知识库内,字段值计数会发生数值上的变化。 | + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/readme.mdx b/zh-hans/guides/knowledge-base/readme.mdx index 2467747c..3a53c067 100644 --- a/zh-hans/guides/knowledge-base/readme.mdx +++ b/zh-hans/guides/knowledge-base/readme.mdx @@ -43,3 +43,26 @@ LLM 接收到用户的问题后,将首先基于关键词在知识库内检索 在 Dify 中,知识库(Knowledge)是一系列文档(Documents)的集合,一个文档内可能包含多组内容分段(Chunks),知识库可以被整体集成至一个应用中作为检索上下文使用。文档可以由开发者或运营人员上传,或由其它数据源同步。 如果你已自建文档库,可以通过[连接外部知识库](/zh-hans/guides/knowledge-base/connect-external-knowledge-base)功能将自有知识库与 Dify 平台相关联。无需重复将内容上传至 Dify 平台内的知识库即可让 AI 应用实时读取自建知识库中的内容。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/knowledge-base/retrieval-test-and-citation.mdx b/zh-hans/guides/knowledge-base/retrieval-test-and-citation.mdx index 1e48403a..bc918b83 100644 --- a/zh-hans/guides/knowledge-base/retrieval-test-and-citation.mdx +++ b/zh-hans/guides/knowledge-base/retrieval-test-and-citation.mdx @@ -72,3 +72,26 @@ Dify 知识库内提供了文本召回测试的功能,用于模拟用户输入 知识库将会在左侧信息栏中显示已关联的应用数量。将鼠标悬停至圆形信息图标时将显示所有已关联的 Apps 列表,点击右侧的跳转按钮即可快速查看对应的应用。 ![查看知识库内已关联的应用](https://assets-docs.dify.ai/2024/12/28899b9b0eba8996f364fb74e5b94c7f.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/management/app-management.mdx b/zh-hans/guides/management/app-management.mdx index 0ded818e..65d243e4 100644 --- a/zh-hans/guides/management/app-management.mdx +++ b/zh-hans/guides/management/app-management.mdx @@ -48,3 +48,26 @@ Dify DSL 格式文件是 Dify.AI 定义的 AI 应用工程文件标准,文件 ⚠️ 应用的删除操作无法撤销,所有用户将无法访问你的应用,应用内的所有 Prompt、编排配置和日志均会被删除。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/management/personal-account-management.mdx b/zh-hans/guides/management/personal-account-management.mdx index dc988525..ecc5c8ca 100644 --- a/zh-hans/guides/management/personal-account-management.mdx +++ b/zh-hans/guides/management/personal-account-management.mdx @@ -89,3 +89,26 @@ Dify 欢迎更多社区志愿者一同参与贡献更多语言版本,前往[ G **5. 删除账户后,我的 Dify 账户订阅服务会自动取消并退款吗?** 删除账户后,你的 Dify 账户订阅服务将自动取消且不可退款,未来将不会继续收取订阅费用。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/management/subscription-management.mdx b/zh-hans/guides/management/subscription-management.mdx index d7b2c378..c9f899d1 100644 --- a/zh-hans/guides/management/subscription-management.mdx +++ b/zh-hans/guides/management/subscription-management.mdx @@ -72,3 +72,26 @@ OpenAI 的对话额度:每月 5000 → 每月 10000 #### 5. 各个订阅版本间有什么区别? 详细的功能对比请参考 [Dify 定价页](https://dify.ai/pricing)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/management/team-members-management.mdx b/zh-hans/guides/management/team-members-management.mdx index 59e0ca03..fb601ba2 100644 --- a/zh-hans/guides/management/team-members-management.mdx +++ b/zh-hans/guides/management/team-members-management.mdx @@ -65,3 +65,26 @@ title: 团队成员管理 #### 3. 如何删除团队成员账号? 团队所有者 / 管理员均无法删除团队成员的账号,删除账号需要账号所有人主动申请,无法被其他人删除。相较于删除账号,将成员移出团队同样可以关闭该用户对团队的访问权限。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/management/version-control.mdx b/zh-hans/guides/management/version-control.mdx index 579e2f7e..af327ba6 100644 --- a/zh-hans/guides/management/version-control.mdx +++ b/zh-hans/guides/management/version-control.mdx @@ -190,3 +190,26 @@ title: 版本管理 - **版本管理功能适用于哪些应用类型?** 目前,版本管理功能仅适用于 **聊天流** 和 **工作流** 应用类型。**聊天助手**、**文本生成应用** 以及 **Agent** 暂不支持此功能。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/model-configuration/customizable-model.mdx b/zh-hans/guides/model-configuration/customizable-model.mdx index 913d7ddd..1568a08b 100644 --- a/zh-hans/guides/model-configuration/customizable-model.mdx +++ b/zh-hans/guides/model-configuration/customizable-model.mdx @@ -304,3 +304,26 @@ provider_credential_schema: ``` 接口方法说明见:[Interfaces](https://github.com/langgenius/dify/blob/main/api/core/model\_runtime/docs/zh\_Hans/interfaces),具体实现可参考:[llm.py](https://github.com/langgenius/dify-runtime/blob/main/lib/model_providers/anthropic/llm/llm.py)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/model-configuration/interfaces.mdx b/zh-hans/guides/model-configuration/interfaces.mdx index ebcbcd09..6905d1a7 100644 --- a/zh-hans/guides/model-configuration/interfaces.mdx +++ b/zh-hans/guides/model-configuration/interfaces.mdx @@ -750,3 +750,26 @@ class RerankDocument(BaseModel): text: str # 分段文本内容 score: float # 分数 ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/model-configuration/load-balancing.mdx b/zh-hans/guides/model-configuration/load-balancing.mdx index aa6b3bf3..cafcae98 100644 --- a/zh-hans/guides/model-configuration/load-balancing.mdx +++ b/zh-hans/guides/model-configuration/load-balancing.mdx @@ -35,3 +35,26 @@ title: 负载均衡 你也可以从 **添加模型** 配置负载均衡,配置流程与上面一致。 ![从添加模型配置负载均衡](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/12970502b2e202d1f890dcecadf2dcbd.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/model-configuration/new-provider.mdx b/zh-hans/guides/model-configuration/new-provider.mdx index 486010e7..511fd544 100644 --- a/zh-hans/guides/model-configuration/new-provider.mdx +++ b/zh-hans/guides/model-configuration/new-provider.mdx @@ -196,3 +196,26 @@ def validate_provider_credentials(self, credentials: dict) -> None: ``` 针对上面实现的代码的各种情况进行测试代码编写,并测试通过后提交代码。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/model-configuration/predefined-model.mdx b/zh-hans/guides/model-configuration/predefined-model.mdx index 17dac863..324ed83d 100644 --- a/zh-hans/guides/model-configuration/predefined-model.mdx +++ b/zh-hans/guides/model-configuration/predefined-model.mdx @@ -201,3 +201,26 @@ pricing: # 价格信息 * `configurate_methods` (array\[ConfigurateMethod]) 配置方式 * `provider_credential_schema` (ProviderCredentialSchema) 供应商凭据规格 * `model_credential_schema` (ModelCredentialSchema) 模型凭据规格 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/model-configuration/readme.mdx b/zh-hans/guides/model-configuration/readme.mdx index 87959e8c..9c75f416 100644 --- a/zh-hans/guides/model-configuration/readme.mdx +++ b/zh-hans/guides/model-configuration/readme.mdx @@ -83,3 +83,26 @@ Dify 使用了 [PKCS1_OAEP](https://pycryptodome.readthedocs.io/en/latest/src/ci 配置完模型后,就可以在应用中使用这些模型了: ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/055e92f8634c0ba1bdd2c559f7d8997d.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/model-configuration/schema.mdx b/zh-hans/guides/model-configuration/schema.mdx index c24dc8a0..43d9f042 100644 --- a/zh-hans/guides/model-configuration/schema.mdx +++ b/zh-hans/guides/model-configuration/schema.mdx @@ -212,3 +212,26 @@ title: 配置规则 - `variable` (string) 其他表单项变量名 - `value` (string) 其他表单项变量值 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/monitoring/README.mdx b/zh-hans/guides/monitoring/README.mdx index 8b09397a..d4c70150 100644 --- a/zh-hans/guides/monitoring/README.mdx +++ b/zh-hans/guides/monitoring/README.mdx @@ -5,3 +5,26 @@ title: 监测 你可以在 **概览** 内监控、跟踪应用程序在生产环境中的性能,在数据分析仪表盘内分析生产环境中应用的使用成本、延迟、用户反馈、性能等指标,并通过持续调试、迭代不断改进你的应用程序。 ![](https://assets-docs.dify.ai/2025/03/57814ba88e96305d0c92c68b1b5ea20e.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/monitoring/analysis.mdx b/zh-hans/guides/monitoring/analysis.mdx index 4c3aba55..e8db5fdd 100644 --- a/zh-hans/guides/monitoring/analysis.mdx +++ b/zh-hans/guides/monitoring/analysis.mdx @@ -38,3 +38,26 @@ version: '简体中文' **全部会话数(Total Conversations)** 反映该 AI 应用**每天**的会话总次数,发起一次新的会话即计数一次,一个会话内可能包含多条消息的往来。提示词编排和调试的消息不计入。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/monitoring/annotation-reply.mdx b/zh-hans/guides/monitoring/annotation-reply.mdx index b75fbb4c..19c4de43 100644 --- a/zh-hans/guides/monitoring/annotation-reply.mdx +++ b/zh-hans/guides/monitoring/annotation-reply.mdx @@ -107,3 +107,26 @@ version: '简体中文' 查看标注回复命中历史 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx b/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx index 4fb880d9..6b8035b0 100644 --- a/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx +++ b/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.mdx @@ -371,3 +371,26 @@ Langfuse 官网介绍:[https://langfuse.com/](https://langfuse.com/) * Metadata * conversation\_id 对话 ID * tenant\_id 租户 ID + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx b/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx index f091be8b..2ea6af03 100644 --- a/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx +++ b/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.mdx @@ -386,3 +386,26 @@ LangSmith [官网介绍](https://www.langchain.com/langsmith) * Metadata * conversation\_id对话ID * tenant\_id租户ID + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx b/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx index 3c75fec9..60e83b8d 100644 --- a/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx +++ b/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-opik.mdx @@ -353,3 +353,26 @@ alt="" - 元数据 - conversation_id - 对话 ID - tenant_id - 租户 ID + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx b/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx index 1b8031ef..30f91c33 100644 --- a/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx +++ b/zh-hans/guides/monitoring/integrate-external-ops-tools/integrate-weave.mdx @@ -331,4 +331,27 @@ Weights & Biases (W&B) Weave 是一个用于跟踪、实验、评估、部署和 * tenant_id - 租户 ID * 元数据 * conversation_id - 对话 ID - * tenant_id - 租户 ID \ No newline at end of file + * tenant_id - 租户 ID + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/monitoring/integrate-external-ops-tools/readme.mdx b/zh-hans/guides/monitoring/integrate-external-ops-tools/readme.mdx index b2c55f73..52a4007c 100644 --- a/zh-hans/guides/monitoring/integrate-external-ops-tools/readme.mdx +++ b/zh-hans/guides/monitoring/integrate-external-ops-tools/readme.mdx @@ -31,3 +31,26 @@ LLM 应用在原型构建阶段通常涉及提示词测试、模型选择、RAG 使用 Dify Workflow 编排 LLM 应用时,通常涵盖一系列节点和逻辑,具有较高的复杂性。 将 Dify 与外部 Ops 工具集成,有助于打破编排应用时可能面临的 LLM “黑盒”问题。开发者只需要在平台上进行简单的配置,即可追踪应用生命周期中的数据和指标,轻松评估在 Dify 上创建的 LLM 应用质量、性能和成本。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/monitoring/logs.mdx b/zh-hans/guides/monitoring/logs.mdx index 6311aac5..e4162651 100644 --- a/zh-hans/guides/monitoring/logs.mdx +++ b/zh-hans/guides/monitoring/logs.mdx @@ -36,3 +36,26 @@ version: '简体中文' * 对改进的结果标记改进回复,这代表了你期望 AI 回复的文本 注意,如果团队中的多位管理员对同一条日志进行标注,最后标注的记录将覆盖此前的标注。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/advanced-tool-integration.mdx b/zh-hans/guides/tools/advanced-tool-integration.mdx index a8966814..ff0849a2 100644 --- a/zh-hans/guides/tools/advanced-tool-integration.mdx +++ b/zh-hans/guides/tools/advanced-tool-integration.mdx @@ -273,3 +273,26 @@ class VectorizerTool(BuiltinTool): ``` 可以注意到的是,我们这里其实并没有使用到`image_id`,我们已经假设了调用这个工具的时候一定有一张图片在默认的变量池中,所以直接使用了`image_binary = self.get_variable_file(self.VARIABLE_KEY.IMAGE)`来获取图片,在模型能力较弱的情况下,我们建议开发者们也这样做,可以有效提升容错率,避免模型传递错误的参数。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/community/alphavantage.mdx b/zh-hans/guides/tools/community/alphavantage.mdx index ef707fd7..3c6d9b9a 100644 --- a/zh-hans/guides/tools/community/alphavantage.mdx +++ b/zh-hans/guides/tools/community/alphavantage.mdx @@ -24,3 +24,26 @@ Chatflow 和 Workflow 应用均支持添加 `AlphaVantage` 工具节点。添加 - **Agent 应用** 在 Agent 应用内添加 `AlphaVantage` 工具,然后在对话框内发送股票代码或大致描述,调用工具得到准确的金融数据。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/community/comfyui.mdx b/zh-hans/guides/tools/community/comfyui.mdx index 24188bc2..b1225d17 100644 --- a/zh-hans/guides/tools/community/comfyui.mdx +++ b/zh-hans/guides/tools/community/comfyui.mdx @@ -21,3 +21,26 @@ version: '简体中文' ## 4. 在 Dify 中使用 ComfyUI 打开其 `工作流` 工具,在 `WORKFLOW JSON` 中填入刚刚导出的 API 文件中的内容,就可以正常生成了。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/community/searchapi.mdx b/zh-hans/guides/tools/community/searchapi.mdx index d8b18372..c83eb63d 100644 --- a/zh-hans/guides/tools/community/searchapi.mdx +++ b/zh-hans/guides/tools/community/searchapi.mdx @@ -30,3 +30,26 @@ Chatflow 和 Workflow 应用均支持添加 `SearchApi` 系列工具节点,提 * **Agent 应用** 在 Agent 应用内选择需要添加的 `SearchApi` 工具,然后输入指令调用工具。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/community/searxng.mdx b/zh-hans/guides/tools/community/searxng.mdx index 24567b49..9abeda95 100644 --- a/zh-hans/guides/tools/community/searxng.mdx +++ b/zh-hans/guides/tools/community/searxng.mdx @@ -27,3 +27,26 @@ docker run --rm -d -p 8081:8080 -v "${PWD}/api/core/tools/provider/builtin/searx ## 3. 使用 SearXNG 在 `工具 > SearXNG > 去认证` 中填写访问地址,建立 Dify 服务与 SearXNG 服务的连接。SearXNG 的 Docker 内网地址一般是 `http://host.docker.internal:8081`。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/community/serper.mdx b/zh-hans/guides/tools/community/serper.mdx index 1ca083b7..f48f7ec0 100644 --- a/zh-hans/guides/tools/community/serper.mdx +++ b/zh-hans/guides/tools/community/serper.mdx @@ -28,3 +28,26 @@ Chatflow 和 Workflow 应用均支持添加 `Serper` 工具节点。 * **Agent 应用** 在 Agent 应用内选择需要添加的 `Serper` 工具,然后输入指令调用工具。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/community/siliconflow.mdx b/zh-hans/guides/tools/community/siliconflow.mdx index a656bbd2..e3db2ebd 100644 --- a/zh-hans/guides/tools/community/siliconflow.mdx +++ b/zh-hans/guides/tools/community/siliconflow.mdx @@ -42,3 +42,26 @@ Chatflow 和 Workflow 应用均支持添加 `SiliconFlow` 工具节点。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/dify/bing.mdx b/zh-hans/guides/tools/dify/bing.mdx index 86782c95..111567ea 100644 --- a/zh-hans/guides/tools/dify/bing.mdx +++ b/zh-hans/guides/tools/dify/bing.mdx @@ -28,3 +28,26 @@ Chatflow 和 Workflow 应用均支持添加 `Bing` 工具节点。 - **Agent 应用** 在 Agent 应用内添加 `Bing` 工具,然后输入在线搜索指令,调用此工具。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/dify/dall-e.mdx b/zh-hans/guides/tools/dify/dall-e.mdx index fabef17b..9b7b50bf 100644 --- a/zh-hans/guides/tools/dify/dall-e.mdx +++ b/zh-hans/guides/tools/dify/dall-e.mdx @@ -30,3 +30,26 @@ Chatflow 和 Workflow 应用均支持添加 `DALL-E 绘图` 工具节点。添 在 Agent 应用内添加 `DALL-E` 工具,然后在对话框内发送图片描述,调用工具生成 AI 图像。 ![](/zh-hans/user-guide/.gitbook/assets/zh-agent-dalle3.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/dify/google.mdx b/zh-hans/guides/tools/dify/google.mdx index d2489ab8..059b9439 100644 --- a/zh-hans/guides/tools/dify/google.mdx +++ b/zh-hans/guides/tools/dify/google.mdx @@ -28,3 +28,26 @@ Chatflow 和 Workflow 应用均支持添加 `Google` 工具节点。 * **Agent 应用** 在 Agent 应用内添加 `Google` 工具,然后输入在线搜索指令,调用此工具。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/dify/perplexity.mdx b/zh-hans/guides/tools/dify/perplexity.mdx index f9a5e94f..d74aa622 100644 --- a/zh-hans/guides/tools/dify/perplexity.mdx +++ b/zh-hans/guides/tools/dify/perplexity.mdx @@ -32,3 +32,26 @@ Chatflow 和 Workflow 应用均支持添加 Perplexity 工具节点。将用户 在 Agent 应用内添加 `Perplexity Search` 工具,然后输入相关指令即可调用此工具。 ![](/zh-hans/user-guide/.gitbook/assets/zh-tools-agent-perplexity.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/dify/stable-diffusion.mdx b/zh-hans/guides/tools/dify/stable-diffusion.mdx index 077b4e51..ab9f6e1e 100644 --- a/zh-hans/guides/tools/dify/stable-diffusion.mdx +++ b/zh-hans/guides/tools/dify/stable-diffusion.mdx @@ -78,3 +78,26 @@ Chatflow 和 Workflow 应用均支持添加 `Stable Diffusion` 工具节点。 - **Agent 应用** 在 Agent 应用内添加 `Stable Diffusion` 工具,然后在对话框内发送图片描述,调用工具生成 AI 图像。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/extensions/README.mdx b/zh-hans/guides/tools/extensions/README.mdx index b20a657e..26cd24dc 100644 --- a/zh-hans/guides/tools/extensions/README.mdx +++ b/zh-hans/guides/tools/extensions/README.mdx @@ -8,3 +8,26 @@ Dify 提供了以下两种扩展方式: * API 扩展 * 代码扩展 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/extensions/api-based/api-based-extension.mdx b/zh-hans/guides/tools/extensions/api-based/api-based-extension.mdx index 3e96cc63..ccfb08e0 100644 --- a/zh-hans/guides/tools/extensions/api-based/api-based-extension.mdx +++ b/zh-hans/guides/tools/extensions/api-based/api-based-extension.mdx @@ -270,3 +270,26 @@ API 返回为: 我们推荐你使用 Cloudflare Workers 来部署你的 API 扩展,因为 Cloudflare Workers 可以方便的提供一个公网地址,而且可以免费使用。 详细说明请参考 [使用 Cloudflare Workers 部署 API Tools](/zh-hans/user-guide/tools/extensions/api-based/cloudflare-workers)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/extensions/api-based/cloudflare-workers.mdx b/zh-hans/guides/tools/extensions/api-based/cloudflare-workers.mdx index 05a16b42..2becf036 100644 --- a/zh-hans/guides/tools/extensions/api-based/cloudflare-workers.mdx +++ b/zh-hans/guides/tools/extensions/api-based/cloudflare-workers.mdx @@ -128,3 +128,26 @@ wrangler tail * [Cloudflare Workers](https://workers.cloudflare.com/) * [Cloudflare Workers CLI](https://developers.cloudflare.com/workers/cli-wrangler/install-update) * [Example GitHub Repository](https://github.com/crazywoola/dify-extension-workers) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/extensions/api-based/external-data-tool.mdx b/zh-hans/guides/tools/extensions/api-based/external-data-tool.mdx index cc3aa583..c37b3c6a 100644 --- a/zh-hans/guides/tools/extensions/api-based/external-data-tool.mdx +++ b/zh-hans/guides/tools/extensions/api-based/external-data-tool.mdx @@ -64,3 +64,26 @@ version: '简体中文' "result": "City: London\nTemperature: 10°C\nRealFeel®: 8°C\nAir Quality: Poor\nWind Direction: ENE\nWind Speed: 8 km/h\nWind Gusts: 14 km/h\nPrecipitation: Light rain" } ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/extensions/api-based/moderation.mdx b/zh-hans/guides/tools/extensions/api-based/moderation.mdx index c93a8a0d..74c2c5d6 100644 --- a/zh-hans/guides/tools/extensions/api-based/moderation.mdx +++ b/zh-hans/guides/tools/extensions/api-based/moderation.mdx @@ -250,3 +250,26 @@ app.post( export default app; ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/extensions/code-based/README.mdx b/zh-hans/guides/tools/extensions/code-based/README.mdx index c4edc46c..4389dd4c 100644 --- a/zh-hans/guides/tools/extensions/code-based/README.mdx +++ b/zh-hans/guides/tools/extensions/code-based/README.mdx @@ -98,3 +98,26 @@ title: 代码扩展简介 ] } ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/extensions/code-based/external-data-tool.mdx b/zh-hans/guides/tools/extensions/code-based/external-data-tool.mdx index 1004ffeb..993fa4ff 100644 --- a/zh-hans/guides/tools/extensions/code-based/external-data-tool.mdx +++ b/zh-hans/guides/tools/extensions/code-based/external-data-tool.mdx @@ -187,3 +187,26 @@ class WeatherSearch(ExternalDataTool): * `inputs` :终端用户传入变量值 * `query` :终端用户当前对话输入内容,对话型应用固定参数。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/extensions/code-based/moderation.mdx b/zh-hans/guides/tools/extensions/code-based/moderation.mdx index da5f71d4..0ff9192c 100644 --- a/zh-hans/guides/tools/extensions/code-based/moderation.mdx +++ b/zh-hans/guides/tools/extensions/code-based/moderation.mdx @@ -308,3 +308,26 @@ class CloudServiceModeration(Moderation): * `overridden`覆写传入变量值 * `preset_response` 预设回复(仅当 action=direct\_output 返回) * `text` 覆写的 LLM 回答内容(仅当 action=overridden 返回)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/introduction.mdx b/zh-hans/guides/tools/introduction.mdx index 04d06cad..c83e6002 100644 --- a/zh-hans/guides/tools/introduction.mdx +++ b/zh-hans/guides/tools/introduction.mdx @@ -85,3 +85,26 @@ Dify 目前已支持: 智能助手在对话中完成工具调用回复问题 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/quick-tool-integration.mdx b/zh-hans/guides/tools/quick-tool-integration.mdx index 4a207f11..7eb676d6 100644 --- a/zh-hans/guides/tools/quick-tool-integration.mdx +++ b/zh-hans/guides/tools/quick-tool-integration.mdx @@ -249,3 +249,26 @@ class GoogleProvider(BuiltinToolProviderController): + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/readme.mdx b/zh-hans/guides/tools/readme.mdx index 3c3a798f..23fcb449 100644 --- a/zh-hans/guides/tools/readme.mdx +++ b/zh-hans/guides/tools/readme.mdx @@ -89,3 +89,26 @@ Dify 目前已支持: 以下图为例,在财务分析应用内添加工具后,智能助手将在需要时自主调用工具,从工具中查询财务报告数据,并将数据分析后完成与用户之间的对话。 ![](https://assets-docs.dify.ai/2025/04/cbeb1e1435fa56c43c3be957aac1c5f2.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/alphavantage.mdx b/zh-hans/guides/tools/tool-configuration/alphavantage.mdx index ef707fd7..1a477d84 100644 --- a/zh-hans/guides/tools/tool-configuration/alphavantage.mdx +++ b/zh-hans/guides/tools/tool-configuration/alphavantage.mdx @@ -24,3 +24,26 @@ Chatflow 和 Workflow 应用均支持添加 `AlphaVantage` 工具节点。添加 - **Agent 应用** 在 Agent 应用内添加 `AlphaVantage` 工具,然后在对话框内发送股票代码或大致描述,调用工具得到准确的金融数据。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/bing.mdx b/zh-hans/guides/tools/tool-configuration/bing.mdx index 86782c95..078cb15e 100644 --- a/zh-hans/guides/tools/tool-configuration/bing.mdx +++ b/zh-hans/guides/tools/tool-configuration/bing.mdx @@ -28,3 +28,26 @@ Chatflow 和 Workflow 应用均支持添加 `Bing` 工具节点。 - **Agent 应用** 在 Agent 应用内添加 `Bing` 工具,然后输入在线搜索指令,调用此工具。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/comfyui.mdx b/zh-hans/guides/tools/tool-configuration/comfyui.mdx index 24188bc2..4377b3ff 100644 --- a/zh-hans/guides/tools/tool-configuration/comfyui.mdx +++ b/zh-hans/guides/tools/tool-configuration/comfyui.mdx @@ -21,3 +21,26 @@ version: '简体中文' ## 4. 在 Dify 中使用 ComfyUI 打开其 `工作流` 工具,在 `WORKFLOW JSON` 中填入刚刚导出的 API 文件中的内容,就可以正常生成了。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/dall-e.mdx b/zh-hans/guides/tools/tool-configuration/dall-e.mdx index fabef17b..55fd5ae2 100644 --- a/zh-hans/guides/tools/tool-configuration/dall-e.mdx +++ b/zh-hans/guides/tools/tool-configuration/dall-e.mdx @@ -30,3 +30,26 @@ Chatflow 和 Workflow 应用均支持添加 `DALL-E 绘图` 工具节点。添 在 Agent 应用内添加 `DALL-E` 工具,然后在对话框内发送图片描述,调用工具生成 AI 图像。 ![](/zh-hans/user-guide/.gitbook/assets/zh-agent-dalle3.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/google.mdx b/zh-hans/guides/tools/tool-configuration/google.mdx index d2489ab8..efe80fc8 100644 --- a/zh-hans/guides/tools/tool-configuration/google.mdx +++ b/zh-hans/guides/tools/tool-configuration/google.mdx @@ -28,3 +28,26 @@ Chatflow 和 Workflow 应用均支持添加 `Google` 工具节点。 * **Agent 应用** 在 Agent 应用内添加 `Google` 工具,然后输入在线搜索指令,调用此工具。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/perplexity.mdx b/zh-hans/guides/tools/tool-configuration/perplexity.mdx index f9a5e94f..9f835210 100644 --- a/zh-hans/guides/tools/tool-configuration/perplexity.mdx +++ b/zh-hans/guides/tools/tool-configuration/perplexity.mdx @@ -32,3 +32,26 @@ Chatflow 和 Workflow 应用均支持添加 Perplexity 工具节点。将用户 在 Agent 应用内添加 `Perplexity Search` 工具,然后输入相关指令即可调用此工具。 ![](/zh-hans/user-guide/.gitbook/assets/zh-tools-agent-perplexity.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/readme.mdx b/zh-hans/guides/tools/tool-configuration/readme.mdx index 7dc7b303..98f4e7c6 100644 --- a/zh-hans/guides/tools/tool-configuration/readme.mdx +++ b/zh-hans/guides/tools/tool-configuration/readme.mdx @@ -13,4 +13,27 @@ Dify 支持各种工具来增强应用的功能。每个工具都有独特的功 ## 工具集成指南 - [StableDiffusion](./stable-diffusion):一种基于文本提示生成图像的工具。 -- [SearXNG](./searxng):一个免费的互联网元搜索引擎,整合了各种搜索服务的结果。用户不会被跟踪,也不会被分析。 \ No newline at end of file +- [SearXNG](./searxng):一个免费的互联网元搜索引擎,整合了各种搜索服务的结果。用户不会被跟踪,也不会被分析。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/searchapi.mdx b/zh-hans/guides/tools/tool-configuration/searchapi.mdx index d8b18372..87acbc61 100644 --- a/zh-hans/guides/tools/tool-configuration/searchapi.mdx +++ b/zh-hans/guides/tools/tool-configuration/searchapi.mdx @@ -30,3 +30,26 @@ Chatflow 和 Workflow 应用均支持添加 `SearchApi` 系列工具节点,提 * **Agent 应用** 在 Agent 应用内选择需要添加的 `SearchApi` 工具,然后输入指令调用工具。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/searxng.mdx b/zh-hans/guides/tools/tool-configuration/searxng.mdx index 4c1d0031..3cd326d4 100644 --- a/zh-hans/guides/tools/tool-configuration/searxng.mdx +++ b/zh-hans/guides/tools/tool-configuration/searxng.mdx @@ -56,3 +56,26 @@ curl "http://:8081/search?q=apple&format=json&categories=gener ``` 如果一切正常,你应该收到包含 "apple" 搜索结果的 JSON 响应。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/serper.mdx b/zh-hans/guides/tools/tool-configuration/serper.mdx index 1ca083b7..3fc036c3 100644 --- a/zh-hans/guides/tools/tool-configuration/serper.mdx +++ b/zh-hans/guides/tools/tool-configuration/serper.mdx @@ -28,3 +28,26 @@ Chatflow 和 Workflow 应用均支持添加 `Serper` 工具节点。 * **Agent 应用** 在 Agent 应用内选择需要添加的 `Serper` 工具,然后输入指令调用工具。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/siliconflow.mdx b/zh-hans/guides/tools/tool-configuration/siliconflow.mdx index a656bbd2..4fa6edab 100644 --- a/zh-hans/guides/tools/tool-configuration/siliconflow.mdx +++ b/zh-hans/guides/tools/tool-configuration/siliconflow.mdx @@ -42,3 +42,26 @@ Chatflow 和 Workflow 应用均支持添加 `SiliconFlow` 工具节点。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/tools/tool-configuration/stable-diffusion.mdx b/zh-hans/guides/tools/tool-configuration/stable-diffusion.mdx index 077b4e51..72d2feed 100644 --- a/zh-hans/guides/tools/tool-configuration/stable-diffusion.mdx +++ b/zh-hans/guides/tools/tool-configuration/stable-diffusion.mdx @@ -78,3 +78,26 @@ Chatflow 和 Workflow 应用均支持添加 `Stable Diffusion` 工具节点。 - **Agent 应用** 在 Agent 应用内添加 `Stable Diffusion` 工具,然后在对话框内发送图片描述,调用工具生成 AI 图像。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/additional-feature.mdx b/zh-hans/guides/workflow/additional-feature.mdx index a6b548f7..0d213172 100644 --- a/zh-hans/guides/workflow/additional-feature.mdx +++ b/zh-hans/guides/workflow/additional-feature.mdx @@ -126,4 +126,27 @@ LLM 并不具备直接读取文档文件的能力,因此需要使用 [文档 * **音视频文件** -LLM 尚未支持直接读取音视频文件,Dify 平台也尚未内置相关文件处理工具。应用开发者可以参考 [外部数据工具](../extension/api-based-extension/external-data-tool) 接入工具自行处理文件信息。 \ No newline at end of file +LLM 尚未支持直接读取音视频文件,Dify 平台也尚未内置相关文件处理工具。应用开发者可以参考 [外部数据工具](../extension/api-based-extension/external-data-tool) 接入工具自行处理文件信息。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/bulletin.mdx b/zh-hans/guides/workflow/bulletin.mdx index dcab5787..3482e436 100644 --- a/zh-hans/guides/workflow/bulletin.mdx +++ b/zh-hans/guides/workflow/bulletin.mdx @@ -106,3 +106,26 @@ Dify 此前仅支持上传图片文件。而在最新的版本中,已提供更 * [Discord 频道](https://discord.gg/FngNHpbcY7) 你的每一条反馈都将帮助我们不断完善产品,为整个社区带来更好的体验。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/create-flow-app.mdx b/zh-hans/guides/workflow/create-flow-app.mdx index 6b65a68d..149b6c72 100644 --- a/zh-hans/guides/workflow/create-flow-app.mdx +++ b/zh-hans/guides/workflow/create-flow-app.mdx @@ -34,3 +34,26 @@ title: 创建应用 2. Answer 节点属于 Chatflow ,用于流式输出文本内容,并支持在流程中间步骤输出。 3. Chatflow 内置聊天记忆(Memory),用于存储和传递多轮对话的历史消息,可在 LLM 、问题分类等节点内开启,Workflow 无 Memory 相关配置,无法开启。 4. Chatflow 的开始节点内置变量包括:`sys.query`,`sys.files`,`sys.conversation_id`,`sys.user_id`。Workflow 的开始节点内置变量包括:`sys.files`,`sys.user_id` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/debug-and-preview/checklist.mdx b/zh-hans/guides/workflow/debug-and-preview/checklist.mdx index cd705d96..8f839f11 100644 --- a/zh-hans/guides/workflow/debug-and-preview/checklist.mdx +++ b/zh-hans/guides/workflow/debug-and-preview/checklist.mdx @@ -5,3 +5,26 @@ title: 检查清单 在进入调试运行之前,你可以在检查清单内检查是否有未完成配置或者未连线的节点。 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/16201deaa47a518ff73c983a33ab4002.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/debug-and-preview/history.mdx b/zh-hans/guides/workflow/debug-and-preview/history.mdx index 23b2088f..7df55e70 100644 --- a/zh-hans/guides/workflow/debug-and-preview/history.mdx +++ b/zh-hans/guides/workflow/debug-and-preview/history.mdx @@ -5,3 +5,26 @@ title: 运行历史 在「运行历史」中可以查看当前工作流历史调试的运行结果和日志信息。 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/5ff3e82563c43b41e359c83483fd0f9b.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/debug-and-preview/log.mdx b/zh-hans/guides/workflow/debug-and-preview/log.mdx index 26114aa1..d32d5f2c 100644 --- a/zh-hans/guides/workflow/debug-and-preview/log.mdx +++ b/zh-hans/guides/workflow/debug-and-preview/log.mdx @@ -9,3 +9,26 @@ title: 对话/运行日志 点击「查看日志-追踪」可以查看工作流完整运行过程各节点的输入/输出、Token 消耗、运行时长等。 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/b1e0a84aabbafd96897d277d787019de.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/debug-and-preview/preview-and-run.mdx b/zh-hans/guides/workflow/debug-and-preview/preview-and-run.mdx index 8283de8c..0fab22b6 100644 --- a/zh-hans/guides/workflow/debug-and-preview/preview-and-run.mdx +++ b/zh-hans/guides/workflow/debug-and-preview/preview-and-run.mdx @@ -13,3 +13,26 @@ Dify Workflow 提供了一套完整的运行调试功能,在对话型应用中 进入调试模式内在界面右侧调试已配置好的工作流。 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/4c81791508592e0f8019b8ebf8f119ea.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/debug-and-preview/step-run.mdx b/zh-hans/guides/workflow/debug-and-preview/step-run.mdx index 20dad386..ef03c49c 100644 --- a/zh-hans/guides/workflow/debug-and-preview/step-run.mdx +++ b/zh-hans/guides/workflow/debug-and-preview/step-run.mdx @@ -9,3 +9,26 @@ title: 单步调试 单步测试运行后可以查看运行状态、输入/输出、元数据信息。 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/040e1051d33b94d35e4683d3c89691a8.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/error-handling/error-type.mdx b/zh-hans/guides/workflow/error-handling/error-type.mdx index af32d65a..044962b6 100644 --- a/zh-hans/guides/workflow/error-handling/error-type.mdx +++ b/zh-hans/guides/workflow/error-handling/error-type.mdx @@ -127,7 +127,25 @@ title: 错误类型 工具节点未找到所需的文件,出现报错。 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} - - - + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx b/zh-hans/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx index 946e2b7b..3ba434ed 100644 --- a/zh-hans/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx +++ b/zh-hans/guides/workflow/error-handling/predefined-nodes-failure-logic.mdx @@ -56,3 +56,26 @@ title: 预定义异常处理逻辑 | --------------- | ------------------------------------------------------------------------------------------------------------- | | `error_type` | 错误类型。不同类型的节点有着不同的[错误类型](./error-type),开发者可以根据不同的错误标识编排对应方案。 | | `error_message` | 错误信息,异常节点输出的具体故障信息。开发者可以传递给下游的 LLM 节点进行修复,或连接邮箱工具推送信息。 | + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/error-handling/readme.mdx b/zh-hans/guides/workflow/error-handling/readme.mdx index aae50484..a06fc6fc 100644 --- a/zh-hans/guides/workflow/error-handling/readme.mdx +++ b/zh-hans/guides/workflow/error-handling/readme.mdx @@ -150,3 +150,26 @@ A 代码节点是验证 JSON 内容的节点,如果接收到的 JSON 内容格 #### 2. 如何调试替代路径的执行情况? 你可以通过工作流程的运行日志检查条件判断和路径选择情况。异常分支的运行路线以黄色高亮显示,帮助开发者验证替代路径是否按预期执行。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/file-upload.mdx b/zh-hans/guides/workflow/file-upload.mdx index 78be85d4..af641740 100644 --- a/zh-hans/guides/workflow/file-upload.mdx +++ b/zh-hans/guides/workflow/file-upload.mdx @@ -192,3 +192,26 @@ file variables 和 array[file] variables 支持以下文件类型与格式: 如需查看更多使用案例,请参考:[动手实验室 - 使用文件上传搭建文章理解助手](/zh-hans/workshop/intermediate/article-reader) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/key-concept.mdx b/zh-hans/guides/workflow/key-concept.mdx index d2085191..a2e43f9b 100644 --- a/zh-hans/guides/workflow/key-concept.mdx +++ b/zh-hans/guides/workflow/key-concept.mdx @@ -42,3 +42,26 @@ title: 关键概念 2. [Answer 节点](node/answer)属于 Chatflow ,用于流式输出文本内容,并支持在流程中间步骤输出。 3. Chatflow 内置聊天记忆(Memory),用于存储和传递多轮对话的历史消息,可在 [LLM](node/llm) 、[问题分类](node/question-classifier)等节点内开启,Workflow 无 Memory 相关配置,无法开启。 4. Chatflow 的开始节点内置变量包括:`sys.query`,`sys.files`,`sys.conversation_id`,`sys.user_id`。Workflow 的开始节点内置变量包括:`sys.files`,`sys.user_id` ,详见[变量](/zh-hans/guides/workflow/variables)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/README.mdx b/zh-hans/guides/workflow/node/README.mdx index 9a19fe82..67d7fd80 100644 --- a/zh-hans/guides/workflow/node/README.mdx +++ b/zh-hans/guides/workflow/node/README.mdx @@ -5,3 +5,26 @@ ### 核心节点
开始(Start)定义一个 workflow 流程启动的初始参数。
结束(End)定义一个 workflow 流程结束的最终输出内容。
回复(Answer)定义一个 Chatflow 流程中的回复内容。
大语言模型(LLM)调用大语言模型回答问题或者对自然语言进行处理。
知识检索(Knowledge Retrieval)从知识库中检索与用户问题相关的文本内容,可作为下游 LLM 节点的上下文。
问题分类(Question Classifier)通过定义分类描述,LLM 能够根据用户输入选择与之相匹配的分类。
条件分支(IF/ELSE)允许你根据 if/else 条件将 workflow 拆分成两个分支。
代码执行(Code)运行 Python / NodeJS 代码以在工作流程中执行数据转换等自定义逻辑。
模板转换(Template)允许借助 Jinja2 的 Python 模板语言灵活地进行数据转换、文本处理等。
变量聚合(Variable Aggregator)将多路分支的变量聚合为一个变量,以实现下游节点统一配置。
参数提取器(Parameter Extractor)利用 LLM 从自然语言推理并提取结构化参数,用于后置的工具调用或 HTTP 请求。
迭代(Iteration)对列表对象执行多次步骤直至输出所有结果。
HTTP 请求(HTTP Request)允许通过 HTTP 协议发送服务器请求,适用于获取外部检索结果、webhook、生成图片等情景。
工具(Tools)允许在工作流内调用 Dify 内置工具、自定义工具、子工作流等。
变量赋值(Variable Assigner)变量赋值节点用于向可写入变量(例如会话变量)进行变量赋值。
+ +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/agent.mdx b/zh-hans/guides/workflow/node/agent.mdx index d2d751cc..b85644c2 100644 --- a/zh-hans/guides/workflow/node/agent.mdx +++ b/zh-hans/guides/workflow/node/agent.mdx @@ -79,3 +79,26 @@ Agent 节点执行过程中将生成详细日志。显示节点执行的总体 例如,当用户在后续消息中使用代词(如“它”、“这个”或“他们”)时,启用了记忆功能的 Agent 能够理解这些代词所指代的前文实体,无需用户重复提及完整信息。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/answer.mdx b/zh-hans/guides/workflow/node/answer.mdx index 403afb97..e4358211 100644 --- a/zh-hans/guides/workflow/node/answer.mdx +++ b/zh-hans/guides/workflow/node/answer.mdx @@ -28,3 +28,26 @@ version: '简体中文' 直接回复节点可以不作为最终的输出节点,作为流程过程节点时,可以在中间步骤流式输出结果。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/code.mdx b/zh-hans/guides/workflow/node/code.mdx index 2aa02886..4100e5e6 100644 --- a/zh-hans/guides/workflow/node/code.mdx +++ b/zh-hans/guides/workflow/node/code.mdx @@ -120,3 +120,26 @@ def main() -> dict: 危险代码将会被 Cloudflare WAF 自动拦截,你可以通过 “网页调试工具” 中的 “网络” 查看是否被拦截。 ![Cloudflare WAF](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/d1fe121991c51b26b66d42a55b18fb57.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/doc-extractor.mdx b/zh-hans/guides/workflow/node/doc-extractor.mdx index 9a7e170d..6ee989d0 100644 --- a/zh-hans/guides/workflow/node/doc-extractor.mdx +++ b/zh-hans/guides/workflow/node/doc-extractor.mdx @@ -62,4 +62,27 @@ LLM 自身无法直接读取或解释文档的内容。因此需要将用户上 如需了解如何在聊天对话中上传文件并与 LLM 互动,请参考 [附加功能](/zh-hans/guides/workflow/additional-feature)。 - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/end.mdx b/zh-hans/guides/workflow/node/end.mdx index cdcfb1ca..64037446 100644 --- a/zh-hans/guides/workflow/node/end.mdx +++ b/zh-hans/guides/workflow/node/end.mdx @@ -30,3 +30,25 @@ Chatflow 内不支持结束节点。 ![多路执行示例](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/3cb3f5fea376265bede0a4ac5bcc1ddc.png) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/http-request.mdx b/zh-hans/guides/workflow/node/http-request.mdx index c5e436b9..b6e518bb 100644 --- a/zh-hans/guides/workflow/node/http-request.mdx +++ b/zh-hans/guides/workflow/node/http-request.mdx @@ -61,3 +61,26 @@ HTTP 节点处理信息时有可能会遇到网络请求超时、请求限制等 需了解更多应对异常的处理办法,请参考[异常处理](/zh-hans/guides/workflow/error-handling/readme)。 ![异常处理配置](https://assets-docs.dify.ai/2024/12/91daa86d9770390ab2a41d6d0b6ed1e7.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/ifelse.mdx b/zh-hans/guides/workflow/node/ifelse.mdx index eeede394..29520110 100644 --- a/zh-hans/guides/workflow/node/ifelse.mdx +++ b/zh-hans/guides/workflow/node/ifelse.mdx @@ -47,4 +47,27 @@ title: 条件分支 涉及复杂的条件判断时,可以设置多重条件判断,在条件之间设置 **AND** 或者 **OR**,即在条件之间取**交集**或者**并集**。 -![多重条件判断](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/c3bf3ebe6bc8709f5bc5099eb1242845.png) \ No newline at end of file +![多重条件判断](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/c3bf3ebe6bc8709f5bc5099eb1242845.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/iteration.mdx b/zh-hans/guides/workflow/node/iteration.mdx index edea098d..71f0d83c 100644 --- a/zh-hans/guides/workflow/node/iteration.mdx +++ b/zh-hans/guides/workflow/node/iteration.mdx @@ -172,4 +172,27 @@ def main(articleSections: list): ```django {{ articleSections | join("\n") }} -``` \ No newline at end of file +``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/knowledge-retrieval.mdx b/zh-hans/guides/workflow/node/knowledge-retrieval.mdx index 072c2489..837a99e6 100644 --- a/zh-hans/guides/workflow/node/knowledge-retrieval.mdx +++ b/zh-hans/guides/workflow/node/knowledge-retrieval.mdx @@ -50,4 +50,27 @@ version: '简体中文' ![配置下游 LLM 节点](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/a9cb49ad4b8e0dee1f8bb20f49d1fe79.png) -该变量除了可以作为 LLM 回复问题时的提示词上下文作为外部知识参考引用,另外由于其数据结构中包含了分段引用信息,同时可以支持应用端的 [**引用与归属**](/zh-hans/guides/knowledge-base/retrieval-test-and-citation) 功能。 \ No newline at end of file +该变量除了可以作为 LLM 回复问题时的提示词上下文作为外部知识参考引用,另外由于其数据结构中包含了分段引用信息,同时可以支持应用端的 [**引用与归属**](/zh-hans/guides/knowledge-base/retrieval-test-and-citation) 功能。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/list-operator.mdx b/zh-hans/guides/workflow/node/list-operator.mdx index 5359a81d..22836d93 100644 --- a/zh-hans/guides/workflow/node/list-operator.mdx +++ b/zh-hans/guides/workflow/node/list-operator.mdx @@ -86,3 +86,26 @@ version: '简体中文' ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/ca60c2a982f7a9902c178e4e5503db50.png) 应用使用者同时上传文档文件和图片后,文档文件自动分流至文档提取器节点,图片文件自动分流至 LLM 节点以实现对于混合文件的共同处理。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/llm.mdx b/zh-hans/guides/workflow/node/llm.mdx index 8558dc5b..162e075e 100644 --- a/zh-hans/guides/workflow/node/llm.mdx +++ b/zh-hans/guides/workflow/node/llm.mdx @@ -404,3 +404,26 @@ LLM 节点处理信息时有可能会遇到输入文本超过 Token 限制,未 allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen > + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/loop.mdx b/zh-hans/guides/workflow/node/loop.mdx index a92b86f2..b0ef184d 100644 --- a/zh-hans/guides/workflow/node/loop.mdx +++ b/zh-hans/guides/workflow/node/loop.mdx @@ -137,3 +137,26 @@ title: 循环 5. 输入你的诗歌灵感,模型将输出四个版本的诗歌,每一篇诗歌都以前一篇为基础而产生。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/parameter-extractor.mdx b/zh-hans/guides/workflow/node/parameter-extractor.mdx index 146264f2..704440ba 100644 --- a/zh-hans/guides/workflow/node/parameter-extractor.mdx +++ b/zh-hans/guides/workflow/node/parameter-extractor.mdx @@ -63,4 +63,27 @@ Dify 工作流内提供了丰富的[工具](https://docs.dify.ai/v/zh-hans/guide `__is_success Number 提取是否成功` 成功时值为 1,失败时值为 0。 -`__reason String` 提取错误原因 \ No newline at end of file +`__reason String` 提取错误原因 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/question-classifier.mdx b/zh-hans/guides/workflow/node/question-classifier.mdx index 4bbf0fd6..f26ff517 100644 --- a/zh-hans/guides/workflow/node/question-classifier.mdx +++ b/zh-hans/guides/workflow/node/question-classifier.mdx @@ -55,4 +55,27 @@ title: 问题分类 **输出变量:** -`class_name` 存储了分类模型的预测结果。当分类完成后,这个变量会包含具体的类别标签,你可以在后续的处理节点中引用这个分类结果来执行相应的逻辑。 \ No newline at end of file +`class_name` 存储了分类模型的预测结果。当分类完成后,这个变量会包含具体的类别标签,你可以在后续的处理节点中引用这个分类结果来执行相应的逻辑。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/start.mdx b/zh-hans/guides/workflow/node/start.mdx index 9b87296a..28077a9f 100644 --- a/zh-hans/guides/workflow/node/start.mdx +++ b/zh-hans/guides/workflow/node/start.mdx @@ -67,3 +67,26 @@ Chatflow 类型应用提供以下系统变量: | `sys.workflow_run_id` | String | Workflow 应用运行 ID,用于记录 Workflow 应用中的运行情况 | 面向具备开发能力的用户,可以通过此参数追踪应用的历次运行情况 | ![](https://assets-docs.dify.ai/2025/04/233efef6802ae700489f3ab3478bca6b.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/template.mdx b/zh-hans/guides/workflow/node/template.mdx index c581c2be..283e3d73 100644 --- a/zh-hans/guides/workflow/node/template.mdx +++ b/zh-hans/guides/workflow/node/template.mdx @@ -73,3 +73,26 @@ width="300" className="mx-auto" alt="metadata_field" /> + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/tools.mdx b/zh-hans/guides/workflow/node/tools.mdx index 55753f75..fc2f1978 100644 --- a/zh-hans/guides/workflow/node/tools.mdx +++ b/zh-hans/guides/workflow/node/tools.mdx @@ -53,4 +53,27 @@ title: 工具 ### 将工作流应用发布为工具 -工作流应用可以被发布为工具,并被其它工作流内的节点所应用。关于如何创建自定义工具和配置工具,请参考[工具配置说明](/zh-hans/guides/tools/extensions/api-based/api-based-extension)。 \ No newline at end of file +工作流应用可以被发布为工具,并被其它工作流内的节点所应用。关于如何创建自定义工具和配置工具,请参考[工具配置说明](/zh-hans/guides/tools/extensions/api-based/api-based-extension)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/variable-aggregator.mdx b/zh-hans/guides/workflow/node/variable-aggregator.mdx index 062e2633..23fbed23 100644 --- a/zh-hans/guides/workflow/node/variable-aggregator.mdx +++ b/zh-hans/guides/workflow/node/variable-aggregator.mdx @@ -42,4 +42,27 @@ title: 变量聚合 **聚合分组** -开启聚合分组后,变量聚合器可以聚合多组变量,各组内聚合时要求同一种数据类型。 \ No newline at end of file +开启聚合分组后,变量聚合器可以聚合多组变量,各组内聚合时要求同一种数据类型。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/node/variable-assigner.mdx b/zh-hans/guides/workflow/node/variable-assigner.mdx index ca4c1bd1..bf79bff0 100644 --- a/zh-hans/guides/workflow/node/variable-assigner.mdx +++ b/zh-hans/guides/workflow/node/variable-assigner.mdx @@ -190,3 +190,26 @@ def main(arg1: list) -> str: * **清空**,清空所选中变量中的内容 * **追加**,在目标的数组变量中添加一个新的元素 * **扩展**,在目标的数组变量中添加新的数组,即一次性添加多个元素 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/orchestrate-node.mdx b/zh-hans/guides/workflow/orchestrate-node.mdx index 84afe9c3..5e5536a1 100644 --- a/zh-hans/guides/workflow/orchestrate-node.mdx +++ b/zh-hans/guides/workflow/orchestrate-node.mdx @@ -134,4 +134,27 @@ Chatflow 和 Workflow 类型应用内的节点均可以通过可视化拖拉拽 并行结构应用日志界面 - \ No newline at end of file + + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/publish.mdx b/zh-hans/guides/workflow/publish.mdx index f4b10356..ce50ef0d 100644 --- a/zh-hans/guides/workflow/publish.mdx +++ b/zh-hans/guides/workflow/publish.mdx @@ -22,3 +22,26 @@ title: 应用发布 如需管理多个版本的 聊天流/工作流,请参阅 [版本管理](https://docs.dify.ai/zh-hans/guides/management/version-control)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/readme.mdx b/zh-hans/guides/workflow/readme.mdx index 1c327013..fb01d359 100644 --- a/zh-hans/guides/workflow/readme.mdx +++ b/zh-hans/guides/workflow/readme.mdx @@ -45,3 +45,26 @@ LLM 可以用于起草电子邮件、社交媒体更新和其他形式的沟通 * 熟悉基础操作,包括在画布上创建节点、连接和配置节点、调试工作流、查看运行历史等; * 保存并发布一个工作流; * 在已发布应用中运行或者通过 API 调用工作流; + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/shortcut-key.mdx b/zh-hans/guides/workflow/shortcut-key.mdx index 0d4752e0..46f1b2ca 100644 --- a/zh-hans/guides/workflow/shortcut-key.mdx +++ b/zh-hans/guides/workflow/shortcut-key.mdx @@ -22,3 +22,26 @@ Chatflow / Workflow 应用编排页支持以下快捷键,帮助你提升编排 | V | V | 画布切换至指针模式 | | Delete/Backspace | Delete/Backspace | 删除选定节点 | | Alt + R | Option + R | 工作流开始运行 | + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/structured-outputs.mdx b/zh-hans/guides/workflow/structured-outputs.mdx index e72f4b48..1f571397 100644 --- a/zh-hans/guides/workflow/structured-outputs.mdx +++ b/zh-hans/guides/workflow/structured-outputs.mdx @@ -61,3 +61,26 @@ title: 结构化输出 2. **配置异常分支**:在节点内的 **异常处理** 中配置 **失败分支**。当节点发生异常时,将自动执行失败分支。 详情请参阅[异常处理](https://docs.dify.ai/zh-hans/guides/workflow/error-handling)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workflow/variables.mdx b/zh-hans/guides/workflow/variables.mdx index 9d53f1c5..30b29853 100644 --- a/zh-hans/guides/workflow/variables.mdx +++ b/zh-hans/guides/workflow/variables.mdx @@ -175,4 +175,27 @@ Chatflow 类型应用提供以下系统变量: ### 注意事项 * 为避免变量名重复,节点命名不可重复 -* 节点的输出变量一般为固定变量,不可编辑 \ No newline at end of file +* 节点的输出变量一般为固定变量,不可编辑 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workspace/app.mdx b/zh-hans/guides/workspace/app.mdx index 23e965ea..c4d06983 100644 --- a/zh-hans/guides/workspace/app.mdx +++ b/zh-hans/guides/workspace/app.mdx @@ -21,3 +21,26 @@ title: 发现 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workspace/aa95de9ca884480c7c52a6ee7239de1d.jpeg) 工作区中的应用包括:自己的应用和其他团队添加到工作区中的应用。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workspace/invite-and-manage-members.mdx b/zh-hans/guides/workspace/invite-and-manage-members.mdx index c923762e..bc182ae1 100644 --- a/zh-hans/guides/workspace/invite-and-manage-members.mdx +++ b/zh-hans/guides/workspace/invite-and-manage-members.mdx @@ -13,3 +13,26 @@ title: 邀请与管理成员 ### 成员删除 成员被移出团队后将不再能访问当前工作空间,但这不影响该用户访问其它已加入的工作空间。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/guides/workspace/readme.mdx b/zh-hans/guides/workspace/readme.mdx index 1ca02c0a..6cfe563a 100644 --- a/zh-hans/guides/workspace/readme.mdx +++ b/zh-hans/guides/workspace/readme.mdx @@ -20,3 +20,26 @@ Dify 是一个多用户平台,工作空间(Workspace)是团队的基本协 如果你使用的是云服务,当你首次登录后将为你自动创建一个工作空间,你将成为管理员。 在社区版中,安装时将提示你设置管理员 Email 与密码。社区版不支持开通多个工作空间。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/introduction.mdx b/zh-hans/introduction.mdx index 2a127a0c..09d9fc7e 100644 --- a/zh-hans/introduction.mdx +++ b/zh-hans/introduction.mdx @@ -34,3 +34,26 @@ Dify 一词源自 Define + Modify,意指定义并且持续的改进你的 AI * 了解如何[**自部署 Dify 到服务器**](/zh-hans/getting-started/install-self-hosted/docker-compose)上,并[**接入开源模型**](/zh-hans/guides/model-configuration/) * 了解 Dify 的[**特性规格**](/zh-hans/getting-started/readme/features-and-specifications/)和 **Roadmap** * 在 [**GitHub**](https://github.com/langgenius/dify) 上为我们点亮一颗星,并阅读我们的**贡献指南** + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/README.mdx b/zh-hans/learn-more/extended-reading/README.mdx index cc4fd6e3..465d9338 100644 --- a/zh-hans/learn-more/extended-reading/README.mdx +++ b/zh-hans/learn-more/extended-reading/README.mdx @@ -2,4 +2,25 @@ title: 扩展阅读/指南 --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx b/zh-hans/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx index 9dcbb172..fd48c790 100644 --- a/zh-hans/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx +++ b/zh-hans/learn-more/extended-reading/how-to-use-json-schema-in-dify.mdx @@ -234,3 +234,26 @@ You are a UI generator AI. Convert the user input into a UI. * [Introduction to Structured Outputs](https://cookbook.openai.com/examples/structured\_outputs\_intro) * [Structured Output](https://platform.openai.com/docs/guides/structured-outputs/json-mode?context=without\_parse) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/prompt-engineering.mdx b/zh-hans/learn-more/extended-reading/prompt-engineering.mdx index 66b282f5..e3386945 100644 --- a/zh-hans/learn-more/extended-reading/prompt-engineering.mdx +++ b/zh-hans/learn-more/extended-reading/prompt-engineering.mdx @@ -28,3 +28,26 @@ Prompt Engineering 已发展为一个潜力巨大,值得持续探索的学科 1. [Learn Prompting](https://learnprompting.org/zh-Hans/) 2. [ChatGPT Prompt Engineering for Developers](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/) 3. [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/prompt-engineering/README.mdx b/zh-hans/learn-more/extended-reading/prompt-engineering/README.mdx index fa3ad170..1f48d610 100644 --- a/zh-hans/learn-more/extended-reading/prompt-engineering/README.mdx +++ b/zh-hans/learn-more/extended-reading/prompt-engineering/README.mdx @@ -32,3 +32,26 @@ Prompt Engineering 已发展为一个潜力巨大,值得持续探索的学科 1. [Learn Prompting](https://learnprompting.org/zh-Hans/) 2. [ChatGPT Prompt Engineering for Developers](https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/) 3. [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/README.mdx b/zh-hans/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/README.mdx index f95ebfed..c7ff878d 100644 --- a/zh-hans/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/README.mdx +++ b/zh-hans/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/README.mdx @@ -74,4 +74,27 @@ title: 提示词专家模式(已下线) 调试历史可以在初始的构建应用主界面左侧导航栏的“日志与标注”中查看。 -![日志与标注界面查看提示词日志](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/0a37cb6a650018e73459cf42edcc0c73.png) \ No newline at end of file +![日志与标注界面查看提示词日志](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/0a37cb6a650018e73459cf42edcc0c73.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx b/zh-hans/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx index 198411ee..fb13b745 100644 --- a/zh-hans/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx +++ b/zh-hans/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/prompt-engineering-template.mdx @@ -149,3 +149,26 @@ Dify 与部分模型厂商针对系统提示词做了联合深度优化,部分 * 对话前提示词(`Pre-prompt`):在**简易模式**下编排的对话前提示词将插入至完整提示词中。 * 会话历史(`History`):使用文本生成模型构建聊天应用时,系统会将用户会话历史作为上下文插入至完整提示词中。由于部分模型对角色前缀的响应有所差异,你也可以在对话历史的设置中修改对话历史中的角色前缀名,例如:将 “`Assistant`” 改为 “`AI`”。 * 查询内容(`Query`):查询内容为变量值,用于插入用户在聊天中输入的问题。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/retrieval-augment/README.mdx b/zh-hans/learn-more/extended-reading/retrieval-augment/README.mdx index dcde0dc3..d09b607b 100644 --- a/zh-hans/learn-more/extended-reading/retrieval-augment/README.mdx +++ b/zh-hans/learn-more/extended-reading/retrieval-augment/README.mdx @@ -29,5 +29,25 @@ title: RAG 概念简介 整体而言,RAG 允许大模型访问外部最新信息的数据源,从而弥补相关领域的知识缺口,提升输出的回答与知识的相关性。RAG 能够帮助 LLM 与外部来源检索的可验证实时数据相结合,输出更加准确的答案,使结果变得真实可信,降低不必要的风险。 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} - + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx b/zh-hans/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx index d598b9b4..77bf2d7b 100644 --- a/zh-hans/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx +++ b/zh-hans/learn-more/extended-reading/retrieval-augment/hybrid-search.mdx @@ -87,3 +87,26 @@ RAG 检索环节中的主流方法是向量检索,即语义相关度匹配的 进入“提示词编排->上下文->选择知识库->设置”页面中可以在创建应用时修改不同的检索模式。 ![提示词编排中修改检索模式](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/b07e4a2c1345ab676c6e0c107651d0f9.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/retrieval-augment/rerank.mdx b/zh-hans/learn-more/extended-reading/retrieval-augment/rerank.mdx index 2d185468..4edce081 100644 --- a/zh-hans/learn-more/extended-reading/retrieval-augment/rerank.mdx +++ b/zh-hans/learn-more/extended-reading/retrieval-augment/rerank.mdx @@ -54,3 +54,26 @@ Dify 目前已支持 Cohere Rerank 模型,进入“模型供应商-> Cohere” 查看更多关于多路召回模式的说明,[《多路召回》](/zh-hans/guides/knowledge-base/integrate-knowledge-within-application#duo-lu-zhao-hui-tui-jian)。 ![知识库多路召回模式中设置 Rerank 模型](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/24e43084b10f144c718c5b8545c1e4b4.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/retrieval-augment/retrieval.mdx b/zh-hans/learn-more/extended-reading/retrieval-augment/retrieval.mdx index 5af9b092..959c24fc 100644 --- a/zh-hans/learn-more/extended-reading/retrieval-augment/retrieval.mdx +++ b/zh-hans/learn-more/extended-reading/retrieval-augment/retrieval.mdx @@ -18,3 +18,26 @@ title: 召回模式 ![多路召回](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/af426fa2d9ba358ca769a19f70369b31.png) 由于多路召回模式不依赖于模型的推理能力或知识库描述,该模式在多知识库检索时能够获得质量更高的召回效果,除此之外加入 Rerank 步骤也能有效改进文档召回效果。因此,当创建的知识库问答应用关联了多个知识库时,我们更推荐将召回模式配置为多路召回。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/what-is-array-variable.mdx b/zh-hans/learn-more/extended-reading/what-is-array-variable.mdx index 36362df7..5cca7fa5 100644 --- a/zh-hans/learn-more/extended-reading/what-is-array-variable.mdx +++ b/zh-hans/learn-more/extended-reading/what-is-array-variable.mdx @@ -44,7 +44,25 @@ title: 什么是数组变量? * [工作流 - 列表操作](../../guides/workflow/node/list-operator)。列表操作节点可以对文件的格式类型、文件名、大小等属性进行过滤与提取,将不同格式的文件传递给对应的处理节点,以实现对不同文件处理流的精确控制 * [工作流 - 迭代](../../guides/workflow/node/iteration)。针对数组中的元素依次执行相同的操作步骤,直至输出所有结果,可以理解为任务批处理器。 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} - - - + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/extended-reading/what-is-llmops.mdx b/zh-hans/learn-more/extended-reading/what-is-llmops.mdx index 7dc0ed57..e9507ee6 100644 --- a/zh-hans/learn-more/extended-reading/what-is-llmops.mdx +++ b/zh-hans/learn-more/extended-reading/what-is-llmops.mdx @@ -28,3 +28,26 @@ title: 什么是 LLMOps? 6. 系统和运营:易用的界面,非技术人员也可参与,支持多人协同,降低开发和维护成本。与传统开发方式相比,Dify 提供了更加透明和易于监控的应用管理,让团队成员更好地了解应用的运行情况。 另外,Dify 将提供 AI 插件开发和集成的功能,使得开发者可以轻松地为各种应用创建和部署基于 LLM 的插件,进一步提升了开发效率和应用的价值。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/faq/install-faq.mdx b/zh-hans/learn-more/faq/install-faq.mdx index 91471f16..0737f6c6 100644 --- a/zh-hans/learn-more/faq/install-faq.mdx +++ b/zh-hans/learn-more/faq/install-faq.mdx @@ -386,3 +386,26 @@ Dify**不会**自动删除数据库中的旧日志或存储中的未使用文件 ... Removed 365 orphaned files without errors. ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/faq/llms-use-faq.mdx b/zh-hans/learn-more/faq/llms-use-faq.mdx index fad18b9a..eeed3fbb 100644 --- a/zh-hans/learn-more/faq/llms-use-faq.mdx +++ b/zh-hans/learn-more/faq/llms-use-faq.mdx @@ -138,3 +138,26 @@ Dify 支持以下作为 Embedding 模型使用,只需在配置框中选择 `Em ### 21. 如何把自己创建的应用设置成应用模板? 该功能为 Dify 官方提供的应用模板供云端版用户参考使用,暂未支持将自己创建的应用设置成应用模板。如你使用云端版,可 **添加到工作区** 或 **自定义** 修改后成为你自己的应用。如你使用社区版,需要为团队内创建更多的应用模板,你可咨询我们商业化团队获得付费的技术支持:`business@dify.ai` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/faq/plugins.mdx b/zh-hans/learn-more/faq/plugins.mdx index fedb64c1..ac4b0d82 100644 --- a/zh-hans/learn-more/faq/plugins.mdx +++ b/zh-hans/learn-more/faq/plugins.mdx @@ -14,3 +14,26 @@ title: 插件 建议在测试 / 沙箱环境内安装插件,确认安全后再安装至生产环境。 如果你希望采取更加严格的措施控制插件的安装,请参考[第三方签名验证](/zh_hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/how-to-use-json-schema-in-dify.mdx b/zh-hans/learn-more/how-to-use-json-schema-in-dify.mdx index c0764dc0..d55770b2 100644 --- a/zh-hans/learn-more/how-to-use-json-schema-in-dify.mdx +++ b/zh-hans/learn-more/how-to-use-json-schema-in-dify.mdx @@ -232,3 +232,26 @@ You are a UI generator AI. Convert the user input into a UI. - [Introduction to Structured Outputs](https://cookbook.openai.com/examples/structured_outputs_intro) - [Structured Output](https://platform.openai.com/docs/guides/structured-outputs/json-mode?context=without_parse) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/README.mdx b/zh-hans/learn-more/use-cases/README.mdx index c10da173..96c0e35b 100644 --- a/zh-hans/learn-more/use-cases/README.mdx +++ b/zh-hans/learn-more/use-cases/README.mdx @@ -2,4 +2,25 @@ title: 应用案例 --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/build-an-notion-ai-assistant.mdx b/zh-hans/learn-more/use-cases/build-an-notion-ai-assistant.mdx index bf443248..2596462c 100644 --- a/zh-hans/learn-more/use-cases/build-an-notion-ai-assistant.mdx +++ b/zh-hans/learn-more/use-cases/build-an-notion-ai-assistant.mdx @@ -151,3 +151,26 @@ curl --location --request POST 'https://api.dify.ai/v1/chat-messages' \ 在本教程中,我们不仅学会了如何将你的 Notion 数据导入到 Dify 中,还学会了如何使用 API 将其与你的项目集成。 Dify 是一个用户友好的 LLMOps 平台,旨在赋予更多人创建可持续的 AI 原生应用程序的能力。通过为各种应用类型设计的可视化编排,Dify 提供了可供使用的应用程序,可以帮助你利用数据打造独特的 AI 助手。如果你有任何疑问,请随时与我们联系。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx b/zh-hans/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx index ffc96d84..1dcf6a50 100644 --- a/zh-hans/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx +++ b/zh-hans/learn-more/use-cases/building-an-ai-thesis-slack-bot.mdx @@ -134,3 +134,26 @@ b. 如果确认到 Dify 的搜索结果和 Slack 上的传输内容,恭喜您 ## 6. 结语 通过 AI Thesis Slack Bot,您可以实现学术信息的智能自动化推送,提升研究团队的生产力。如果希望进一步探索 AI Thesis Bot 的潜能,可以结合 Dify 和 Realtime API,开发更高级的应用,如 实时论文讨论 和 智能问答,让 AI 在学术交流和 AI 应用中发挥更大作用! 🚀 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx b/zh-hans/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx index 454d1fc7..2f4e1728 100644 --- a/zh-hans/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx +++ b/zh-hans/learn-more/use-cases/connect-dify-to-various-im-platforms-by-using-langbot.mdx @@ -103,3 +103,25 @@ title: 将 Dify 快速接入 QQ、微信、飞书、钉钉等平台 ![](https://assets-docs.dify.ai/2025/03/9682c62f9bcafcffb0b61c2b0f5a6cb1.png) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/create-a-midjoureny-prompt-word-robot-with-zero-code.mdx b/zh-hans/learn-more/use-cases/create-a-midjoureny-prompt-word-robot-with-zero-code.mdx index 3feabbfc..3418a18d 100644 --- a/zh-hans/learn-more/use-cases/create-a-midjoureny-prompt-word-robot-with-zero-code.mdx +++ b/zh-hans/learn-more/use-cases/create-a-midjoureny-prompt-word-robot-with-zero-code.mdx @@ -55,3 +55,26 @@ Dify 可以选择两种应用一种是对话型应用类似于 ChatGPT 那种, ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/ee4c61c8e3f7b99784149872b3939c22.png) 这就是利用 Dify 创建一个简单 AI 应用的流程,你还可以通过生成的 API 把你的应用部署在其他平台或者更改它的 UI。同时 Dify 还支持上传你自己的数据,比如你可以建一个客服机器人帮助你回答自己产品的相关问题。教程到这里就结束了,感谢 @goocarlos 创建了这么好的产品。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx b/zh-hans/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx index 537d6c8e..c0a743f7 100644 --- a/zh-hans/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx +++ b/zh-hans/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.mdx @@ -66,3 +66,26 @@ Dify 是一个开源产品,你可以在 GitHub (https://github.com/langgenius/ ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/b883028e410ece356e9ae332be66f3b9.png) 以上通过 Dify 官网 AI 客服 Bob 的例子演示了如何将 Dify 应用嵌入到官网的具体操作步骤。当然,你还可以通过 Dify 提供的更多特性来增加 AI 客服的表现,例如增加一些变量设置,让用户在互动前填入必要的判断信息,如名字、使用的具体产品等等。 欢迎你一起来探索,定制企业的 AI 智能客服。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/dify-model-arena.mdx b/zh-hans/learn-more/use-cases/dify-model-arena.mdx index 9129d3e1..87bbba5e 100644 --- a/zh-hans/learn-more/use-cases/dify-model-arena.mdx +++ b/zh-hans/learn-more/use-cases/dify-model-arena.mdx @@ -41,3 +41,25 @@ Dify 聊天助手类型应用内预置的 [“多模型调试”](/zh_CN/guides/ 如需了解更多内容,或遇到使用问题,请参考[多模型调试](/zh_CN/guides/application-orchestrate/multiple-llms-debugging)。 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/dify-on-dingtalk.mdx b/zh-hans/learn-more/use-cases/dify-on-dingtalk.mdx index 98b593b6..60fb57e5 100644 --- a/zh-hans/learn-more/use-cases/dify-on-dingtalk.mdx +++ b/zh-hans/learn-more/use-cases/dify-on-dingtalk.mdx @@ -165,3 +165,26 @@ docker compose up -d 到此为止,Dify 应用在钉钉上的集成已经完成,希望本文给你带来了帮助。 如果你对 Dify-on-Dingtalk 的功能还有其他需求和期待,欢迎对[该项目](https://github.com/zfanswer/dify-on-dingtalk)进行贡献。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/dify-on-teams.mdx b/zh-hans/learn-more/use-cases/dify-on-teams.mdx index 18ef5473..76abd4a1 100644 --- a/zh-hans/learn-more/use-cases/dify-on-teams.mdx +++ b/zh-hans/learn-more/use-cases/dify-on-teams.mdx @@ -182,3 +182,26 @@ npx localtunnel --port 3978 ## 8. 后记 现在,你的 AI 聊天机器人应该能够在 Microsoft Teams 上运行良好。如果运行良好,可以切换至使用公司的 Microsoft Teams 商业账户内的正式环境,并使用远程服务器托管,使这个 Teams 助手在生产环境中运行。希望你喜欢这个教程,我们下次再见。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/dify-on-wechat.mdx b/zh-hans/learn-more/use-cases/dify-on-wechat.mdx index ea481882..b258a7c6 100644 --- a/zh-hans/learn-more/use-cases/dify-on-wechat.mdx +++ b/zh-hans/learn-more/use-cases/dify-on-wechat.mdx @@ -492,3 +492,26 @@ python app.py ## 7. 后记 我是社畜打工人,精力实在有限,只能晚上下班还有周末空闲时间维护 [Dify on WeChat](https://github.com/hanfangyuan4396/dify-on-wechat) 项目,单靠我个人开发项目进度十分缓慢,希望大家能一起参与进来这个项目,多多提 PR,让 Dify 的生态变得更好 \~ + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/dify-on-whatsapp.mdx b/zh-hans/learn-more/use-cases/dify-on-whatsapp.mdx index 766f03e4..64675f43 100644 --- a/zh-hans/learn-more/use-cases/dify-on-whatsapp.mdx +++ b/zh-hans/learn-more/use-cases/dify-on-whatsapp.mdx @@ -224,4 +224,27 @@ Twilio沙盒webhook 完整的URL应如下所示:https://breezy-humans-help.loc ## 8. 后记 -现在,你的AI聊天机器人在WhatsApp上运行良好。也许你的下一步是使用你自己的WhatsApp商业账户,而不是Twilio沙盒,并使用服务器托管而不是在本地构建,使这个WhatsApp助手在生产中运行。希望你喜欢这个教程,我们下次再见。 \ No newline at end of file +现在,你的AI聊天机器人在WhatsApp上运行良好。也许你的下一步是使用你自己的WhatsApp商业账户,而不是Twilio沙盒,并使用服务器托管而不是在本地构建,使这个WhatsApp助手在生产中运行。希望你喜欢这个教程,我们下次再见。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/dify-schedule.mdx b/zh-hans/learn-more/use-cases/dify-schedule.mdx index 671553a8..afb673bf 100644 --- a/zh-hans/learn-more/use-cases/dify-schedule.mdx +++ b/zh-hans/learn-more/use-cases/dify-schedule.mdx @@ -137,3 +137,26 @@ ql repo https://github.com/leochen-g/dify-schedule.git "ql_" "utils" "sdk" * 新功能开发 请通过 Pull Request 或 Issue 参与项目建设。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/how-to-connect-aws-bedrock.mdx b/zh-hans/learn-more/use-cases/how-to-connect-aws-bedrock.mdx index 53256209..77e1ada1 100644 --- a/zh-hans/learn-more/use-cases/how-to-connect-aws-bedrock.mdx +++ b/zh-hans/learn-more/use-cases/how-to-connect-aws-bedrock.mdx @@ -168,3 +168,26 @@ class ExternalDatasetService: 若对于召回结果不满意,可以尝试修改召回参数或自行调整 AWS Bedrock Knowledge Base 的检索设置。 ![调整 AWS Bedrock Knowledge Base 文本处理参数](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/0984a89e4cf2a1150ec3160da14c656e.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx b/zh-hans/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx index f33b2e7c..b3e187ef 100644 --- a/zh-hans/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx +++ b/zh-hans/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.mdx @@ -84,3 +84,26 @@ Wix 是一个非常流行的网站创建平台,它允许用户通过拖拽的 **2. iframe 内容被裁剪,内容显示不全应如何处理?** 你可以调整并修改 `iframe` 代码框内的 `width` 和 `height` 的百分比值。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/how-to-make-llm-app-provide-a-progressive-chat-experience.mdx b/zh-hans/learn-more/use-cases/how-to-make-llm-app-provide-a-progressive-chat-experience.mdx index ea7b8c16..2862a293 100644 --- a/zh-hans/learn-more/use-cases/how-to-make-llm-app-provide-a-progressive-chat-experience.mdx +++ b/zh-hans/learn-more/use-cases/how-to-make-llm-app-provide-a-progressive-chat-experience.mdx @@ -98,3 +98,26 @@ title: 如何让 LLM 应用提供循序渐进的聊天体验? ![](https://assets-docs.dify.ai/2025/01/3b99ffe6ee3425789fc08da0f267afa0.png) > 如果还想要了解更多关于工作流的编排技巧,请参考[《工作流》](/zh-hans/guides/workflow)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx b/zh-hans/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx index 8f1fbb0a..2c8a351c 100644 --- a/zh-hans/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx +++ b/zh-hans/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.mdx @@ -88,3 +88,26 @@ Dify 是一个能够帮助你快速搭建生成式 AI 应用的平台,通过 * [工作流](https://docs.dify.ai/zh-hans/guides/workflow) * [文件上传](https://docs.dify.ai/zh-hans/guides/workflow/file-upload) * [本地部署 DeepSeek + Dify,构建你的专属私有 AI 助手](broken-reference) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/practical-implementation-of-building-llm-applications-using-a-full-set-of-open-source-tools.mdx b/zh-hans/learn-more/use-cases/practical-implementation-of-building-llm-applications-using-a-full-set-of-open-source-tools.mdx index 7b1dd5a7..69f24e36 100644 --- a/zh-hans/learn-more/use-cases/practical-implementation-of-building-llm-applications-using-a-full-set-of-open-source-tools.mdx +++ b/zh-hans/learn-more/use-cases/practical-implementation-of-building-llm-applications-using-a-full-set-of-open-source-tools.mdx @@ -368,3 +368,26 @@ hostname -I 当然,对于一个生产级别的 LLM 应用来说,只是完成大模型的接入和推理、聊天交互是远远不够。我们还需要针对性的对 LLM 进行 Prompt 的调优、添加私有数据作为上下文,亦或者是对 LLM 本身进行微调等工作,这需要长期的迭代和优化才能使得 LLM 应用表现越来越好。**Dify.AI 作为一个中间件工具平台,提供了一个完整 LLM App 技术栈的可视化的操作系统。完成了以上的基础服务部署后,后续的应用迭代和改进都可以基于 Dify 来完成,使得 LLM 应用的构建和管理变得更加简单和易用,在业务数据的处理上直接上传即可自动完成清洗处理,后续也将提供数据标注和改进的服务,甚至你的业务团队都可以参与协作。** 目前 LLM 的发展和应用落地还处于非常早期的阶段,相信在不久后,无论是 LLM 的能力释放,还是基于 LLM 之上的各个工具能力的不断完善,都会不断降低开发者探索 LLM 能力的门槛,让更多丰富场景的 AI 应用涌现。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx b/zh-hans/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx index 2809c287..e9457b56 100644 --- a/zh-hans/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx +++ b/zh-hans/learn-more/use-cases/private-ai-ollama-deepseek-dify.mdx @@ -191,3 +191,26 @@ fail to establish a new connection:[Errno 111] Connection refused')) ### 2. 如何修改 Ollama 服务地址和端口号? Ollama 默认绑定 `127.0.0.1` 端口 11434,你可以通过 `OLLAMA_HOST` 环境变量更改绑定地址。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/learn-more/use-cases/train-a-qa-chatbot-that-belongs-to-you.mdx b/zh-hans/learn-more/use-cases/train-a-qa-chatbot-that-belongs-to-you.mdx index 59d66881..bace18f5 100644 --- a/zh-hans/learn-more/use-cases/train-a-qa-chatbot-that-belongs-to-you.mdx +++ b/zh-hans/learn-more/use-cases/train-a-qa-chatbot-that-belongs-to-you.mdx @@ -108,3 +108,26 @@ _是的没错,你也可以把电子书上传进来,用 AI 帮助你提炼书 武力对等才会有真正的平权。如果你对我的实践过程同样感兴趣,可以来体验一下我做好的机器人。访问[此地址](https://udify.app/chat/F2Y4bKEWbuCb1FTC)。 不妨也来 Dify 平台训练属于你自己的机器人。做一个考试问答机器人?出题机器人? + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/best-practice/README.mdx b/zh-hans/plugins/best-practice/README.mdx index 7756ca72..fb3418f9 100644 --- a/zh-hans/plugins/best-practice/README.mdx +++ b/zh-hans/plugins/best-practice/README.mdx @@ -9,3 +9,25 @@ title: 最佳实践 develop-a-slack-bot-plugin.md +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/best-practice/develop-a-slack-bot-plugin.mdx b/zh-hans/plugins/best-practice/develop-a-slack-bot-plugin.mdx index d4edc598..a96ea1be 100644 --- a/zh-hans/plugins/best-practice/develop-a-slack-bot-plugin.mdx +++ b/zh-hans/plugins/best-practice/develop-a-slack-bot-plugin.mdx @@ -324,3 +324,25 @@ dify plugin package ./slack_bot * [工具](/zh-hans/plugins/schema-definition/tool) * [模型](/zh-hans/plugins/schema-definition/model/) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/best-practice/how-to-use-mcp-zapier.mdx b/zh-hans/plugins/best-practice/how-to-use-mcp-zapier.mdx index 383af90f..52d3c840 100644 --- a/zh-hans/plugins/best-practice/how-to-use-mcp-zapier.mdx +++ b/zh-hans/plugins/best-practice/how-to-use-mcp-zapier.mdx @@ -127,3 +127,26 @@ Zapier 的 MCP Server 将其已有的 7000+ 应用和 30,000+ 操作(Action) 配置完成后,当 Workflow 运行到该 Agent 节点时,就能够根据 Prompt 指令,利用配置好的 Zapier MCP Server 来执行任务。如下图所示,调用 Gmail 发送邮件: ![](https://assets-docs.dify.ai/2025/04/a201fb50200737881e4ddc0b31518336.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/faq.mdx b/zh-hans/plugins/faq.mdx index 3b097892..483c70aa 100644 --- a/zh-hans/plugins/faq.mdx +++ b/zh-hans/plugins/faq.mdx @@ -27,3 +27,26 @@ docker compose up -d 添加该字段后,Dify 平台将允许安装所有未在 Dify Marketplace 上架(审核)的插件,可能存在安全隐患。 建议在测试 / 沙箱环境内安装插件,确认安全后再安装至生产环境。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/introduction.mdx b/zh-hans/plugins/introduction.mdx index 245d7023..fbdae586 100644 --- a/zh-hans/plugins/introduction.mdx +++ b/zh-hans/plugins/introduction.mdx @@ -105,3 +105,26 @@ title: 功能简介 package-plugin-file-and-publish + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/manage-plugins.mdx b/zh-hans/plugins/manage-plugins.mdx index 5fb12d7c..cfb1c120 100644 --- a/zh-hans/plugins/manage-plugins.mdx +++ b/zh-hans/plugins/manage-plugins.mdx @@ -42,3 +42,25 @@ title: 插件管理 ![移除 plugin](https://assets-docs.dify.ai/2024/12/6cb1c000d20720c16ae3c0a70df26fd3.png) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/publish-plugins/README.mdx b/zh-hans/plugins/publish-plugins/README.mdx index d6a667a8..f22b08b1 100644 --- a/zh-hans/plugins/publish-plugins/README.mdx +++ b/zh-hans/plugins/publish-plugins/README.mdx @@ -76,3 +76,26 @@ title: 发布插件 * **快速分发或内部测试** → **推荐使用插件文件**,简单高效地安装和分享。 > 安装非 Dify 市场内的插件时,有可能遇到第三方签名验证问题。解决办法请参考[第三方签名验证](./signing-plugins-for-third-party-signature-verification.mdx)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/publish-plugins/package-plugin-file-and-publish.mdx b/zh-hans/plugins/publish-plugins/package-plugin-file-and-publish.mdx index 08060329..7aab757a 100644 --- a/zh-hans/plugins/publish-plugins/package-plugin-file-and-publish.mdx +++ b/zh-hans/plugins/publish-plugins/package-plugin-file-and-publish.mdx @@ -43,5 +43,25 @@ dify plugin package ./your_plugin_project 你可以将插件文件分享给他人,或上传至互联网供他人下载。 +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} - + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/publish-plugins/plugin-auto-publish-pr.mdx b/zh-hans/plugins/publish-plugins/plugin-auto-publish-pr.mdx index 562673a8..83cc6c76 100644 --- a/zh-hans/plugins/publish-plugins/plugin-auto-publish-pr.mdx +++ b/zh-hans/plugins/publish-plugins/plugin-auto-publish-pr.mdx @@ -295,3 +295,26 @@ dify-plugins/ ### 示例仓库 你可以参考[示例仓库](https://github.com/Yevanchen/exa-in-dify),了解完整的配置细节和最佳实践。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx b/zh-hans/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx index 2311d833..4edc16e1 100644 --- a/zh-hans/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx +++ b/zh-hans/plugins/publish-plugins/publish-plugin-on-personal-github-repo.mdx @@ -88,5 +88,25 @@ git push origin v0.0.1 ![](https://assets-docs.dify.ai/2024/12/3c2612349c67e6898a1f33a7cc320468.png) +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} - + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx index dbb9f8e7..2c20289c 100644 --- a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx +++ b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/README.mdx @@ -88,3 +88,26 @@ Dify Marketplace 欢迎来自合作伙伴和社区开发者的插件上架申请 3. **Beta 测试阶段可以更新插件吗?** 可以,但应避免引入破坏性更改。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx index c1ed99d9..70ed5b9d 100644 --- a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx +++ b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.mdx @@ -45,3 +45,26 @@ title: 插件开发者准则 * **形式审核:** 检查是否按要求声明了数据收集情况。 * **高危数据排查:** 重点关注是否收集了敏感数据(例如:健康信息、财务信息、儿童个人信息等),如果收集了敏感数据,则需要**额外审核**其使用目的和安全性措施。 * **恶意行为排查:** 检查是否存在明显恶意行为,例如未经用户同意私自收集数据、上传用户数据到未知服务器等。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx index fc8fbc97..681fcd70 100644 --- a/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx +++ b/zh-hans/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.mdx @@ -74,3 +74,26 @@ title: 插件隐私政策准则 * 收集健康数据,如运动、心率、医疗信息; * 保存搜索记录或浏览行为; * 处理财务信息,如银行资料、信用分、交易记录。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx b/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx index 79a469da..8f9836f7 100644 --- a/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx +++ b/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx @@ -98,3 +98,26 @@ docker compose up -d ``` 重启服务后,第三方签名验证功能将在当前社区版环境中启用。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/README.mdx b/zh-hans/plugins/quick-start/README.mdx index 14dce7fd..ceb235f1 100644 --- a/zh-hans/plugins/quick-start/README.mdx +++ b/zh-hans/plugins/quick-start/README.mdx @@ -50,3 +50,26 @@ title: 快速开始 你可以根据自身需求,有针对性地学习和掌握插件的使用或开发知识。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/debug-plugin.mdx b/zh-hans/plugins/quick-start/debug-plugin.mdx index 44c80d35..cb7213b4 100644 --- a/zh-hans/plugins/quick-start/debug-plugin.mdx +++ b/zh-hans/plugins/quick-start/debug-plugin.mdx @@ -23,3 +23,26 @@ REMOTE_INSTALL_KEY=****-****-****-****-**** 运行 `python -m main` 命令启动插件。在插件页即可看到该插件已被安装至 Workspace 内,团队中的其他成员也可以访问该插件。 ![](https://assets-docs.dify.ai/2024/12/ec26e5afc57bbfeb807719638f603807.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/develop-plugins/README.mdx b/zh-hans/plugins/quick-start/develop-plugins/README.mdx index e21fbed1..b964596c 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/README.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/README.mdx @@ -64,3 +64,26 @@ Extension 插件允许开发者将业务代码封装为插件,并自动提供 学习如何在 GitHub 上发布和管理插件,确保插件的持续优化和社区协作。 欢迎加入贡献者行列,与全球开发者共同完善 Dify 生态系统! + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx b/zh-hans/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx index 19df4d1a..5e6c8156 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/agent-strategy-plugin.mdx @@ -1172,3 +1172,26 @@ dify plugin package ./basic_agent/ 复杂任务往往需要多轮思考和多次工具调用。为了实现更智能的任务处理,通常采用循环执行的策略:**模型调用 → 工具调用**,直到任务完成或达到设定的最大迭代次数。 在这个过程中,提示词(Prompt)管理变得尤为重要。为了高效地组织和动态调整模型输入,建议参考插件内 Function Calling 功能的[完整实现代码](https://github.com/langgenius/dify-official-plugins/blob/main/agent-strategies/cot_agent/strategies/function_calling.py),了解如何通过标准化的方式来让模型调用外部工具并处理返回结果。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/develop-plugins/bundle.mdx b/zh-hans/plugins/quick-start/develop-plugins/bundle.mdx index 628982be..aa02d901 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/bundle.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/bundle.mdx @@ -85,3 +85,26 @@ dify-plugin bundle package ./bundle ``` 执行命令后,当前目录下将自动创建 `bundle.difybndl` 文件,该文件即为最后的打包结果。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/develop-plugins/extension-plugin.mdx b/zh-hans/plugins/quick-start/develop-plugins/extension-plugin.mdx index ea3dab96..9c394033 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/extension-plugin.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/extension-plugin.mdx @@ -273,3 +273,26 @@ dify-plugin package ./neko **最佳实践:** [开发 Slack Bot 插件](../../best-practice/develop-a-slack-bot-plugin) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/develop-plugins/initialize-development-tools.mdx b/zh-hans/plugins/quick-start/develop-plugins/initialize-development-tools.mdx index 210ee059..969629bd 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/initialize-development-tools.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/initialize-development-tools.mdx @@ -66,3 +66,26 @@ chmod +x dify-plugin-darwin-arm64 打包插件 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/README.mdx b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/README.mdx index e4489a98..fd5bf691 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/README.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/README.mdx @@ -69,3 +69,26 @@ Model 模型插件使 Dify 平台能够调用该模型供应商下的所有 LLM 1. [创建模型供应商](/zh-hans/plugins/quick-start/develop-plugins/model-plugin/create-model-providers) 2. 接入[预定义](/zh-hans/guides/model-configuration/predefined-model) / [自定义](/zh-hans/plugins/quick-start/develop-plugins/model-plugin/customizable-model)模型 3. [调试插件](/zh-hans/plugins/quick-start/debug-plugin) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx index d8daf95c..83262f10 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.mdx @@ -245,3 +245,26 @@ class XinferenceProvider(Provider): * [接入预定义模型](../../../../guides/model-configuration/predefined-model) * [接入自定义模型](../../../../guides/model-configuration/customizable-model) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx index 732f221f..dd22e38e 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/customizable-model.mdx @@ -342,3 +342,26 @@ def _invoke_error_mapping(self) -> dict[type[InvokeError], list[type[Exception]] * [反向调用 Dify 能力](/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/app) * [工具](/zh-hans/plugins/schema-definition/tool) * [模型](/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/model) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx index 1695a9f6..d5b96ef3 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.mdx @@ -276,3 +276,26 @@ REMOTE_INSTALL_KEY=****-****-****-****-**** * [反向调用 Dify 能力](../../../schema-definition/reverse-invocation-of-the-dify-service/) * [工具](../../../schema-definition/tool) * [模型](../../../schema-definition/model/) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/develop-plugins/tool-cha-jian.mdx b/zh-hans/plugins/quick-start/develop-plugins/tool-cha-jian.mdx index 7c3eb113..1b549c4a 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/tool-cha-jian.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/tool-cha-jian.mdx @@ -2,4 +2,25 @@ title: Tool 插件 --- +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/develop-plugins/tool-plugin.mdx b/zh-hans/plugins/quick-start/develop-plugins/tool-plugin.mdx index 010a6aad..23201290 100644 --- a/zh-hans/plugins/quick-start/develop-plugins/tool-plugin.mdx +++ b/zh-hans/plugins/quick-start/develop-plugins/tool-plugin.mdx @@ -361,3 +361,26 @@ dify plugin package ./google * [工具](../../schema-definition/tool) * [模型](../../schema-definition/model/) * [扩展 Agent 策略](../../schema-definition/agent) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/quick-start/install-plugins.mdx b/zh-hans/plugins/quick-start/install-plugins.mdx index af5ecbcd..0938cd17 100644 --- a/zh-hans/plugins/quick-start/install-plugins.mdx +++ b/zh-hans/plugins/quick-start/install-plugins.mdx @@ -83,3 +83,26 @@ Chatflow 和 Workflow 类型应用共用一套工作流编排画布,因此工 develop-plugins + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/README.mdx b/zh-hans/plugins/schema-definition/README.mdx index 478b2ea9..1ed41afa 100644 --- a/zh-hans/plugins/schema-definition/README.mdx +++ b/zh-hans/plugins/schema-definition/README.mdx @@ -27,3 +27,25 @@ title: 接口定义 reverse-invocation-of-the-dify-service +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/agent.mdx b/zh-hans/plugins/schema-definition/agent.mdx index 1e24deff..9ae2d777 100644 --- a/zh-hans/plugins/schema-definition/agent.mdx +++ b/zh-hans/plugins/schema-definition/agent.mdx @@ -409,3 +409,26 @@ class FunctionCallingAgentStrategy(AgentStrategy): yield self.create_text_message(text=llm_response.message.content) ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/endpoint.mdx b/zh-hans/plugins/schema-definition/endpoint.mdx index a6d2646c..d11e3adb 100644 --- a/zh-hans/plugins/schema-definition/endpoint.mdx +++ b/zh-hans/plugins/schema-definition/endpoint.mdx @@ -89,3 +89,25 @@ class Duck(Endpoint): return Response(generator(), status=200, content_type="text/html") ``` +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/general-specifications.mdx b/zh-hans/plugins/schema-definition/general-specifications.mdx index abde9b9b..e55b56c5 100644 --- a/zh-hans/plugins/schema-definition/general-specifications.mdx +++ b/zh-hans/plugins/schema-definition/general-specifications.mdx @@ -103,3 +103,26 @@ title: 通用规范定义 * `description` (string): 参数描述 * `default` (any): 默认 * `options`(list\[string]): 可选项 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/manifest.mdx b/zh-hans/plugins/schema-definition/manifest.mdx index d24c014c..5f44d94f 100644 --- a/zh-hans/plugins/schema-definition/manifest.mdx +++ b/zh-hans/plugins/schema-definition/manifest.mdx @@ -105,3 +105,26 @@ privacy: "./privacy.md" * `version`(string):语言的版本,目前仅支持 `3.12` * `entrypoint`(string):程序入口,在 python 下应为 `main` * `privacy` (string, optional):可选项,指定插件隐私政策文件的相对路径或 URL,例如 `"./privacy.md"` 或 `"https://your-web/privacy"`。如果计划将插件上架至 Dify Marketplace,**该字段为必填项**,用于提供明确的用户数据使用和隐私声明。详细填写指引请参考[插件隐私政策准则](../publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/model/README.mdx b/zh-hans/plugins/schema-definition/model/README.mdx index 50c8488d..6d40755b 100644 --- a/zh-hans/plugins/schema-definition/model/README.mdx +++ b/zh-hans/plugins/schema-definition/model/README.mdx @@ -13,3 +13,25 @@ title: Model model-schema.md +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/model/model-designing-rules.mdx b/zh-hans/plugins/schema-definition/model/model-designing-rules.mdx index 78c56a25..757006e4 100644 --- a/zh-hans/plugins/schema-definition/model/model-designing-rules.mdx +++ b/zh-hans/plugins/schema-definition/model/model-designing-rules.mdx @@ -196,3 +196,26 @@ title: 模型设计规则 * `variable` (string) 其他表单项变量名 * `value` (string) 其他表单项变量值 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/model/model-schema.mdx b/zh-hans/plugins/schema-definition/model/model-schema.mdx index cdd7beb7..e3a169fa 100644 --- a/zh-hans/plugins/schema-definition/model/model-schema.mdx +++ b/zh-hans/plugins/schema-definition/model/model-schema.mdx @@ -680,4 +680,27 @@ class RerankDocument(BaseModel): index: int # 原序号 text: str # 分段文本内容 score: float # 分数 -``` \ No newline at end of file +``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/persistent-storage.mdx b/zh-hans/plugins/schema-definition/persistent-storage.mdx index e37948de..36a66523 100644 --- a/zh-hans/plugins/schema-definition/persistent-storage.mdx +++ b/zh-hans/plugins/schema-definition/persistent-storage.mdx @@ -53,3 +53,26 @@ title: 持久化存储 def delete(self, key: str) -> None: pass ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx index 5092a032..10aaa6bd 100644 --- a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx +++ b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.mdx @@ -18,4 +18,27 @@ title: 反向调用 Dify 服务 插件能够调用 Dify 平台内的其它工具类型插件。 * [Node](node) - 插件能够调用 Dify 平台内某个 Chatflow/Workflow 应用内的节点。 \ No newline at end of file + 插件能够调用 Dify 平台内某个 Chatflow/Workflow 应用内的节点。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx index 5a523d46..50f8dff1 100644 --- a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx +++ b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.mdx @@ -106,3 +106,26 @@ class Duck(Endpoint): ) -> Generator[dict, None, None] | dict: pass ``` + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx index 160b8a00..5e3b2558 100644 --- a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx +++ b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.mdx @@ -266,3 +266,26 @@ class LLMTool(Tool): ``` 若该端点返回 `true` 则表示 `text` 中包含敏感内容。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx index a7e0843f..127724b4 100644 --- a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx +++ b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.mdx @@ -87,3 +87,26 @@ class ParameterExtractorTool(Tool): ``` 该接口参数与 `ParameterExtractor` 一致,最终的返回结果储存在 `NodeResponse.outputs['class_name']` 中。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx index 2c50c846..c271e036 100644 --- a/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx +++ b/zh-hans/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.mdx @@ -73,3 +73,26 @@ title: Tool ``` 此时的 `provider` 为该 tool 的 ID,`tool_name` 为 OpenAPI 中的 `operation_id`,若不存在,即为 Dify 自动生成的 `tool_name`,可以在工具管理页中看到具体的名称。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/plugins/schema-definition/tool.mdx b/zh-hans/plugins/schema-definition/tool.mdx index 069baaac..f70d2ebc 100644 --- a/zh-hans/plugins/schema-definition/tool.mdx +++ b/zh-hans/plugins/schema-definition/tool.mdx @@ -112,3 +112,26 @@ output_schema: ``` 上述示例代码定义了一个简单的工具,并为它指定了 `output_schema`,其中包含一个 `name` 字段,此时可以在 `workflow` 中引用该字段。但是请注意,还需要在工具的实现代码中返回一个变量才可以真正使用,否则将得到一个 `None` 返回结果。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/policies/agreement/README.mdx b/zh-hans/policies/agreement/README.mdx index ea88727e..559b0a36 100644 --- a/zh-hans/policies/agreement/README.mdx +++ b/zh-hans/policies/agreement/README.mdx @@ -24,3 +24,25 @@ Dify.AI 已获取以下认证: get-compliance-report.md +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/policies/agreement/get-compliance-report.mdx b/zh-hans/policies/agreement/get-compliance-report.mdx index bfb4b95d..64e9987c 100644 --- a/zh-hans/policies/agreement/get-compliance-report.mdx +++ b/zh-hans/policies/agreement/get-compliance-report.mdx @@ -87,3 +87,26 @@ Dify.AI 已正式通过 **SOC 2 Type I、SOC 2 Type II、ISO 27001:2022 及 GDPR **任何人**都可以在 Dify.AI 官方网站下载 Dify 的 DPA。 ![DPA](https://assets-docs.dify.ai/2025/02/291cddb3bf9dfd8c92967eabb87b95a0.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/policies/agreement/privacy.mdx b/zh-hans/policies/agreement/privacy.mdx index e37e4816..1031168d 100644 --- a/zh-hans/policies/agreement/privacy.mdx +++ b/zh-hans/policies/agreement/privacy.mdx @@ -2,3 +2,26 @@ title: "隐私政策" url: "https://dify.ai/privacy" --- + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/policies/agreement/tos.mdx b/zh-hans/policies/agreement/tos.mdx index e7a07b70..2b90f891 100644 --- a/zh-hans/policies/agreement/tos.mdx +++ b/zh-hans/policies/agreement/tos.mdx @@ -2,3 +2,26 @@ title: "服务条款" url: "https://dify.ai/terms" --- + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/policies/open-source.mdx b/zh-hans/policies/open-source.mdx index 31a8de8b..da38b837 100644 --- a/zh-hans/policies/open-source.mdx +++ b/zh-hans/policies/open-source.mdx @@ -6,3 +6,26 @@ title: 开源许可 Dify 的社区版本是开源的,采用基于 Apache 2.0 的开源许可,并附加额外条件。详细信息请参阅 [LICENSE](https://github.com/langgenius/dify/blob/main/LICENSE) 文件。 如有任何许可相关的问题或疑问,请联系 [business@dify.ai](mailto:business@dify.ai)。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/termbase/termbase.mdx b/zh-hans/termbase/termbase.mdx index 77b07837..982f6c2c 100644 --- a/zh-hans/termbase/termbase.mdx +++ b/zh-hans/termbase/termbase.mdx @@ -200,3 +200,26 @@ TopK 是控制检索返回结果数量的参数,指定保留相似度最高的 ## W ### 工作流(Workflow) 工作流是一种任务编排方式,将复杂 AI 应用拆分为多个独立节点并按特定顺序执行。在 Dify 平台中,开发者可以可视化设计工作流,组合多个处理步骤(如用户输入处理、知识检索、多模型协作、条件分支),构建能处理复杂业务逻辑的 AI 应用,使应用开发既灵活又直观。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/workshop/basic/build-ai-image-generation-app.mdx b/zh-hans/workshop/basic/build-ai-image-generation-app.mdx index f580ace4..a7312ec8 100644 --- a/zh-hans/workshop/basic/build-ai-image-generation-app.mdx +++ b/zh-hans/workshop/basic/build-ai-image-generation-app.mdx @@ -174,3 +174,26 @@ Agent 是一种模拟人类行为和能力的 AI 系统,它通过自然语言 在**添加功能 - 内容审查**中添加关键词 “晚饭”,当用户输入关键词时,则 Agent 应用输出 “对不起,我不明白你在说什么”。 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/e9d6e1a7f3a13c88dc98eef89f221949.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/workshop/basic/travel-assistant.mdx b/zh-hans/workshop/basic/travel-assistant.mdx index 27b56bd5..5905c6ed 100644 --- a/zh-hans/workshop/basic/travel-assistant.mdx +++ b/zh-hans/workshop/basic/travel-assistant.mdx @@ -154,3 +154,26 @@ Dify 目前支持`文本`、`段落`、`下拉选项`、`数字`、`基于 API 添加变量后,用户可以按照应用开发者的意图向应用提供必要的背景信息,实现的效果如下: ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/927260e8e6198b98f3b9406f856c0240.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/workshop/intermediate/article-reader.mdx b/zh-hans/workshop/intermediate/article-reader.mdx index 7cee4290..42fe3f6d 100644 --- a/zh-hans/workshop/intermediate/article-reader.mdx +++ b/zh-hans/workshop/intermediate/article-reader.mdx @@ -172,3 +172,26 @@ title: 使用文件上传搭建文章理解助手 在迭代节点前加入列表操作,调整**过滤条件**、**排序**,然后将迭代节点的输入改为列表操作节点的输出。 ![](https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/9acd0bf90a2bc40d9214bba00d5e26c2.png) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/workshop/intermediate/customer-service-bot.mdx b/zh-hans/workshop/intermediate/customer-service-bot.mdx index 9c78d68e..80c7ac2f 100644 --- a/zh-hans/workshop/intermediate/customer-service-bot.mdx +++ b/zh-hans/workshop/intermediate/customer-service-bot.mdx @@ -177,3 +177,26 @@ LLM 需要根据用户的提问,调整回复,使得回复内容更加得体 ## 思考题 3: 如何将客服机器人嵌入网页 应用发布后,选择嵌入网页,选择一种合适的嵌入形式,将代码粘贴到网页的合适位置即可。 + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/workshop/intermediate/twitter-chatflow.mdx b/zh-hans/workshop/intermediate/twitter-chatflow.mdx index bdbe8e76..f89e5e4e 100644 --- a/zh-hans/workshop/intermediate/twitter-chatflow.mdx +++ b/zh-hans/workshop/intermediate/twitter-chatflow.mdx @@ -124,3 +124,26 @@ Crawlbase 应该是目前最便宜的 Twitter 爬虫服务,但有时它可能 * [X@dify\_ai](https://x.com/dify\_ai) * Dify 的 [GitHub 仓库](https://github.com/langgenius/dify) + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + + diff --git a/zh-hans/workshop/readme.mdx b/zh-hans/workshop/readme.mdx index 327ccbff..13af3627 100644 --- a/zh-hans/workshop/readme.mdx +++ b/zh-hans/workshop/readme.mdx @@ -9,3 +9,26 @@ title: 简介 无需担心需要任何前置知识,我们会从最基础的概念开始,逐步引导你进入更高级的主题。无论你是完全的新手,还是有一些编程经验但想学习 AI 技术,本教程都将为你提供所需的一切。 让我们一起开始这段学习之旅,探索 Dify 的无限可能吧! + +{/* +Contributing Section +DO NOT edit this section! +It will be automatically generated by the script. +*/} + + + + 通过直接提交修改来帮助改进文档内容 + + + 发现错误或有改进建议?请提交问题反馈 + +