+
### Enabling Annotated Replies in Prompt Orchestration
Enable the annotated replies switch by navigating to **“Orchestrate -> Add Features”**:
-
Enabling Annotated Replies in Prompt Orchestration
+
When enabling, you need to set the parameters for annotated replies, which include: Score Threshold and Embedding Model.
@@ -33,27 +33,27 @@ When enabling, you need to set the parameters for annotated replies, which inclu
Click save and enable, and the settings will take effect immediately. The system will generate embeddings for all saved annotations using the embedding model.
-
Setting Parameters for Annotated Replies
+
### Adding Annotations in the Conversation Debug Page
You can directly add or edit annotations on the model response information in the debug and preview pages.
-
Adding Annotated Replies
+
Edit the response to the high-quality reply you need and save it.
-
Editing Annotated Replies
+
Re-enter the same user question, and the system will use the saved annotation to reply to the user's question directly.
-
Replying to User Questions with Saved Annotations
+
### Enabling Annotated Replies in Logs and Annotations
Enable the annotated replies switch by navigating to “Logs & Ann. -> Annotations”:
-
Enabling Annotated Replies in Logs and Annotations
+
### Setting Parameters for Annotated Replies in the Annotation Backend
@@ -63,22 +63,22 @@ The parameters that can be set for annotated replies include: Score Threshold an
**Embedding Model:** This is used to vectorize the annotated text. Changing the model will regenerate the embeddings.
-
Setting Parameters for Annotated Replies
+
### Bulk Import of Annotated Q\&A Pairs
In the bulk import feature, you can download the annotation import template, edit the annotated Q\&A pairs according to the template format, and then import them in bulk.
-
Bulk Import of Annotated Q&A Pairs
+
### Bulk Export of Annotated Q\&A Pairs
Through the bulk export feature, you can export all saved annotated Q\&A pairs in the system at once.
-
Bulk Export of Annotated Q&A Pairs
+
### Viewing Annotation Hit History
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
+
diff --git a/en/guides/annotation/logs.md b/en/guides/annotation/logs.md
index 2adb428e4..c4b0626bd 100644
--- a/en/guides/annotation/logs.md
+++ b/en/guides/annotation/logs.md
@@ -24,7 +24,7 @@ The logs currently do not include interaction records from the Prompt debugging
These annotations will be used for model fine-tuning in future versions of Dify to improve model accuracy and response style. The current preview version only supports annotations.
{% endhint %}
-
Mark logs to improve your app
+
Clicking on a log entry will open the log details panel on the right side of the interface. In this panel, operators can annotate an interaction:
diff --git a/en/guides/application-orchestrate/agent.md b/en/guides/application-orchestrate/agent.md
index 6a73faa31..5f5f01804 100644
--- a/en/guides/application-orchestrate/agent.md
+++ b/en/guides/application-orchestrate/agent.md
@@ -8,15 +8,15 @@ An Agent Assistant can leverage the reasoning abilities of large language models
To facilitate quick learning and use, application templates for the Agent Assistant are available in the 'Explore' section. You can integrate these templates into your workspace. The new Dify 'Studio' also allows the creation of a custom Agent Assistant to suit individual requirements. This assistant can assist in analyzing financial reports, composing reports, designing logos, and organizing travel plans.
-
Explore-Agent Assistant Application Template
+
The task completion ability of the Agent Assistant depends on the inference capabilities of the model selected. We recommend using a more powerful model series like GPT-4 when employing Agent Assistant to achieve more stable task completion results.
-
Selecting the Reasoning Model for Agent Assistant
+
You can write prompts for the Agent Assistant in 'Instructions'. To achieve optimal results, you can clearly define its task objectives, workflow, resources, and limitations in the instructions.
-
Orchestrating Prompts for Agent Assistant
+
## Adding Tools for the Agent Assistant
@@ -26,13 +26,13 @@ In the "Tools" section, you are able to add tools that are required for use. The
You have the option to directly use built-in tools in Dify, or you can easily import custom API tools (currently supporting OpenAPI/Swagger and OpenAI Plugin standards).
-
Adding Tools for the Assistant
+
The **Tools** feature allows you to create more powerful AI applications on Dify. For example, you can orchestrate suitable tools for Agent Assistant, enabling it to complete complex tasks through reasoning, step decomposition, and tool invocation.
Additionally, the tool simplifies the integration of your application with other systems or services, enabling interactions with the external environment, such as executing code or accessing proprietary information sources. Simply mention the name of the tool you want to invoke in the chat box, and it will be automatically activated.
-
+
## Agent Settings
@@ -40,15 +40,15 @@ On Dify, two inference modes are provided for Agent Assistant: Function Calling
In the Agent settings, you can modify the iteration limit of the Agent.
-
+
## Configuring the Conversation Opener
You can set up a conversation opener and initial questions for your Agent Assistant. The configured conversation opener will be displayed at the beginning of each user's first interaction, showcasing the types of tasks the Agent can perform, along with examples of questions that can be asked.
-
Configuring the Conversation Opener and Initial Questions
+
### Uploading Documentation File
@@ -62,8 +62,8 @@ Select an LLM that supports file reading and enable the "Documentation" feature.
After orchestrating your Agent Assistant, you have the option to debug and preview it before publishing it as an application. This allows you to assess the effectiveness of the agent in completing tasks.
-
Debugging and Preview
+
## Application Publish
-
Publishing the Application as a Webapp
+
diff --git a/en/guides/application-orchestrate/app-toolkits/README.md b/en/guides/application-orchestrate/app-toolkits/README.md
index a825fc0cb..6f8ef7592 100644
--- a/en/guides/application-orchestrate/app-toolkits/README.md
+++ b/en/guides/application-orchestrate/app-toolkits/README.md
@@ -4,19 +4,19 @@ In **Application Orchestration**, click **Add Feature** to open the application
The application toolbox provides various additional features for Dify's [applications](../#application_type):
-
+
### Conversation Opening
In conversational applications, the AI will proactively say the first sentence or ask a question. You can edit the content of the opening, including the initial question. Using conversation openings can guide users to ask questions, explain the application background, and lower the barrier for initiating a conversation.
-
Conversation Opening
+
### Next Step Question Suggestions
Setting next step question suggestions allows the AI to generate 3 follow-up questions based on the previous conversation, guiding the next round of interaction.
-
+
### Citation and Attribution
diff --git a/en/guides/application-orchestrate/app-toolkits/moderation-tool.md b/en/guides/application-orchestrate/app-toolkits/moderation-tool.md
index 73c387212..247a64e10 100644
--- a/en/guides/application-orchestrate/app-toolkits/moderation-tool.md
+++ b/en/guides/application-orchestrate/app-toolkits/moderation-tool.md
@@ -2,7 +2,7 @@
In our interactions with AI applications, we often have stringent requirements in terms of content security, user experience, and legal regulations. At this point, we need the "Sensitive Word Review" feature to create a better interactive environment for end-users. On the orchestration page, click "Add Feature" and locate the "Content Review" toolbox at the bottom:
-
Content moderation
+
## Call the OpenAI Moderation API
@@ -10,16 +10,16 @@ OpenAI, along with most companies providing LLMs, includes content moderation fe
Now you can also directly call the OpenAI Moderation API on Dify; you can review either input or output content simply by entering the corresponding "preset reply."
-
Configuring Load Balancing from Add Model
+
## Keywords
Developers can customize the sensitive words they need to review, such as using "kill" as a keyword to perform an audit action when users input. The preset reply content should be "The content is violating usage policies." It can be anticipated that when a user inputs a text chuck containing "kill" at the terminal, it will trigger the sensitive word review tool and return the preset reply content.
-
Configuring Load Balancing from Add Model
+
## Moderation Extension
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
+
diff --git a/en/guides/application-orchestrate/chatbot-application.md b/en/guides/application-orchestrate/chatbot-application.md
index 02e5511f0..35d163078 100644
--- a/en/guides/application-orchestrate/chatbot-application.md
+++ b/en/guides/application-orchestrate/chatbot-application.md
@@ -22,7 +22,7 @@ Click the "Create Application" button on the homepage to create an application.
After the application is successfully created, it will automatically redirect to the application overview page. Click on the button on the left menu: **"Orchestrate"** to compose the application.
-
+
**2.1 Fill in Prompts**
@@ -38,17 +38,17 @@ For a better experience, we will add an opening dialogue: `"Hello, {{name}}. I'm
To add the opening dialogue, click the "Add Feature" button in the upper left corner, and enable the "Conversation remarkers" feature:
-
+
And then edit the opening remarks:
-
+
**2.2 Adding Context**
If an application wants to generate content based on private contextual conversations, it can use our [knowledge](../knowledge-base/) feature. Click the "Add" button in the context to add a knowledge base.
-
+
**2.3 Uploading Documentation File**
@@ -62,11 +62,11 @@ Select an LLM that supports file reading and enable the "Documentation" feature.
Enter user inputs on the right side and check the respond content.
-
+
If the results are not satisfactory, you can adjust the prompts and model parameters. Click on the model name in the upper right corner to set the parameters of the model:
-
+
**Multiple Model Debugging:**
diff --git a/en/guides/application-orchestrate/creating-an-application.md b/en/guides/application-orchestrate/creating-an-application.md
index e026807f4..f4068277f 100644
--- a/en/guides/application-orchestrate/creating-an-application.md
+++ b/en/guides/application-orchestrate/creating-an-application.md
@@ -12,17 +12,17 @@ When using Dify for the first time, you might be unfamiliar with creating applic
You can select "Studio" from the navigation menu, then choose "Create from Template" in the application list.
-
Create an application from a template
+
Select any template and click **Use this template.**
-
Dify application templates
+
### Creating a New Application
If you need to create a blank application on Dify, you can select "Studio" from the navigation and then choose "Create from Blank" in the application list.
-
Create a blank application
+
When creating an application for the first time, you might need to first understand the [basic concepts](./#application_type) of the four different types of applications on Dify: Chatbot, Text Generator, Agent, Chatflow and Workflow.
@@ -42,7 +42,7 @@ Dify DSL is an AI application engineering file standard defined by Dify.AI. The
If you have obtained a template (DSL file) from the community or others, you can choose "Import DSL File" from the studio. After importing, all configuration information of the original application will be loaded directly.
-
Create an application by importing a DSL file
+
#### Import DSL file from URL
@@ -52,6 +52,6 @@ You can also import DSL files via a URL, using the following link format:
https://example.com/your_dsl.yml
```
-
Create an application by importing a DSL file
+
> 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](https://docs.dify.ai/guides/management/app-management#importing-application).
diff --git a/en/guides/application-orchestrate/prompt-engineering/prompt-engineering-expert-mode.md b/en/guides/application-orchestrate/prompt-engineering/prompt-engineering-expert-mode.md
index 968c0dbef..be693a3cb 100644
--- a/en/guides/application-orchestrate/prompt-engineering/prompt-engineering-expert-mode.md
+++ b/en/guides/application-orchestrate/prompt-engineering/prompt-engineering-expert-mode.md
@@ -62,7 +62,7 @@ Well, before you try the new mode, you should be aware of some essential element
After creating an application, you can switch to the **Expert Mode** on the prompt design page.
-
Access to the Expert Mode
+
{% hint style="warning" %}
After modifying the prompts in the **Expert Mode** and publishing the application, you will not be able to revert back to the **Basic Mode**.
@@ -72,7 +72,7 @@ After modifying the prompts in the **Expert Mode** and publishing the applicatio
In both two modes, you can modify the parameters for the inserting context, which includes **TopK** and **Score Threshold**.
-
Context parameters
+
{% hint style="warning" %}
Please note that only after uploading the context, the built-in prompts containing will be displayed on the prompt design page.
@@ -116,7 +116,7 @@ Because LLM stops generating content before the next `Human1:`.
You can enter "/" in the text editor to quickly bring up Blocks to insert into the prompt.
-
shortcut "/"
+
{% hint style="warning" %}
Except for `Variables`, other Blocks cannot be inserted repeatedly. In different applications and models, the Blocks that can be inserted will vary based on different prompt template structures.
@@ -159,7 +159,7 @@ During debugging, you can not only check the user's input and LLM's responses bu
In the debugging preview interface, after engaging in a conversation with the AI, simply move the mouse pointer over any user session, and you will see the "Log" icon button in the upper-left corner. Click on it to view the Prompt Log.
-
Access to the Prompt Log
+.png)
In the Prompt Log, we can clearly see:
@@ -167,7 +167,7 @@ In the Prompt Log, we can clearly see:
2. Relevant text chucks referenced in the current session.
3. Historical session records.
-
Prompt Log
+
From the log, we can view the complete prompts that have been assembled by the system and sent to LLM, and we can continuously improve prompt input based on debugging results.
@@ -177,4 +177,4 @@ In the initial application's main interface, you can find "Logs & Ann." in the l
For more head to 👉 [logs.md](../logs.md "mention") .
-
Logs & Ann.
+
diff --git a/en/guides/application-orchestrate/text-generation-application.md b/en/guides/application-orchestrate/text-generation-application.md
index 082e5043a..cc60fd201 100644
--- a/en/guides/application-orchestrate/text-generation-application.md
+++ b/en/guides/application-orchestrate/text-generation-application.md
@@ -16,13 +16,13 @@ Here, we use a translation application as an example to introduce the way to com
Click the "Create Application" button on the homepage to create an application. Fill in the application name, and select "Text Generator" as the application type.
-
Create Application
+.png)
#### Step 2: Compose the Application
After the application is successfully created, it will automatically redirect to the application overview page. Click on the left-hand menu: “**Prompt Eng.**” to compose the application.
-
+.png)
**2.1 Fill in Prefix Prompts**
@@ -42,7 +42,7 @@ If the application wants to generate content based on private contextual convers
Generating more like this allows you to generate multiple texts at once, which you can edit and continue generating from. Click on the "Add Future" button in the upper left corner to enable this feature.
-
+.png)
**2.4 Debugging**
@@ -62,6 +62,6 @@ After debugging the application, click the **"Publish"** button in the upper rig
You can find the sharing address of the application on the overview page. Click the "Preview" button to preview the shared application. Click the "Share" button to obtain the sharing link address. Click the "Settings" button to set the information of the shared application.
-
+.png)
If you want to customize the application shared outside, you can Fork our open source [WebApp template](https://github.com/langgenius/webapp-text-generator). Based on the template, you can modify the application to meet your specific situation and style requirements.
diff --git a/en/guides/application-publishing/developing-with-apis.md b/en/guides/application-publishing/developing-with-apis.md
index 87ab8dfbf..8aa0a6062 100644
--- a/en/guides/application-publishing/developing-with-apis.md
+++ b/en/guides/application-publishing/developing-with-apis.md
@@ -15,7 +15,7 @@ Dify offers a "Backend-as-a-Service" API, providing numerous benefits to AI appl
Choose an application, and find the API Access in the left-side navigation of the Apps section. On this page, you can view the API documentation provided by Dify and manage credentials for accessing the API.
-
API document
+
You can create multiple access credentials for an application to deliver to different users or developers. This means that API users can use the AI capabilities provided by the application developer, but the underlying Prompt engineering, knowledge, and tool capabilities are encapsulated.
diff --git a/en/guides/application-publishing/launch-your-webapp-quickly/README.md b/en/guides/application-publishing/launch-your-webapp-quickly/README.md
index 57b7be8ff..c3bffee2b 100644
--- a/en/guides/application-publishing/launch-your-webapp-quickly/README.md
+++ b/en/guides/application-publishing/launch-your-webapp-quickly/README.md
@@ -9,7 +9,7 @@ One of the benefits of creating AI applications with Dify is that you can publis
Toggle the **"In service / Disabled"** switch, your Web App URL will be effective immediately publicly shared on the internet.
-
+
We have pre-set Web App UI for the following two types of applications:
@@ -29,7 +29,7 @@ We have pre-set Web App UI for the following two types of applications:
You can modify the language, color theme, copyright ownership, privacy policy link, and disclaimer by clicking the "setting" button.
-
+
Currently, Web App supports multiple languages: English, Simplified Chinese, Traditional Chinese, Portuguese, German, Japanese, Korean, Ukrainian, and Vietnamese. If you want more languages to be supported, you can submit an Issue on GitHub to seek support or submit a PR to contribute code.
diff --git a/en/guides/application-publishing/launch-your-webapp-quickly/conversation-application.md b/en/guides/application-publishing/launch-your-webapp-quickly/conversation-application.md
index f4d730bc8..221c7534e 100644
--- a/en/guides/application-publishing/launch-your-webapp-quickly/conversation-application.md
+++ b/en/guides/application-publishing/launch-your-webapp-quickly/conversation-application.md
@@ -13,29 +13,29 @@ Conversational applications engage in continuous dialogue with users in a questi
If you have set variable filling requirements during application orchestration, you will need to fill out the prompted information before entering the conversation window:
-
+
Fill in the necessary details and click the "Start Conversation" button to begin chatting. Hover over the AI's response to copy the conversation content, and provide "like" or "dislike" feedback.
-
+
### Creation, Pinning, and Deletion of Conversations
Click the "New Conversation" button to start a new conversation. Hover over a conversation to pin or delete it.
-
+
### Conversation Opener
If the "Conversation Opener" feature is enabled on the application orchestration page, the AI application will automatically initiate the first line of dialogue when a new conversation is created.
-
+
### Follow Up
If the "Follow-up" feature is enabled on the application orchestration page, the system will automatically generate 3 relevant question suggestions after the conversation:
-
+
### Speech-to-Text
@@ -43,7 +43,7 @@ If the "Speech-to-Text" feature is enabled during application orchestration, you
_Please ensure that your device environment is authorized to use the microphone._
-
+
### References and Attributions
diff --git a/en/guides/application-publishing/launch-your-webapp-quickly/text-generator.md b/en/guides/application-publishing/launch-your-webapp-quickly/text-generator.md
index 2cdcfe56d..dea418f79 100644
--- a/en/guides/application-publishing/launch-your-webapp-quickly/text-generator.md
+++ b/en/guides/application-publishing/launch-your-webapp-quickly/text-generator.md
@@ -15,7 +15,7 @@ Let's introduce them separately.
Enter the query content, click the run button, and the result will be generated on the right, as shown in the following figure:
-
+
In the generated results section, click the "Copy" button to copy the content to the clipboard. Click the "Save" button to save the content. You can see the saved content in the "Saved" tab. You can also "like" and "dislike" the generated content.
@@ -29,17 +29,17 @@ In the above scenario, the batch operation function is used, which is convenient
Click the "Run Batch" tab to enter the batch run page.
-
+
#### Step 2 Download the template and fill in the content
Click the **"Download the template here"** button to obtain the template file. Edit the file and fill in the required content, then save it as a `.csv` file. Finally, upload the completed file back to Dify.
-
+
#### Step 3 Upload the file and run
-
+
If you need to export the generated content, you can click the download "button" in the upper right corner to export as a `csv` file.
@@ -49,10 +49,10 @@ If you need to export the generated content, you can click the download "button"
Click the "Save" button below the generated results to save the running results. In the "Saved" tab, you can see all saved content.
-
+
### Generate more similar 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:
-
+
diff --git a/en/guides/extension/api-based-extension/README.md b/en/guides/extension/api-based-extension/README.md
index fd9f62c62..359a85cb4 100644
--- a/en/guides/extension/api-based-extension/README.md
+++ b/en/guides/extension/api-based-extension/README.md
@@ -7,7 +7,7 @@ Developers can extend module capabilities through the API extension module. Curr
Before extending module capabilities, prepare an API and an API Key for authentication, which can also be automatically generated by Dify. In addition to developing the corresponding module capabilities, follow the specifications below so that Dify can invoke the API correctly.
-
Add API Extension
+
## API Specifications
@@ -194,11 +194,11 @@ The default port is 8000. The complete address of the API is: `http://127.0.0.1:
#### Configure this API in Dify.
-
+
#### Select this API extension in the App.
-
+
When debugging the App, Dify will request the configured API and send the following content (example):
@@ -230,7 +230,7 @@ Since Dify's cloud version can't access internal network API services, you can u
1. Visit the Ngrok official website at [https://ngrok.com](https://ngrok.com/), register, and download the Ngrok file.
-
+
2. After downloading, go to the download directory. Unzip the package and run the initialization script as instructed:
@@ -241,7 +241,7 @@ $ ./ngrok config add-authtoken 你的Token
3. Check the port of your local API service.
-
+
Run the following command to start:
@@ -251,7 +251,7 @@ $ ./ngrok http [port number]
Upon successful startup, you'll see something like the following:
-
+
4. Find the 'Forwarding' address, like the sample domain `https://177e-159-223-41-52.ngrok-free.app`, and use it as your public domain.
diff --git a/en/guides/extension/api-based-extension/cloudflare-workers.md b/en/guides/extension/api-based-extension/cloudflare-workers.md
index 7607dea09..021609274 100644
--- a/en/guides/extension/api-based-extension/cloudflare-workers.md
+++ b/en/guides/extension/api-based-extension/cloudflare-workers.md
@@ -43,9 +43,9 @@ npm run deploy
After successful deployment, you will get a public internet address, which you can add in Dify as an API Endpoint. Please note not to miss the `endpoint` path.
-
Adding API Endpoint in Dify
+
-
Adding API Tool in the App edit page
+
## Other Logic TL;DR
diff --git a/en/guides/knowledge-base/README.md b/en/guides/knowledge-base/README.md
index 50fc48552..0c24af747 100644
--- a/en/guides/knowledge-base/README.md
+++ b/en/guides/knowledge-base/README.md
@@ -30,7 +30,7 @@ By simply uploading files to the **Knowledge Base**, data processing is handled
> If your team already has an independent knowledge base, you can use the [“Connect to an External Knowledge Base”](connect-external-knowledge.md) feature to establish its connection with Dify.
-
Create a knowledge base
+
### **Use Case**
diff --git a/en/guides/knowledge-base/connect-external-knowledge.md b/en/guides/knowledge-base/connect-external-knowledge.md
index d871fe5f2..b670cd87b 100644
--- a/en/guides/knowledge-base/connect-external-knowledge.md
+++ b/en/guides/knowledge-base/connect-external-knowledge.md
@@ -15,7 +15,7 @@ The **Connect to External Knowledge Base** feature enables integration between t
* The Dify platform can directly obtain the text content hosted in the cloud service provider's knowledge base, so that developers do not need to repeatedly move the content to the knowledge base in Dify;
* The Dify platform can directly obtain the text content processed by algorithms in the self-built knowledge base. Developers only need to focus on the information retrieval mechanism of the self-built knowledge base and continuously optimize and improve the accuracy of information retrieval.
-
Principle of external knowledge base connection
+
Here are the detailed steps for connecting to external knowledge:
@@ -33,13 +33,13 @@ Navigate to the **"Knowledge"** page, click **"External Knowledge API"** in the
* API Endpoint The URL of the external knowledge base API endpoint, e.g., api-endpoint/retrieval; refer to the [External Knowledge API](external-knowledge-api-documentation.md) for detailed instructions;
* API Key Connection key for the external knowledge, refer to the [External Knowledge API](external-knowledge-api-documentation.md) for detailed instructions.
-
Associate External Knowledge API
+
## 3. Connect to the External Knowledge Base
Go to the **"Knowledge"** page, click **"Connect to an External Knowledge Base"** under the Add Knowledge Base card to direct to the parameter configuration page.
-
Connect to the external knowledge base
+
Fill in the following parameters:
@@ -56,13 +56,13 @@ Fill in the following parameters:
**Score Threshold:** The similarity threshold for text chunk filtering, only retrievaling text chunks that exceed the set score. The default value is 0.5. A higher value indicates a higher requirement for similarity between the text and the question, expecting fewer retrievaled text chunks, and the results will be relatively more precise.
-
+
## 4. Test External Knowledge Base and Retrieval Results
After connected with the external knowledge base, developers can simulate possible question keywords in the **"Retrieval Testing"** to preview text chunks that might be retrieval. If you are unsatisfied with the retrieval results, try modifying the **External Knowledge Base Settings** or adjusting the retrieval strategy of the external knowledge base.
-
Test external knowledge base connection and retrieval
+
## 5. Integrating External Knowledge base in Applications
@@ -70,13 +70,13 @@ After connected with the external knowledge base, developers can simulate possib
Associate the external knowledge base in the orchestration page within Chatbot / Agent type applications.
-
Chatbot / Agent
+
* **Chatflow / Workflow** type application
Add a **"Knowledge Retrieval"** node and select the external knowledge base.
-
Chatflow / Workflow
+
## 6. Manage External Knowledge
@@ -94,7 +94,7 @@ Navigate to the **"Knowledge"** page, external knowledge base cards will list an
The **"External Knowledge API"** and **"External Knowledge ID"** associated with the external knowledge base do not support modification. If modification is needed, please associate a new **"External Knowledge API"** and reset it.
-
+
### Connection Example
diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents.md b/en/guides/knowledge-base/create-knowledge-and-upload-documents.md
index 4cfb971c4..4369b0113 100644
--- a/en/guides/knowledge-base/create-knowledge-and-upload-documents.md
+++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents.md
@@ -23,7 +23,7 @@ Steps to upload documents to create a knowledge base:
4. Wait for the chunk embeddings to complete.
5. Once finished, link the knowledge base to your application and start using it. You can then [integrate it into your application](integrate-knowledge-within-application.md) to build an LLM that are capable of Q\&A based on knowledge-bases. If you want to modify and manage the knowledge base further, take refer to [Knowledge Base and Document Maintenance](knowledge-and-documents-maintenance.md).
-
Complete the creation of the knowledge base
+
***
diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents/1.-import-text-data/1.1-import-data-from-notion.md b/en/guides/knowledge-base/create-knowledge-and-upload-documents/1.-import-text-data/1.1-import-data-from-notion.md
index ec32d4350..f95ff1074 100644
--- a/en/guides/knowledge-base/create-knowledge-and-upload-documents/1.-import-text-data/1.1-import-data-from-notion.md
+++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents/1.-import-text-data/1.1-import-data-from-notion.md
@@ -13,7 +13,7 @@ The Dify knowledge base supports importing data from Notion with subsequent auto
After completing the authorization verification, go to the create dataset page, click **Sync from Notion Content**, and select the authorized pages you need to import.
-
Import from notion
+
### Chunking and Cleaning
@@ -21,7 +21,7 @@ Next, choose a [chunking mode](1.1-import-data-from-notion.md#chunking-and-clean
_**Note: images and files cannot be imported, and data from tables will be converted to text.**_
-
Preview of Chunked Results for Notion Page
+
### Synchronizing Notion Data
diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents/1.-import-text-data/README.md b/en/guides/knowledge-base/create-knowledge-and-upload-documents/1.-import-text-data/README.md
index 8008ca055..5ce35d4b8 100644
--- a/en/guides/knowledge-base/create-knowledge-and-upload-documents/1.-import-text-data/README.md
+++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents/1.-import-text-data/README.md
@@ -13,7 +13,7 @@ Drag and drop or select files to upload. The number of files allowed for **batch
* The upload size limit for a single document is 15MB;
* Different [subscription plans](https://dify.ai/pricing) for the SaaS version limit **batch upload numbers, total document uploads, and vector storage**
-
Create knowledge
+
### Import From Online Data Source
diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents/2.-choose-a-chunk-mode.md b/en/guides/knowledge-base/create-knowledge-and-upload-documents/2.-choose-a-chunk-mode.md
index 2185ba78e..1d5890588 100644
--- a/en/guides/knowledge-base/create-knowledge-and-upload-documents/2.-choose-a-chunk-mode.md
+++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents/2.-choose-a-chunk-mode.md
@@ -36,7 +36,7 @@ The knowledge base supports two chunking modes: **General Mode** and **Parent-ch
Once the chunk mode is selected and the knowledge base is created, it cannot be changed later. Any new documents added to the knowledge base will follow the same chunking strategy.
{% endhint %}
-
General mode and Parent-child mode
+
#### General Mode
@@ -46,7 +46,7 @@ In this mode, you need to manually define text chunking rules based on different
* **Chunk identifier**, The default value is `\n`, which means the text will be chunked by paragraphs. You can customize chunking rules using [regex](https://regexr.com/). The system will automatically execute chunking whenever it detects the specified delimiter. For example, means chunk the text by sentences.
-
Chunk results of different identifier syntaxes
+ 
* **Maximum chunk length:** Specifies the maximum number of text characters allowed per chunk. If this limit is exceeded, the system will automatically enforce chunking. The default value is 500 tokens, with a maximum chunk length of 4000 tokens.
* **Overlapping chunk length**: When data is chunked, there is a certain amount of overlap between chunks. This overlap can help to improve the retention of information and the accuracy of analysis, and enhance retrieval effects. It is recommended that the setting be 10-25% of the chunk length Tokens.
@@ -59,7 +59,7 @@ Once configured, click **“Preview Chunk”** to see the chunking results. You
If multiple documents are uploaded in bulk, you can switch between them by clicking the document titles at the top to review the chunk results for other documents.
-
General mode
+
After setting the chunking rules, the next step is to specify the indexing method. General mode supports **High-Quality Indexing** **Method** and **Economical Indexing Method**. For more details, please refer to [Set up the Indexing Method](3.-select-the-indexing-method-and-retrieval-setting.md).
@@ -80,7 +80,7 @@ Its fundamental mechanism includes:
* Larger, encompassing sections—such as a paragraph, a section, or even an entire document—that include the matched child chunks are then retrieved.
* These parent chunks provide comprehensive context for the Language Model (LLM).
-
Parent-child mode schematic
+
In this mode, you need to manually configure separate chunking rules for both parent and child chunks based on different document formats or specific scenario requirements.
@@ -98,7 +98,7 @@ The parent chunk settings offer the following options:
Instead of splitting the text into paragraphs, the entire document is used as the parent chunk and retrieved directly. For performance reasons, only the first 10,000 tokens of the text are retained. This setting is ideal for smaller documents where paragraphs are interrelated, requiring full doc retrieval.
-
The difference between paragraph and Full doc
+
**Child Chunk**
@@ -125,7 +125,7 @@ If you modify the chunking rules, click the button again to view the latest gene
If multiple documents are uploaded in bulk, you can switch between them by clicking the document titles at the top to review the chunk results for other documents.
-
Parent-child mode
+
To ensure accurate content retrieval, the Parent-child chunk mode only supports the [High-Quality Indexing](3.-select-the-indexing-method-and-retrieval-setting.md#high-quality).
@@ -135,7 +135,7 @@ The difference between the two modes lies in the structure of the content chunks
Different chunking methods influence how effectively the LLM can search the knowledge base. When used on the same document, Parent-child Retrieval provides more comprehensive context while maintaining high precision, making it significantly more effective than the traditional single-layer approach.
-
The Difference Between General Mode and Parent-child Mode
+
### Reference
diff --git a/en/guides/knowledge-base/create-knowledge-and-upload-documents/3.-select-the-indexing-method-and-retrieval-setting.md b/en/guides/knowledge-base/create-knowledge-and-upload-documents/3.-select-the-indexing-method-and-retrieval-setting.md
index 87bde428d..a3e20fde6 100644
--- a/en/guides/knowledge-base/create-knowledge-and-upload-documents/3.-select-the-indexing-method-and-retrieval-setting.md
+++ b/en/guides/knowledge-base/create-knowledge-and-upload-documents/3.-select-the-indexing-method-and-retrieval-setting.md
@@ -22,7 +22,7 @@ Once the text chunks are vectorized and stored in the database, an effective ret
After selecting **High Quality** mode, the indexing method for the knowledge base cannot be downgraded to **Economical** mode later. If you need to switch, it is recommended to create a new knowledge base and select the desired indexing method.
-
High Quality Indexing Mode
+
#### Enable Q\&A Mode (Optional, Community Edition Only)
@@ -34,11 +34,11 @@ This approach is particularly effective because the text in FAQ documents **is o
> The **Q to Q** strategy makes the matching between questions and answers clearer and better supports scenarios with high-frequency or highly similar questions.
-
Q&A Chunk
+
When a user asks a question, the system identifies the most similar question and returns the corresponding chunk as the answer. This approach is more precise, as it directly matches the user’s query, helping them retrieve the exact information they need.
-
Difference between Q to P and Q to Q indexing method
+
{% endtab %}
{% tab title="Economical" %}
@@ -48,7 +48,7 @@ Using 10 keywords per chunk for retrieval, no tokens are consumed at the expense
If the performance of the economical indexing method does not meet your expectations, you can upgrade to the High-Quality indexing method in the Knowledge settings page.
-
Economical mode
+
{% endtab %}
{% endtabs %}
@@ -69,13 +69,13 @@ Both retrieval methods are supported in Dify’s knowledge base. The specific re
In the **High-Quality** Indexing Method, Dify offers three retrieval settings: **Vector Search, Full-Text Search, and Hybrid Search**.
-
Retrieval Settings
+
**Vector Search**
**Definition**: Vectorize the user’s question to generate a query vector, then compare it with the corresponding text vectors in the knowledge base to find the nearest chunks.
-
Vector search settings
+
**Vector Search Settings:**
@@ -93,7 +93,7 @@ In the **High-Quality** Indexing Method, Dify offers three retrieval settings: *
**Definition:** Indexing all terms in the document, allowing users to query any terms and return text fragments containing those terms.
-
Full-Text Search Settings
+
**Rerank Model**: Disabled by default. When enabled, a third-party Rerank model will sort the text chunks returned by Full-Text Search to optimize results. This helps the LLM access more precise information and improve output quality. Before enabling this option, go to **Settings** → **Model Providers** and configure the Rerank model’s API key.
@@ -109,7 +109,7 @@ In the **High-Quality** Indexing Method, Dify offers three retrieval settings: *
**Definition**: This process combines full-text search and vector search, performing both simultaneously. It includes a reordering step to select the best-matching results from both search outcomes based on the user’s query.
-
Hybrid Retrieval Setting
+
In this mode, you can specify **"Weight settings"** without needing to configure the Rerank model API, or enable **Rerank model** for retrieval.
@@ -149,7 +149,7 @@ In **Economical Indexing** mode, only the inverted index approach is available.
**TopK:** Determines how many text chunks, deemed most similar to the user’s query, are retrieved. It also automatically adjusts the number of chunks based on the chosen model’s context window. The default value is **3**, and higher numbers will recall more text chunks.
-
Inverted index
+
{% endtab %}
{% endtabs %}
diff --git a/en/guides/knowledge-base/integrate-knowledge-within-application.md b/en/guides/knowledge-base/integrate-knowledge-within-application.md
index 2403f7523..52403804f 100644
--- a/en/guides/knowledge-base/integrate-knowledge-within-application.md
+++ b/en/guides/knowledge-base/integrate-knowledge-within-application.md
@@ -25,11 +25,11 @@ In applications that utilize multiple knowledge bases, it is essential to config
The retriever scans all knowledge bases linked to the application for text content relevant to the user's question. The results are then consolidated. Below is the technical flowchart for the Multi-path Retrieval mode:
-
+
This method simultaneously queries all knowledge bases connected in **"Context"**, seeking relevant text chucks across multiple knowledge bases, collecting all content that aligns with the user's question, and ultimately applying the Rerank strategy to identify the most appropriate content to respond to the user. This retrieval approach offers more comprehensive and accurate results by leveraging multiple knowledge bases simultaneously.
-
+
For instance, in application A, with three knowledge bases K1, K2, and K3. When a user send a question, multiple relevant pieces of content will be retrieved and combined from these knowledge bases. To ensure the most pertinent content is identified, the Rerank strategy is employed to find the content that best relates to the user's query, enhancing the precision and reliability of the results.
@@ -61,7 +61,7 @@ While this method incurs some additional costs, it is more adept at handling com
Dify currently supports multiple Rerank models. To use external Rerank models, you'll need to provide an API Key. Enter the API Key for the Rerank model (such as Cohere, Jina AI, etc.) on the "Model Provider" page.
-
Configuring the Rerank model in the Model Provider
+
**Adjustable Parameters**
@@ -237,7 +237,7 @@ Access **Metadata Filtering** below **Knowledge** (bottom-left). Configuration s
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.
-
Viewing the linked Apps
+
### Frequently Asked Questions
@@ -255,7 +255,7 @@ If the knowledge base is complex, making simple semantic or keyword matches insu
Here's how the knowledge base retrieval method affects Multi-path Retrieval:
-
+
3. **What should I do if I cannot adjust the “Weight Score” when referencing multiple knowledge bases and an error message appears?**
diff --git a/en/guides/knowledge-base/knowledge-and-documents-maintenance.md b/en/guides/knowledge-base/knowledge-and-documents-maintenance.md
index 609b1d06a..15f20e3f1 100644
--- a/en/guides/knowledge-base/knowledge-and-documents-maintenance.md
+++ b/en/guides/knowledge-base/knowledge-and-documents-maintenance.md
@@ -6,7 +6,7 @@ Click the **Knowledge** button at the top of the Dify platform and select the kn
Here, you can modify the knowledge base’s name, description, permissions, indexing method, embedding model and retrieval settings.
-
Knowledge base settings
+
* **Knowledge Name**: Used to distinguish among different knowledge bases.
* **Knowledge Description**: Used to describe the information represented by the documents in the knowledge base.
@@ -26,7 +26,7 @@ Here, you can modify the knowledge base’s name, description, permissions, inde
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.
-
Viewing the Linked Apps
+
You can manage your knowledge base documents either through a web interface or via an API.
@@ -46,4 +46,4 @@ Dify Knowledge Base provides a comprehensive set of standard APIs. Developers ca
[maintain-dataset-via-api.md](knowledge-and-documents-maintenance/maintain-dataset-via-api.md)
{% endcontent-ref %}
-
Knowledge base API management
+
diff --git a/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md b/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md
index 3cbf51992..9694db586 100644
--- a/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md
+++ b/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md
@@ -17,7 +17,7 @@ Key advantages include:
Navigate to the knowledge base page, and you can switch to the **API ACCESS** page from the left navigation. On this page, you can view the dataset API documentation provided by Dify and manage the credentials for accessing the dataset API in **API Keys**.
-
Knowledge API Document
+
## API Requesting Examples
diff --git a/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md b/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md
index 48549a73c..a5f295e22 100644
--- a/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md
+++ b/en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md
@@ -8,7 +8,7 @@ A knowledge base is a collection of documents. Documents can be uploaded by deve
To upload a new document to an existing knowledge base, go to **Knowledge Base** > **Documents** and click **Add File**.
-
Uploading the new documentation on Knowledge Base
+
### Disable / Archive / Delete document
@@ -22,7 +22,7 @@ To upload a new document to an existing knowledge base, go to **Knowledge Base**
> The above options all support batch operations after multiple documents are selected.
-
Batch file Operations
+
**Note:**
@@ -33,7 +33,7 @@ If there are some documents in your knowledge base that haven’t been updated o
You can revert these disable documents and continue using them at any time by clicking the "Enable" button in the knowledge base. Paid users are provided with **one-click revert** function.
-
One-click revert
+
***
@@ -45,11 +45,11 @@ In the knowledge base, each uploaded document is stored as text chunks. By click
Only the first two lines of each content chunk are visible in the preview. If you need to see the full text within a chunk, click the “Expand Chunk” button for a complete view.
-
Expand text chunks
+
You can quickly view all enabled or disabled documents using the filter.
-
Filter text chunks
+
Different [chunking modes](../create-knowledge-and-upload-documents/2.-choose-a-chunk-mode.md) correspond to different text chunking preview methods:
@@ -59,11 +59,11 @@ Different [chunking modes](../create-knowledge-and-upload-documents/2.-choose-a-
Chunks of text in [General mode](../create-knowledge-and-upload-documents.md#general) are independent blocks. If you want to view the complete content of a chunk, click the **full-screen** icon.
-
Full screen viewing
+
Tap the document title at the top to quickly switch to other documents in the knowledge base.
-
General mode - text chunking
+
{% endtab %}
{% tab title="Parent-child Mode" %}
@@ -75,13 +75,13 @@ In[ Parent-child](maintain-knowledge-documents.md#parent-child-chunking-mode) mo
After selecting a document in the knowledge base, you’ll first see the parent chunk content. Parent chunks can be split by **Paragraph** or **Full Doc**, offering a more comprehensive context. The illustration below shows how the text preview differs between these split modes.
-
Difference in preview between paragraph and full doc
+
* **Child chunks**
Child chunks are usually sentences (smaller text blocks) within a paragraph, containing more detailed information. Each chunk displays its character count and the number of times it has been retrieved. Tapping **“Child Chunks”** reveals more details. If you want to see the full content of a chunk, click the full-screen icon in the top-right corner of that chunk to enter full-screen reading mode.
-
Parent-child mode - text chunking
+
{% endtab %}
{% tab title="Q&A Mode (Community Edition Only)" %}
@@ -89,7 +89,7 @@ In[ Parent-child](maintain-knowledge-documents.md#parent-child-chunking-mode) mo
In Q\&A Mode, a content chunk consists of a question and an answer. Click on any document title to view the text chunks.
-
Q&A Mode - check content chunk
+
{% endtab %}
{% endtabs %}
@@ -105,15 +105,15 @@ When checking chunk quality, pay attention to the following situations:
* **Overly short text chunks**, leading to semantic loss;
-
Overly short text chunks
+
* **Overly long text chunks**, leading to semantic noise affecting matching accuracy;
-
Overly long text chunks
+
* **Obvious semantic truncation**, which occurs when using maximum segment length limits, leading to forced semantic truncation and missing content during recall;
-
Obvious semantic truncation
+
***
@@ -129,15 +129,15 @@ You can add text chunks individually to the knowledge base, and different chunki
Click **Add Chunks** in the chunks list page to add one or multiple custom chunks to the document.
-
General mode - Add chunks
+
When manually adding text chunks, you can choose to add both the main content and keywords. After entering the content, select the **“Add another”** checkbox at the bottom to continue adding more text chunks seamlessly.
-
General mode - Add another text chunk
+
To add chunks in bulk, you need to download the upload template in CSV format first and edit all the chunk contents in Excel according to the template format, then save the CSV file and upload it.
-
General mode - Add customize chunks in bulk
+
{% endtab %}
{% tab title="Parent-child Mode" %}
@@ -145,15 +145,15 @@ To add chunks in bulk, you need to download the upload template in CSV format fi
Click Add Chunks in the Chunk list to add one or multiple custom **parent chunks** to the document.
-
Parent-child mode - Add chunks
+
After entering the content, select the **“Add another”** checkbox at the bottom to keep adding more text chunks.
-
Parent-child mode - Add chunks 2
+
You can add child chunks individually under a parent chunk. Click “Add” on the right side of the child chunk within the parent chunk to add it.
-
Parent-child mode - Add child chunks
+
{% endtab %}
{% tab title="Q&A Mode (Community Edition Only)" %}
@@ -175,7 +175,7 @@ You can directly edit or modify the added chunks content, including modifying th
To prevent duplicate edits, an “Edited” tag will appear on the content chunk after it has been modified.
-
Edit text chunks
+
{% endtab %}
{% tab title="Parent-child Mode" %}
@@ -183,7 +183,7 @@ To prevent duplicate edits, an “Edited” tag will appear on the content chunk
A parent chunk contains the content of its child chunks, but they remain independent. You can edit the parent chunk or child chunks separately. Below is a diagram explaining the process of modifying parent and child chunks:
-
Diagram of editing parent-child chunks
+
**To edit a parent chunk:**
@@ -195,13 +195,13 @@ A parent chunk contains the content of its child chunks, but they remain indepen
To prevent duplicate edits, an “Edited” tag will appear on the content chunk after it has been modified.
-
Parent-chid chunks mode - Modify parent chunks
+
**Modify child chunks**: select any child chunks and enter edit mode and save it after modification. The modification will not affect the contents of the parent chunks. Child chunks that have been edited or newly added will be marked with a deep blue label, `C-NUMBER-EDITED`.
You can also treat child chunks as tags for the current parent text block.
-
Parent-child mode - modify child chunks
+
{% endtab %}
{% tab title="Q&A Mode (Community Edition Only)" %}
@@ -209,7 +209,7 @@ You can also treat child chunks as tags for the current parent text block.
In Q\&A chunking mode, each content chunk consists of a question and an answer. Click on the text chunk you wish to edit to modify the question and answer individually. Additionally, you can edit the keywords for the current chunk.
-
Q&A Mode - modify text chunks
+
{% endtab %}
{% endtabs %}
@@ -237,4 +237,8 @@ Go to **Chunk Settings**, adjust the settings, and click **Save & Process** to s
### Metadata
-For more details on metadata, see *[Metadata](https://docs.dify.ai/guides/knowledge-base/metadata)*.
+In addition to capturing metadata (e.g., title, URL, keywords, or a web page description) from various source documents, metadata is also used as structured fields during the chunk retrieval process for filtering or displaying citation sources.
+
+
+
+***
diff --git a/en/guides/knowledge-base/retrieval-test-and-citation.md b/en/guides/knowledge-base/retrieval-test-and-citation.md
index 3f9cf4be9..958497756 100644
--- a/en/guides/knowledge-base/retrieval-test-and-citation.md
+++ b/en/guides/knowledge-base/retrieval-test-and-citation.md
@@ -14,11 +14,11 @@ Enter common user questions into the **Source Text field** and click **Test** to
In **General Mode**, each text chunk stands independently. The score shown in the top-right corner of a chunk represents how closely it matches the query keywords. A higher score indicates a stronger alignment between the chunk and the keywords.
-
General mode - retrieval text chunks
+
Tap a content chunk to see the details of the referenced content. Each chunk shows its source document information at the bottom, letting you verify whether the text chunk is appropriate.
-
Review the details of text chunks
+
{% endtab %}
{% tab title="Parent-child" %}
@@ -28,11 +28,11 @@ Enter typical user questions into the **Source Text** field and click **Test** t
You can click a child chunk to preview its exact content. After the match, the entire parent chunk is recalled to provide more comprehensive information.
-
Retrieval test - Parent-child mode
+
Each chunk displays its source document at the bottom—usually a specific paragraph or sentence. Tap the “Open” button on the right side of the source to view the entire referenced content chunk. Since multiple child chunks can be relevant, this allows you to assess whether the current chunk is appropriate.
-
Check the details of retrieval chunks
+
{% endtab %}
{% endtabs %}
@@ -44,7 +44,7 @@ Click the icon in the upper-right corner of the Source Text field to change the
If you want to permanently modify the retrieval method for the knowledge base, go to **“Knowledge Base Settings”** > **“Retrieval Settings”** to make changes.
-
Retrieval settings
+
**Suggested Steps for Retrieval Testing:**
@@ -63,15 +63,15 @@ If you want to permanently modify the retrieval method for the knowledge base, g
When testing the knowledge base effect within the application, you can go to **Workspace -- Add Feature -- Citation and Attribution** to enable the citation attribution feature.
-
Enable citation and attribution feature
+
After enabling the feature, when the large language model responds to a question by citing content from the knowledge base, you can view specific citation paragraph information below the response content, including **original segment text, segment number, matching degree**, etc. Clicking **Link to Knowledge** above the cited segment allows quick access to the segment list in the knowledge base, facilitating developers in debugging and editing.
-
View citation information in response content
+
#### View Linked Applications in the Knowledge Base
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.
-
Viewing the linked Apps
+
diff --git a/en/guides/knowledge-base/sync-from-website.md b/en/guides/knowledge-base/sync-from-website.md
index 6bd27c32a..1a528ecc0 100644
--- a/en/guides/knowledge-base/sync-from-website.md
+++ b/en/guides/knowledge-base/sync-from-website.md
@@ -14,11 +14,11 @@ The following sections will introduce the usage methods for Firecrawl and Jina R
Click on the avatar in the upper right corner, then go to the **DataSource** page, and click the **Configure** button next to Firecrawl.
-
Configuring Firecrawl credentials
+
Log in to the [Firecrawl website](https://www.firecrawl.dev/) to complete registration, get your API Key, and then enter and save it in Dify.
-
Get the API Key and save it in Dify
+
#### 2. Scrape target webpage
@@ -26,7 +26,7 @@ On the knowledge base creation page, select **Sync from website**, choose Firecr
The configuration options include: Whether to crawl sub-pages, Page crawling limit, Page scraping max depth, Excluded paths, Include only paths, and Content extraction scope. After completing the configuration, click **Run** to preview the parsed pages.
-
Execute scraping
+
#### 3. Review import results
@@ -40,7 +40,7 @@ After importing the parsed text from the webpage, it is stored in the knowledge
Click on the avatar in the upper right corner, then go to the **DataSource** page, and click the **Configure** button next to Jina Reader.
-
Configuring Jina Reader
+
Log in to the [Jina Reader website](https://jina.ai/reader/), complete registration, obtain the API Key, then fill it in and save.
@@ -48,14 +48,14 @@ Log in to the [Jina Reader website](https://jina.ai/reader/), complete registrat
On the knowledge base creation page, select **Sync from website**, choose Jina Reader as the provider, and enter the target URL to be crawled.
-
Web crawling configuration
+
Configuration options include: whether to crawl subpages, maximum number of pages to crawl, and whether to use sitemap for crawling. After completing the configuration, click the **Run** button to preview the page links to be crawled.
-
Executing the crawl process
+
After importing the parsed text from web pages into the knowledge base, you can review the imported results in the documents section. To add more web pages, click the **Add URL** button on the right to continue importing new pages.
-
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.
diff --git a/en/guides/management/app-management.md b/en/guides/management/app-management.md
index fc73b5b0d..752f32bd7 100644
--- a/en/guides/management/app-management.md
+++ b/en/guides/management/app-management.md
@@ -4,7 +4,7 @@
After creating an application, if you want to modify the application name or description, you can click "Edit info" in the upper left corner of the application to revise the application's icon, name, or description.
-
Edit App Info
+
### Duplicating Application
@@ -17,13 +17,13 @@ Applications created in Dify support export in DSL format files, allowing you to
* Click "Export DSL" in the application menu button on the "Studio" page
* After entering the application's orchestration page, click "Export DSL" in the upper left corner
-
+
The DSL file does not include authorization information already filled in [Tool](../workflow/node/tools.md) nodes, such as API keys for third-party services.
If the environment variables contain variables of the `Secret` type, a prompt will appear during file export asking whether to allow the export of this sensitive information.
-
+
{% hint style="info" %}
Dify DSL is an AI application engineering file standard defined by Dify.AI in v0.6 and later. The file format is YML. This standard covers the basic description of the application, model parameters, orchestration configuration, and other information.
diff --git a/en/guides/management/personal-account-management.md b/en/guides/management/personal-account-management.md
index 4860382c5..ade132b7d 100644
--- a/en/guides/management/personal-account-management.md
+++ b/en/guides/management/personal-account-management.md
@@ -8,7 +8,7 @@ The login methods supported by different versions of Dify are as follows:
> Note: For Dify Cloud Service, if the email associated with a GitHub or Google account is the same as the email used to log in with a verification code, the system will automatically link them as the same account, avoiding the need for manual binding and preventing duplicate registrations.
-
+
## Modifying Personal Information
@@ -27,7 +27,7 @@ You can modify the following details:
> Note: The password reset feature is only available in the Community Version.
-
+
### Login Methods
@@ -66,7 +66,7 @@ Deleting your account is irreversible, and the same email address cannot be re-r
Enter the email address you want to delete and the confirmation verification code. Afterward, the system will permanently delete all information related to the account.
-
Delete Personal Account
+
### FAQ
diff --git a/en/guides/management/subscription-management.md b/en/guides/management/subscription-management.md
index 8de5bf478..ead47165e 100644
--- a/en/guides/management/subscription-management.md
+++ b/en/guides/management/subscription-management.md
@@ -10,7 +10,7 @@ After subscribing to Dify's paid services (Professional or Team plan), team owne
On the billing page, you can view the usage statistics for various team resources.
-
Team billing management
+
### Frequently Asked Questions
@@ -21,7 +21,7 @@ Team owners and administrators can navigate to **Settings** → **Billing**, the
* Upgrading from Professional to Team plan requires paying the difference for the current month and takes effect immediately.
* Downgrading from Team to Professional plan takes effect immediately.
-
Changing the paid plan
+
Upon cancellation of the subscription plan, **the team will automatically transition to the Sandbox/Free plan at the end of the current billing cycle**. Subsequently, any team members and resources exceeding the Sandbox/Free plan limitations will become inaccessible.
diff --git a/en/guides/management/team-members-management.md b/en/guides/management/team-members-management.md
index c503e51c3..57b3ad7c7 100644
--- a/en/guides/management/team-members-management.md
+++ b/en/guides/management/team-members-management.md
@@ -14,14 +14,14 @@ Only team owners have permission to invite team members.
To add a member, the team owner can click on the avatar in the upper right corner, then select **"Members"** → **"Add"**. Enter the email address and assign member permissions to complete the process.
-
Assigning permissions to team members
+
> For Community Edition, enabling email functionality requires the team owner to configure and activate the email service via system [environment variables](https://docs.dify.ai/getting-started/install-self-hosted/environments).
- If the invited member has not registered with Dify, they will receive an invitation email. They can complete registration by clicking the link in the email.
- If the invited member is already registered with Dify, permissions will be automatically assigned and **no invitation email will be sent**. The invited member can switch to the new workspace via the menu in the top right corner.
-
+
### Member Permissions
@@ -48,7 +48,7 @@ Only team owners have permission to remove team members.
To remove a member, click on the avatar in the upper right corner of the Dify team homepage, navigate to **"Settings"** → **"Members"**, select the member to be removed, and click **"Remove from team"**.
-
Removing a member
+
### Frequently Asked Questions
diff --git a/en/guides/model-configuration/README.md b/en/guides/model-configuration/README.md
index e24ca394f..1a1b04478 100644
--- a/en/guides/model-configuration/README.md
+++ b/en/guides/model-configuration/README.md
@@ -6,7 +6,7 @@ description: Learn about the Different Models Supported by Dify.
Dify is a development platform for AI application based on LLM Apps, when you are using Dify for the first time, you need to go to **Settings --> Model Providers** to add and configure the LLM you are going to use.
-
Settings - Model Provider
+
Dify supports major model providers like OpenAI's GPT series and Anthropic's Claude series. Each model's capabilities and parameters differ, so select a model provider that suits your application's needs. **Obtain the API key from the model provider's official website before using it in Dify.**
@@ -39,13 +39,13 @@ Dify offers trial quotas for cloud service users to experiment with different mo
Dify automatically selects the default model based on usage. Configure this in `Settings > Model Provider`.
-
+
## Model Integration Settings
Choose your model in Dify's `Settings > Model Provider`.
-
+
Model providers fall into two categories:
@@ -73,4 +73,4 @@ Specific integration methods are not detailed here.
Once configured, these models are ready for application use.
-
+
diff --git a/en/guides/model-configuration/customizable-model.md b/en/guides/model-configuration/customizable-model.md
index 427097261..50e538489 100644
--- a/en/guides/model-configuration/customizable-model.md
+++ b/en/guides/model-configuration/customizable-model.md
@@ -8,7 +8,7 @@ It is important to note that for custom models, each model integration requires
Unlike predefined models, custom vendor integration will always have the following two parameters, which do not need to be defined in the vendor YAML file.
-
+
In the previous section, we have learned that vendors do not need to implement `validate_provider_credential`. The Runtime will automatically call the corresponding model layer's `validate_credentials` based on the model type and model name selected by the user for validation.
diff --git a/en/guides/model-configuration/load-balancing.md b/en/guides/model-configuration/load-balancing.md
index da6b5c769..80bb3c713 100644
--- a/en/guides/model-configuration/load-balancing.md
+++ b/en/guides/model-configuration/load-balancing.md
@@ -6,7 +6,7 @@ In enterprise-level large-scale model API calls, high concurrent requests can ex
You can enable this feature by navigating to **Model Provider -- Model List -- Configure Model Load Balancing** and adding multiple credentials (API keys) for the same model.
-
Model Load Balancing
+
{% hint style="info" %}
Model load balancing is a paid feature. You can enable it by [subscribing to SaaS paid services](../../getting-started/cloud.md#subscription-plan) or purchasing the enterprise edition.
@@ -14,17 +14,17 @@ Model load balancing is a paid feature. You can enable it by [subscribing to Saa
The default API key is the credential added when initially configuring the model provider. You need to click **Add Configuration** to add different API keys for the same model to use the load balancing feature properly.
-
Configuring Load Balancing
+
**At least one additional model credential** must be added to save and enable load balancing.
You can also **temporarily disable** or **delete** configured credentials.
-
+
Once configured, all models with load balancing enabled will be displayed in the model list.
-
Enabling Load Balancing
+
{% hint style="info" %}
By default, load balancing uses the Round-robin strategy. If the rate limit is triggered, a 1-minute cooldown period will be applied.
@@ -32,4 +32,4 @@ 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
+
diff --git a/en/guides/monitoring/README.md b/en/guides/monitoring/README.md
index 54ad0ca3f..ed325eca7 100644
--- a/en/guides/monitoring/README.md
+++ b/en/guides/monitoring/README.md
@@ -2,4 +2,4 @@
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.
-
概览
+
diff --git a/en/guides/monitoring/analysis.md b/en/guides/monitoring/analysis.md
index c7776666f..534d3a4fd 100644
--- a/en/guides/monitoring/analysis.md
+++ b/en/guides/monitoring/analysis.md
@@ -2,7 +2,7 @@
The **Overview -- Data Analysis** section displays metrics such as usage, active users, and LLM (Language Learning Model) invocation costs. This allows you to continuously improve the effectiveness, engagement, and cost-efficiency of your application operations. We will gradually provide more useful visualization capabilities, so please let us know what you need.
-
Overview—Data Analysis
+
***
diff --git a/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.md b/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.md
index 4b40510a6..d6d9964e8 100644
--- a/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.md
+++ b/en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.md
@@ -15,35 +15,35 @@ Introduction to Langfuse: [https://langfuse.com/](https://langfuse.com/)
1. Register and log in to Langfuse on the [official website](https://langfuse.com/)
2. Create a project in Langfuse. After logging in, click **New** on the homepage to create your own project. The **project** will be used to associate with **applications** in Dify for data monitoring.
-
Create a project in Langfuse
+
Edit a name for the project.
-
Create a project in Langfuse
+
3. Create project API credentials. In the left sidebar of the project, click **Settings** to open the settings.
-
Create project API credentials
+
In Settings, click **Create API Keys** to create project API credentials.
-
Create project API credentials
+
Copy and save the **Secret Key**, **Public Key**, and **Host**.
-
Get API Key configuration
+
4. Configure Langfuse in Dify. Open the application you need to monitor, open **Monitoring** in the side menu, and select **Tracing app performance** on the page.
-
Configure Langfuse
+
After clicking configure, paste the **Secret Key, Public Key, Host** created in Langfuse into the configuration and save.
-
Configure Langfuse
+
Once successfully saved, you can view the status on the current page. If it shows as started, it is being monitored.
-
View configuration status
+
***
@@ -51,9 +51,9 @@ Once successfully saved, you can view the status on the current page. If it show
After configuration, debugging or production data of the application in Dify can be viewed in Langfuse.
-
Debugging Applications in Dify
+
-
Viewing application data in Langfuse
+
***
diff --git a/en/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.md b/en/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.md
index 822b3aee3..7f1be46e3 100644
--- a/en/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.md
+++ b/en/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.md
@@ -18,39 +18,39 @@ For more details, please refer to [LangSmith](https://www.langchain.com/langsmit
Create a project in LangSmith. After logging in, click **New Project** on the homepage to create your own project. The **project** will be used to associate with **applications** in Dify for data monitoring.
-
Create a project in LangSmith
+
Once created, you can view all created projects in the Projects section.
-
View created projects in LangSmith
+
#### 3. Create Project Credentials
Find the project settings **Settings** in the left sidebar.
-
Project settings
+
Click **Create API Key** to create project credentials.
-
Create a project API Key
+
Select **Personal Access Token** for subsequent API authentication.
-
Create an API Key
+
Copy and save the created API key.
-
Copy API Key
+
#### 4. Integrating LangSmith with Dify
Configure LangSmith in the Dify application. Open the application you need to monitor, open **Monitoring** in the side menu, and select **Tracing app performance** on the page.
-
Tracing app performance
+
After clicking configure, paste the **API Key** and **project name** created in LangSmith into the configuration and save.
-
Configure LangSmith
+
{% hint style="info" %}
The configured project name needs to match the project set in LangSmith. If the project names do not match, LangSmith will automatically create a new project during data synchronization.
@@ -58,21 +58,21 @@ The configured project name needs to match the project set in LangSmith. If the
Once successfully saved, you can view the monitoring status on the current page.
-
View configuration status
+
### Viewing Monitoring Data in LangSmith
Once configured, the debug or production data from applications within Dify can be monitored in LangSmith.
-
Debugging Applications in Dify
+
When you switch to LangSmith, you can view detailed operation logs of Dify applications in the dashboard.
-
Viewing application data in LangSmith
+
Detailed LLM operation logs through LangSmith will help you optimize the performance of your Dify application.
-
Viewing application data in LangSmith
+
### Monitoring Data List
diff --git a/en/guides/monitoring/integrate-external-ops-tools/integrate-opik.md b/en/guides/monitoring/integrate-external-ops-tools/integrate-opik.md
index 7ef92cc31..2a3241b52 100644
--- a/en/guides/monitoring/integrate-external-ops-tools/integrate-opik.md
+++ b/en/guides/monitoring/integrate-external-ops-tools/integrate-opik.md
@@ -18,17 +18,17 @@ For more details, please refer to [Opik](https://www.comet.com/site/products/opi
Retrieve your Opik API Key from the user menu at the top-right. Click on **API Key**, then on the API Key to copy it:
-
Opik API Key
+
#### 3. Integrating Opik with Dify
Configure Opik in the Dify application. Open the application you need to monitor, open **Monitoring** in the side menu, and select **Tracing app performance** on the page.
-
Tracing app performance
+
After clicking configure, paste the **API Key** and **project name** created in Opik into the configuration and save.
-
Configure Opik
+
Once successfully saved, you can view the monitoring status on the current page.
@@ -36,15 +36,15 @@ Once successfully saved, you can view the monitoring status on the current page.
Once configured, you can debug or use the Dify application as usual. All usage history can be monitored in Opik.
-
Viewing application data in Opik
+
When you switch to Opik, you can view detailed operation logs of Dify applications in the dashboard.
-
Viewing application data in Opik
+
Detailed LLM operation logs through Opik will help you optimize the performance of your Dify application.
-
Viewing application data in Opik
+
### Monitoring Data List
diff --git a/en/guides/tools/README.md b/en/guides/tools/README.md
index 1b5786ade..1cbba073e 100644
--- a/en/guides/tools/README.md
+++ b/en/guides/tools/README.md
@@ -17,7 +17,7 @@ You can directly use the first-party built-in tools provided by the Dify ecosyst
### How to Configure First-party Tools
-
First-party Tools List
+
Dify currently supports:
@@ -31,7 +31,7 @@ We welcome you to contribute your developed tools to Dify. For detailed methods
If you need to use the first-party built-in tools provided by the Dify ecosystem, you need to configure the corresponding credentials before using them.
-
Configure First-party Tool Credentials
+
Once the credentials are successfully verified, the tool will display an "Authorized" status. After configuring the credentials, all members in the workspace can use this tool when arranging applications.
@@ -41,15 +41,15 @@ You can import custom API tools in the "Tools - Custom Tools" section, currently
Currently, tools support two authentication methods: No Authentication and API Key.
-
Create Custom Tools
+
After importing the schema content, the system will automatically parse the parameters in the file, and you can preview the specific parameters, methods, and paths of the tool. You can also test the tool parameters here.
-
Custom Tool Parameter Testing
+
Once the custom tool is created, all members in the workspace can use this tool when arranging applications in the "Studio."
-
Custom Tool Added
+
#### Cloudflare Workers
@@ -62,8 +62,8 @@ You can also use [dify-tools-worker](https://github.com/crazywoola/dify-tools-wo
Currently, you can use the configured tools when creating **intelligent assistant applications** in the "Studio."
-
Add Tools When Creating Intelligent Assistant Applications
+
For example, after adding tools in a financial analysis application, the intelligent assistant will autonomously invoke tools when needed to query financial report data, analyze the data, and complete the conversation with the user.
-
Intelligent Assistant Using Tools to Answer Questions During Conversation
+
diff --git a/en/guides/tools/quick-tool-integration.md b/en/guides/tools/quick-tool-integration.md
index ee33e04bb..7b97259fa 100644
--- a/en/guides/tools/quick-tool-integration.md
+++ b/en/guides/tools/quick-tool-integration.md
@@ -279,4 +279,4 @@ After the above steps are completed, we can see this tool on the frontend, and i
Of course, because google\_search needs a credential, before using it, you also need to input your credentials on the frontend.
-
+
diff --git a/en/guides/tools/tool-configuration/bing.md b/en/guides/tools/tool-configuration/bing.md
index ff38362c7..6cbb7c6ab 100644
--- a/en/guides/tools/tool-configuration/bing.md
+++ b/en/guides/tools/tool-configuration/bing.md
@@ -16,7 +16,7 @@ Please apply for an API Key on the [Azure platform](https://www.microsoft.com/en
In the Dify navigation page, click `Tools > Azure > Authorize` to fill in the API Key.
-
+
## 3. Use the tool
diff --git a/en/guides/tools/tool-configuration/comfyui.md b/en/guides/tools/tool-configuration/comfyui.md
index 68cf015e6..8e445360b 100644
--- a/en/guides/tools/tool-configuration/comfyui.md
+++ b/en/guides/tools/tool-configuration/comfyui.md
@@ -13,10 +13,10 @@ Please refer to its [official documentation](https://docs.comfy.org/get_started/
## 2. Prompt setting
If you don't need dify to pass in the prompt, you can skip this step. If your prompt node is connected to the only `KSampler` node in ComfyUI, you can skip this step.
Otherwise, use the string `{{positive_prompt}}` to replace the positive prompt content, and `{{negative_prompt}}` to replace the negative prompt content.
-
+
## 3. Export the API file of the workflow.
-
+
As shown in the figure, select `Save(API Format)`, if there is no such selection, you need to enable `Dev Mode` in the settings.
## 4. Integrate ComfyUI in Dify
diff --git a/en/guides/tools/tool-configuration/dall-e.md b/en/guides/tools/tool-configuration/dall-e.md
index 1d0bd67fa..95504573b 100644
--- a/en/guides/tools/tool-configuration/dall-e.md
+++ b/en/guides/tools/tool-configuration/dall-e.md
@@ -16,7 +16,7 @@ Please apply for an API Key at [OpenAI Platform](https://platform.openai.com/),
In the Dify navigation page, click `Tools > DALL-E > Authorize` and fill in the API Key.
-
+
## 3. Use the tool
diff --git a/en/guides/tools/tool-configuration/google.md b/en/guides/tools/tool-configuration/google.md
index d5560fb3d..5578ba590 100644
--- a/en/guides/tools/tool-configuration/google.md
+++ b/en/guides/tools/tool-configuration/google.md
@@ -16,7 +16,7 @@ Please apply for an API Key on the [Serp](https://serpapi.com/dashboard).
In the Dify navigation page, click `Tools > Google > Go to authorize` to fill in the API Key.
-
+
## 3. Using the tool
diff --git a/en/guides/tools/tool-configuration/perplexity.md b/en/guides/tools/tool-configuration/perplexity.md
index a56b40411..23680fb67 100644
--- a/en/guides/tools/tool-configuration/perplexity.md
+++ b/en/guides/tools/tool-configuration/perplexity.md
@@ -16,7 +16,7 @@ Please apply for an API Key at [Perplexity](https://www.perplexity.ai/settings/a
In the Dify navigation page, click on `Tools > Perplexity > Go to authorize` to fill in the API Key.
-
+
## 3. Using the tool
@@ -26,10 +26,10 @@ You can use the Perplexity Search tool in the following application types.
Both Chatflow and Workflow applications support adding Perplexity tool nodes. Pass the user's input content through variables to the "Query" box in the Perplexity tool node, adjust the built-in parameters of the Perplexity tool as needed, and finally select the output content of the Perplexity tool node in the response box of the "End" node.
-
+
* **Agent applications**
Add the `Perplexity Search` tool in the Agent application, then enter relevant commands to invoke this tool.
-
+
diff --git a/en/guides/tools/tool-configuration/searchapi.md b/en/guides/tools/tool-configuration/searchapi.md
index 59fa23e69..e23a813aa 100644
--- a/en/guides/tools/tool-configuration/searchapi.md
+++ b/en/guides/tools/tool-configuration/searchapi.md
@@ -16,7 +16,7 @@ Please apply for an API Key at [SearchApi](https://www.searchapi.io/).
In the Dify navigation page, click on `Tools > SearchApi > Go to authorize` to fill in the API Key.
-
+
## 3. Using the tool
@@ -26,7 +26,7 @@ You can use the SearchApi tool in the following application types.
Both Chatflow and Workflow applications support adding `SearchApi` series tool nodes, providing four tools: Google Jobs API, Google News API, Google Search API, and YouTube Scraper API.
-
+
* **Agent applications**
diff --git a/en/guides/tools/tool-configuration/serper.md b/en/guides/tools/tool-configuration/serper.md
index 9787f17fb..3eb4b131e 100644
--- a/en/guides/tools/tool-configuration/serper.md
+++ b/en/guides/tools/tool-configuration/serper.md
@@ -16,7 +16,7 @@ Please apply for an API Key on the [Serper platform](https://serper.dev/signup).
In the Dify navigation page, click `Tools > Serper > Authorize` to fill in the API Key.
-
+
## 3. Using the tool
diff --git a/en/guides/tools/tool-configuration/siliconflow.md b/en/guides/tools/tool-configuration/siliconflow.md
index 90a99432f..a3b37bfb7 100644
--- a/en/guides/tools/tool-configuration/siliconflow.md
+++ b/en/guides/tools/tool-configuration/siliconflow.md
@@ -16,7 +16,7 @@ Create a new API Key on the [SiliconCloud API management page](https://cloud.sil
In the Dify tool page, click on `SiliconCloud > To Authorize` and fill in the API Key.
-
+
## 3. Using the Tool
@@ -24,12 +24,12 @@ In the Dify tool page, click on `SiliconCloud > To Authorize` and fill in the AP
Chatflow and Workflow applications both support adding `SiliconFlow` tool nodes. You can pass user input content to the SiliconFlow tool node's "prompt" and "negative prompt" boxes through [variables](https://docs.dify.ai/v/zh-hans/guides/workflow/variables), adjust the built-in parameters as needed, and finally select the output content (text, images, etc.) of the SiliconFlow tool node in the "end" node's reply box.
-
+
* **Agent Application**
In the Agent application, add the `Stable Diffusion` or `Flux` tool, and then send a picture description in the conversation box to call the tool to generate images.
-
+
-
+
diff --git a/en/guides/tools/tool-configuration/youtube.md b/en/guides/tools/tool-configuration/youtube.md
index 252d59777..87d62917d 100644
--- a/en/guides/tools/tool-configuration/youtube.md
+++ b/en/guides/tools/tool-configuration/youtube.md
@@ -32,10 +32,10 @@ You can use the Youtube tool in the following application types.
Both Chatflow and Workflow applications support adding `Video statistics` nodes.
-
+
* **Agent applications**
Add the `Free YouTube Transcript API` tool in the Agent application, then enter relevant commands to invoke this tool.
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/en/guides/workflow/README.md b/en/guides/workflow/README.md
index b5ea838d3..304bab72f 100644
--- a/en/guides/workflow/README.md
+++ b/en/guides/workflow/README.md
@@ -9,7 +9,7 @@ Dify workflows are divided into two types:
* **Chatflow**: Designed for conversational scenarios, including customer service, semantic search, and other conversational applications that require multi-step logic in response construction.
* **Workflow**: Geared towards automation and batch processing scenarios, suitable for high-quality translation, data analysis, content generation, email automation, and more.
-
+
To address the complexity of user intent recognition in natural language input, Chatflow provides question understanding nodes. Compared to Workflow, it adds support for Chatbot features such as conversation history (Memory), annotated replies, and Answer nodes.
diff --git a/en/guides/workflow/additional-features.md b/en/guides/workflow/additional-features.md
index bd0657fac..ed83a43fb 100644
--- a/en/guides/workflow/additional-features.md
+++ b/en/guides/workflow/additional-features.md
@@ -55,7 +55,7 @@ This section will mainly introduce the specific usage of the **File Upload** fea
**For application users:** Chatflow applications with file upload enabled will display a "paperclip" icon on the right side of the dialogue box. Click it to upload files and interact with the LLM.
-
Upload file
+
**For application developers:**
@@ -84,7 +84,7 @@ The orchestration steps are as follows:
2. Add an LLM node, enable the VISION feature, and select the `sys.files` variable.
3. Add a "Answer" node at the end, filling in the output variable of the LLM node.
-
Enable vision
+
* **Mixed File Types**
@@ -97,7 +97,7 @@ If you want the application to have the ability to process both document files a
After the application user uploads both document files and images, document files are automatically diverted to the document extractor node, and image files are automatically diverted to the LLM node to achieve joint processing of files.
-
Mixed File Types
+
* **Audio and Video Files**
diff --git a/en/guides/workflow/bulletin.md b/en/guides/workflow/bulletin.md
index 2ae823dbe..69fa63570 100644
--- a/en/guides/workflow/bulletin.md
+++ b/en/guides/workflow/bulletin.md
@@ -4,11 +4,11 @@ The image upload feature has been integrated into the more comprehensive [File U
* The image upload option in Chatflow’s “Features” has been removed and replaced by the new “File Upload” feature. Within the “File Upload” feature, you can select the image file type. Additionally, the image upload icon in the application dialog has been replaced with a file upload icon.
-
+
* The image upload option in Workflow’s “Features” and the `sys.files` [variable](variables.md) will be deprecated in the future. Both have been marked as `LEGACY`, and developers are encouraged to use custom file variables to add file upload functionality to Workflow applications.
-
+
### Why Replace the “Image Upload” Feature?
@@ -25,7 +25,7 @@ To enhance the information processing capabilities of your applications, we have
* The file upload feature allows files to be uploaded, parsed, referenced, and downloaded as file variables within Workflow applications.
* Developers can now easily build applications capable of understanding and processing complex tasks involving images, audio, and video.
-
+
We no longer recommend using the standalone “Image Upload” feature and instead suggest transitioning to the more comprehensive “File Upload” feature to improve the application experience.
@@ -38,11 +38,11 @@ We no longer recommend using the standalone “Image Upload” feature and inste
If you have already created Chatflow applications with the “Image Upload” feature enabled and activated the Vision feature in the LLM node, the system will automatically switch the feature, and it will not affect the application’s image upload capability. If you need to update and republish the application, select the file variable in the Vision variable selection box of the LLM node, clear the item from the checklist, and republish the application.\
-
+
If you wish to add the “Image Upload” feature to a Chatflow application, enable “File Upload” in the features and select only the “image” file type. Then enable the Vision feature in the LLM node and specify the sys.files variable. The upload entry will appear as a “paperclip” icon. For detailed instructions, refer to [Additional Features](additional-features.md).
-
+
* **Workflow Applications**
diff --git a/en/guides/workflow/debug-and-preview/checklist.md b/en/guides/workflow/debug-and-preview/checklist.md
index c5039ffe3..902f5f79f 100644
--- a/en/guides/workflow/debug-and-preview/checklist.md
+++ b/en/guides/workflow/debug-and-preview/checklist.md
@@ -2,4 +2,4 @@
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.
-
+
diff --git a/en/guides/workflow/debug-and-preview/history.md b/en/guides/workflow/debug-and-preview/history.md
index 7bd9a8273..470fdf80d 100644
--- a/en/guides/workflow/debug-and-preview/history.md
+++ b/en/guides/workflow/debug-and-preview/history.md
@@ -2,4 +2,4 @@
In the "Run History," you can view the run results and log information from the historical debugging of the current workflow.
-
+
diff --git a/en/guides/workflow/debug-and-preview/log.md b/en/guides/workflow/debug-and-preview/log.md
index e98aa849a..7b7fb8230 100644
--- a/en/guides/workflow/debug-and-preview/log.md
+++ b/en/guides/workflow/debug-and-preview/log.md
@@ -4,4 +4,4 @@ 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.
-
+
diff --git a/en/guides/workflow/debug-and-preview/step-run.md b/en/guides/workflow/debug-and-preview/step-run.md
index a6fc85079..aff0d5ea7 100644
--- a/en/guides/workflow/debug-and-preview/step-run.md
+++ b/en/guides/workflow/debug-and-preview/step-run.md
@@ -2,8 +2,8 @@
Workflow supports step-by-step debugging of nodes, where you can repetitively test whether the execution of the current node meets expectations.
-
+
After running a step test, you can review the execution status, input/output, and metadata information.
-
+
diff --git a/en/guides/workflow/debug-and-preview/yu-lan-yu-yun-hang.md b/en/guides/workflow/debug-and-preview/yu-lan-yu-yun-hang.md
index 0a210aded..af5c6d900 100644
--- a/en/guides/workflow/debug-and-preview/yu-lan-yu-yun-hang.md
+++ b/en/guides/workflow/debug-and-preview/yu-lan-yu-yun-hang.md
@@ -2,10 +2,10 @@
Dify Workflow offers a comprehensive set of execution and debugging features. In conversational applications, clicking "Preview" enters debugging mode.
-
+
In workflow applications, clicking "Run" enters debugging mode.
-
+
Once in debugging mode, you can debug the configured workflow using the interface on the right side of the screen.
diff --git a/en/guides/workflow/error-handling/README.md b/en/guides/workflow/error-handling/README.md
index 7fab59b24..92836acde 100644
--- a/en/guides/workflow/error-handling/README.md
+++ b/en/guides/workflow/error-handling/README.md
@@ -96,7 +96,7 @@ In the new LLM node, fill in the prompt and reference the exception output from
Add a variable aggregation node to consolidate the results from both the correct and error branches and output them to the end node, completing the entire process.
-
+
> Click [here](https://assets-docs.dify.ai/2024/12/087861aa20e06bb4f8a2bef7e7ae0522.yml) to download the Demo DSL file.
diff --git a/en/guides/workflow/error-handling/error-type.md b/en/guides/workflow/error-handling/error-type.md
index 9f1b0cbcc..48e375d9c 100644
--- a/en/guides/workflow/error-handling/error-type.md
+++ b/en/guides/workflow/error-handling/error-type.md
@@ -19,7 +19,7 @@ This article summarizes the potential exceptions and corresponding error types t
This error occurs due to exceptions in developer-written code, such as: missing variables, calculation logic errors, or treating string array inputs as string variables. You can locate the issue using the error message and exact line number.
-
Code Error
+
2. **Sandbox Network Issues (System Error)**
@@ -29,19 +29,19 @@ This article summarizes the potential exceptions and corresponding error types t
2. Start the sandbox service
3. Verify proxy settings
-
Sandbox network issues
+
3. **Depth Limit Error (DepthLimitError)**
The current node's default configuration only supports up to 5 levels of nested structures. An error will occur if it exceeds 5 levels.
-
OutputValidationError
+
4. **Output Validation Error (OutputValidationError)**
An error occurs when the actual output variable type doesn't match the selected output variable type. Developers need to change the selected output variable type to avoid this issue.
-
+
### LLM Node
@@ -53,7 +53,7 @@ Here are 6 common runtime errors:
This error occurs when the LLM cannot find system prompts or variables set in the context. Application developers can resolve this by replacing the problematic variables.
-
+
2. **Invalid Context Structure Error (InvalidContextStructureError)**
@@ -61,7 +61,7 @@ Here are 6 common runtime errors:
> Context only supports string (String) data structures.
-
InvalidContextStructureError
+
3. **Invalid Variable Type Error (InvalidVariableTypeError)**
@@ -76,7 +76,7 @@ Here are 6 common runtime errors:
An error occurs when the LLM node's prompt is empty, as prompts cannot be blank.
-
+
### HTTP
@@ -104,7 +104,7 @@ The following 3 errors commonly occur during runtime:
-
+ 
2. **Tool Parameter Error (ToolParameterError)**
An error occurs when the configured tool node parameters are invalid, such as passing parameters that don't match the tool node's defined parameters.
diff --git a/en/guides/workflow/error-handling/predefined-error-handling-logic.md b/en/guides/workflow/error-handling/predefined-error-handling-logic.md
index 7d0f66970..40c6debaf 100644
--- a/en/guides/workflow/error-handling/predefined-error-handling-logic.md
+++ b/en/guides/workflow/error-handling/predefined-error-handling-logic.md
@@ -18,7 +18,7 @@ The error handling feature provides three predefined options:
• **Fail branch**: When an error occurs, a predefined error-handling branch is executed. This provides flexibility for developers to create alternative paths in the workflow to address the failure scenario.
-
+
### Logic: None
@@ -37,7 +37,7 @@ When a node fails to execute, the workflow automatically uses the developer’s
The predefined default value’s data type must match the node’s output variable type. For example, if the output variable of a code node is set to the data type `array[number]`, the default value must also be of the `array[number]` data type.
-
Error handling: default value
+
### Logic: Fail Branch
@@ -47,7 +47,7 @@ For instance, you might connect a mail tool node to send error notifications, pr
> The fail branch is highlighted with orange.
-
+
A common approach to handling errors is enable fail branch on nodes. These nodes can address issues, and the corrected outputs can be merged back into the main flow by using variable aggregation nodes to ensure consistency in the final results.
diff --git a/en/guides/workflow/export_import.md b/en/guides/workflow/export_import.md
index be61ea2e6..d98bd1645 100644
--- a/en/guides/workflow/export_import.md
+++ b/en/guides/workflow/export_import.md
@@ -4,12 +4,12 @@ You can export/import application templates as YAML-format DSL (Domain Specific
To import a DSL file in the studio application list:
-
+ (2).png)
To export a DSL file from the studio application list:
-
+ (1).png)
To export a DSL file from the workflow orchestration page:
-
+ (1).png)
diff --git a/en/guides/workflow/file-upload.md b/en/guides/workflow/file-upload.md
index 649282382..a472c99e7 100644
--- a/en/guides/workflow/file-upload.md
+++ b/en/guides/workflow/file-upload.md
@@ -68,7 +68,7 @@ Some LLMs, such as [Claude 3.5 Sonnet](https://docs.anthropic.com/en/docs/build-
1. Click the **"Features"** button in the upper right corner of the Chatflow application to add more functionality to the application. After enabling this feature, application users can upload and update files at any time during the application dialogue. A maximum of 10 files can be uploaded simultaneously, with a size limit of 15MB per file.
-
file upload
+
Enabling this feature does not grant LLMs the ability to directly read files. A **Document Extractor** is still needed to parse documents into text for LLM comprehension.
@@ -79,11 +79,11 @@ Enabling this feature does not grant LLMs the ability to directly read files. A
3. Add an LLM node and select the output variable of the Document Extractor node in the system prompt.
4. Add an "Answer" node at the end, filling in the output variable of the LLM node.
-
+
Once enabled, users can upload files and engage in conversations in the dialogue box. However, with this method, the LLM application does not have the ability to remember file contents, and files need to be uploaded for each conversation.
-
+
If you want the LLM to remember file contents during conversations, please refer to Method 3.
@@ -125,11 +125,11 @@ After uploading, files are stored in single file variables, which LLMs cannot di
Use the file variable from the "Start" node as the input variable for the **"Document Extractor"** node.
-
Document Extractor
+
Fill in the output variable of the "Document Extractor" node in the system prompt of the LLM node.
-
+
After completing these settings, application users can paste file URLs or upload local files in the WebApp, then interact with the LLM about the document content. Users can replace files at any time during the conversation, and the LLM will obtain the latest file content.
@@ -143,7 +143,7 @@ For certain file types (such as images), file variables can be directly used wit
Below is an example configuration:
-
Using file variables directly in LLM node
+
It's important to note that when directly using file variables in LLM node, the developers need to ensure that the file variable contains only image files; otherwise, errors may occur. If users might upload different types of files, we need to use list operator node for filtering files.
@@ -151,7 +151,7 @@ It's important to note that when directly using file variables in LLM node, the
Placing file variables in answer nodes or end nodes will provide a file download card in the conversation box when the application reaches that node. Clicking the card allows for file download.
-
file download
+
## Advanced Usage
diff --git a/en/guides/workflow/node/agent.md b/en/guides/workflow/node/agent.md
index f0a91ddd1..21416aba5 100644
--- a/en/guides/workflow/node/agent.md
+++ b/en/guides/workflow/node/agent.md
@@ -10,17 +10,17 @@ An Agent Node is a component in Dify Chatflow/Workflow that enables autonomous t
In the Dify Chatflow/Workflow editor, drag the Agent node from the components panel onto the canvas.
-
+
### Select an Agent Strategy
In the node configuration panel, click Agent Strategy.
-
+
From the dropdown menu, select the desired Agent reasoning strategy. Dify provides two built-in strategies, **Function Calling and ReAct**, which can be installed from the **Marketplace → Agent Strategies category**.
-
+
#### 1. Function Calling
@@ -34,7 +34,7 @@ Pros:
**• Structured output:** The model outputs structured information about function calls, facilitating processing by downstream nodes.
-
+
#### 2. ReAct (Reason + Act)
@@ -48,7 +48,7 @@ Pros:
**• Wide applicability:** Suitable for scenarios that require external knowledge or need to perform specific actions, such as Q\&A, information retrieval, and task execution.
-
+
Developers can contribute Agent strategy plugins to the public [repository](https://github.com/langgenius/dify-plugins). After review, these plugins will be listed in the Marketplace for others to install.
@@ -66,10 +66,10 @@ After choosing the Agent strategy, the configuration panel will display the rele
5. **Maximum Iterations:** Set the maximum number of execution steps for the Agent.
6. **Output Variables:** Indicates the data structure output by the node.
-
+
## Logs
During execution, the Agent node generates detailed logs. You can see overall node execution information—including inputs and outputs, token usage, time spent, and status. Click Details to view the output from each round of Agent strategy execution.
-
+
diff --git a/en/guides/workflow/node/answer.md b/en/guides/workflow/node/answer.md
index d0c545e74..ecd5bec68 100644
--- a/en/guides/workflow/node/answer.md
+++ b/en/guides/workflow/node/answer.md
@@ -10,10 +10,10 @@ Answer node can be seamlessly integrated at any point to dynamically deliver con
Example 1: Output plain text.
-
+
Example 2: Output image and LLM reply.
-
+
-
+
diff --git a/en/guides/workflow/node/code.md b/en/guides/workflow/node/code.md
index dd48fc01e..6e02befe0 100644
--- a/en/guides/workflow/node/code.md
+++ b/en/guides/workflow/node/code.md
@@ -13,7 +13,7 @@ The code node supports running Python/NodeJS code to perform data transformation
This node significantly enhances the flexibility for developers, allowing them to embed custom Python or JavaScript scripts within the workflow and manipulate variables in ways that preset nodes cannot achieve. Through configuration options, you can specify the required input and output variables and write the corresponding execution code:
-
+
## Configuration
@@ -115,5 +115,5 @@ This code snippet has the following issues:
Dangerous code will be automatically blocked by Cloudflare WAF. You can check if it's been blocked by looking at the "Network" tab in your browser's "Web Developer Tools".
-
Cloudflare WAF
+
diff --git a/en/guides/workflow/node/doc-extractor.md b/en/guides/workflow/node/doc-extractor.md
index f934365d3..c0bc2aa94 100644
--- a/en/guides/workflow/node/doc-extractor.md
+++ b/en/guides/workflow/node/doc-extractor.md
@@ -13,7 +13,7 @@ LLMs cannot directly read or interpret document contents. Therefore, it's necess
The document extractor node can be understood as an information processing center. It recognizes and reads files in the input variables, extracts information, and converts it into string-type output variables for downstream nodes to call.
-
doc extractor
+
The document extractor node structure is divided into input variables and output variables.
@@ -41,7 +41,7 @@ In a typical file interaction Q\&A scenario, the document extractor can serve as
This section will introduce the usage of the document extractor node through a typical ChatPDF example workflow template.
-
Chatpdf workflow
+
**Configuration Process:**
@@ -49,11 +49,11 @@ This section will introduce the usage of the document extractor node through a t
2. Add a document extractor node and select the `pdf` variable in the input variables.
3. Add an LLM node and select the output variable of the document extractor node in the system prompt. The LLM can read the contents of the file through this output variable.
-
+
Configure the end node by selecting the output variable of the LLM node in the end node.
-
chat with pdf
+
After configuration, the application will have file upload functionality, allowing users to upload PDF files and engage in conversation.
diff --git a/en/guides/workflow/node/end.md b/en/guides/workflow/node/end.md
index ff2750853..896a420b2 100644
--- a/en/guides/workflow/node/end.md
+++ b/en/guides/workflow/node/end.md
@@ -18,12 +18,12 @@ End nodes are not supported within Chatflow.
In the following [long story generation workflow](iteration.md#example-2-long-article-iterative-generation-another-scheduling-method), the variable `Output` declared by the end node is the output of the upstream code node. This means the workflow will end after the Code node completes execution and will output the execution result of Code.
-
End Node - Long Story Generation Example
+
**Single Path Execution Example:**
-
+
**Multi-Path Execution Example:**
-
+
diff --git a/en/guides/workflow/node/http-request.md b/en/guides/workflow/node/http-request.md
index 16f07f053..8f6f69e7a 100644
--- a/en/guides/workflow/node/http-request.md
+++ b/en/guides/workflow/node/http-request.md
@@ -15,7 +15,7 @@ This node supports common HTTP request methods:
You can configure various aspects of the HTTP request, including URL, request headers, query parameters, request body content, and authentication information.
-
HTTP Request Configuration
+
***
@@ -25,7 +25,7 @@ You can configure various aspects of the HTTP request, including URL, request he
One practical feature of this node is the ability to dynamically insert variables into different parts of the request based on the scenario. For example, when handling customer feedback requests, you can embed variables such as username or customer ID, feedback content, etc., into the request to customize automated reply messages or fetch specific customer information and send related resources to a designated server.
-
Customer Feedback Classification
+
The return values of an HTTP request include the response body, status code, response headers, and files. Notably, if the response contains a file, this node can automatically save the file for use in subsequent steps of the workflow. This design not only improves processing efficiency but also makes handling responses with files straightforward and direct.
@@ -37,7 +37,7 @@ Example: Suppose you are developing a document management application and need t
Here is a configuration example:
-
http-node-send-file
+
### Advanced Features
diff --git a/en/guides/workflow/node/ifelse.md b/en/guides/workflow/node/ifelse.md
index bca4a2dd3..ed2f41aaa 100644
--- a/en/guides/workflow/node/ifelse.md
+++ b/en/guides/workflow/node/ifelse.md
@@ -27,7 +27,7 @@ A conditional branching node has three parts:
### Scenario
-
+
Taking the above **Text Summary Workflow** as an example:
@@ -41,4 +41,4 @@ 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
+
diff --git a/en/guides/workflow/node/iteration.md b/en/guides/workflow/node/iteration.md
index 522985cb1..a5136cd09 100644
--- a/en/guides/workflow/node/iteration.md
+++ b/en/guides/workflow/node/iteration.md
@@ -20,13 +20,13 @@ An iteration node consists of three core components: **Input Variables**, **Iter
**Output Variables:** Outputs only array variables (`Array[List]`).
-
+
1. Enter the story title and outline in the **Start Node**.
2. Use a **Generate Subtitles and Outlines Node** to use LLM to generate the complete content from user input.
@@ -38,15 +38,15 @@ An iteration node consists of three core components: **Input Variables**, **Iter
1. Configure the story title (title) and outline (outline) in the **Start Node**.
-
Start Node Configuration
+
2. Use a **Generate Subtitles and Outlines Node** to convert the story title and outline into complete text.
-
Template Node
+
3. Use a **Extract Subtitles and Outlines Node** to convert the story text into an array (Array) structure. The parameter to extract is `sections`, and the parameter type is `Array[Object]`.
-
Parameter Extraction
+
{% hint style="info" %}
The effectiveness of parameter extraction is influenced by the model's inference capability and the instructions given. Using a model with stronger inference capabilities and adding examples in the **instructions** can improve the parameter extraction results.
@@ -54,11 +54,11 @@ The effectiveness of parameter extraction is influenced by the model's inference
4. Use the array-formatted story outline as the input for the iteration node and process it within the iteration node using an **LLM Node**.
-
Configure Iteration Node
+
Configure the input variables `GenerateOverallOutline/output` and `Iteration/item` in the LLM Node.
-
Configure LLM Node
+
{% hint style="info" %}
Built-in variables for iteration: `items[object]` and `index[number]`.
@@ -70,15 +70,15 @@ Built-in variables for iteration: `items[object]` and `index[number]`.
5. Configure a **Direct Reply Node** inside the iteration node to achieve streaming output after each iteration.
-
Configure Answer Node
+
6. Complete debugging and preview.
-
Generate by Iterating Through Story Chapters
+
#### **Example 2: Long Article Iteration Generator (Another Arrangement)**
-
+
* Enter the story title and outline in the **Start Node**.
* Use an **LLM Node** to generate subheadings and corresponding content for the article.
@@ -95,11 +95,11 @@ Built-in variables for iteration: `items[object]` and `index[number]`.
The iteration node supports parallel processing, improving execution efficiency when enabled.
-
Enable parallel mode
+
Below illustrates the comparison between parallel and sequential execution in the iteration node.
-
Sequential and Parallel Processing Flow Diagram
+
Parallel mode supports up to 10 concurrent iterations. When processing more than 10 tasks, the first 10 elements execute simultaneously, with remaining tasks processed after the completion of the initial batch.
@@ -135,11 +135,11 @@ Array variables can be generated via the following nodes as iteration node input
* [Code Node](code.md)
-
+
* [Knowledge Base Retrieval](knowledge-retrieval.md)
* [Iteration](iteration.md)
@@ -154,7 +154,7 @@ The output variable of the iteration node is in array format and cannot be direc
**Convert Using a Code Node**
-
Code Node Conversion
+
CODE Example:
@@ -168,7 +168,7 @@ def main(articleSections: list):
**Convert Using a Template Node**
-
Template Node Conversion
+
CODE Example:
diff --git a/en/guides/workflow/node/knowledge-retrieval.md b/en/guides/workflow/node/knowledge-retrieval.md
index 9ec800ad6..20b46bd58 100644
--- a/en/guides/workflow/node/knowledge-retrieval.md
+++ b/en/guides/workflow/node/knowledge-retrieval.md
@@ -2,7 +2,7 @@
The Knowledge Base Retrieval Node is designed to query text content related to user questions from the Dify Knowledge Base, which can then be used as context for subsequent answers by the Large Language Model (LLM).
-
+
Configuring the Knowledge Base Retrieval Node involves four main steps:
@@ -31,4 +31,4 @@ It's possible to modify the indexing strategy and retrieval mode for an individu
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](https://docs.dify.ai/guides/knowledge-base/create-knowledge-and-upload-documents#id-5-indexing-methods).
-
+
diff --git a/en/guides/workflow/node/list-operator.md b/en/guides/workflow/node/list-operator.md
index 6784d0ad6..773ab027f 100644
--- a/en/guides/workflow/node/list-operator.md
+++ b/en/guides/workflow/node/list-operator.md
@@ -10,11 +10,11 @@ The list operator can filter and extract attributes such as file format type, fi
For example, in an application that allows users to upload both document files and image files simultaneously, different files need to be sorted through the **list operation node**, with different files being handled by different processes.
-
+
List operation nodes are generally used to extract information from array variables, converting them into variable types that can be accepted by downstream nodes through setting conditions. Its structure is divided into input variables, filter conditions, sorting, taking the first N items, and output variables.
-
+
**Input Variables**
@@ -72,6 +72,6 @@ In file interaction Q\&A scenarios, application users may upload document files
3. Extract document file variables and pass them to the "Doc Extractor" node; extract image file variables and pass them to the "LLM" node.
4. Add a "Answer" node at the end, filling in the output variable of the LLM node.
-
+
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.
diff --git a/en/guides/workflow/node/llm.md b/en/guides/workflow/node/llm.md
index c5b6c69d8..0a3c0c750 100644
--- a/en/guides/workflow/node/llm.md
+++ b/en/guides/workflow/node/llm.md
@@ -4,7 +4,7 @@
Invokes the capabilities of large language models to process information input by users in the "Start" node (natural language, uploaded files, or images) and provide effective response information.
-
LLM Node
+
***
@@ -27,7 +27,7 @@ By selecting the appropriate model and writing prompts, you can build powerful a
### How to Configure
-
LLM Node Configuration - Model Selection
+
**Configuration Steps:**
@@ -48,11 +48,11 @@ In the LLM node, you can customize the model input prompts. If you select a chat
If you're struggling to come up with effective system prompts (System), you can use the Prompt Generator to quickly create prompts suitable for your specific business scenarios, leveraging AI capabilities.
-
+
In the prompt editor, you can call out the **variable insertion menu** by typing `/` or `{` to insert **special variable blocks** or **upstream node variables** into the prompt as context content.
-
Calling Out the Variable Insertion Menu
+
***
@@ -62,7 +62,7 @@ In the prompt editor, you can call out the **variable insertion menu** by typing
Context variables are a special type of variable defined within the LLM node, used to insert externally retrieved text content into the prompt.
-
Context Variables
+
In common knowledge base Q\&A applications, the downstream node of knowledge retrieval is typically the LLM node. The **output variable** `result` of knowledge retrieval needs to be configured in the **context variable** within the LLM node for association and assignment. After association, inserting the **context variable** at the appropriate position in the prompt can incorporate the externally retrieved knowledge into the prompt.
@@ -88,13 +88,13 @@ To achieve conversational memory in text completion models (e.g., gpt-3.5-turbo-
The conversation history variable is not widely used and can only be inserted when selecting text completion models in Chatflow.
{% endhint %}
-
Inserting Conversation History Variable
+
**Model Parameters**
The parameters of the model affect the output of the model. Different models have different parameters. The following figure shows the parameter list for `gpt-4`.
-
+
The main parameter terms are explained as follows:
@@ -108,7 +108,7 @@ The main parameter terms are explained as follows:
If you do not understand what these parameters are, you can choose to load presets and select from the three presets: Creative, Balanced, and Precise.
-
+
***
@@ -143,7 +143,7 @@ To enable workflow applications to read "[Knowledge Base](../../knowledge-base/)
2. Fill in the **output variable** `result` of the knowledge retrieval node into the **context variable** of the LLM node;
3. Insert the **context variable** into the application prompt to give the LLM the ability to read text within the knowledge base.
-
+
The `result` variable output by the Knowledge Retrieval Node also includes segmented reference information. You can view the source of information through the **Citation and Attribution** feature.
@@ -161,7 +161,7 @@ To enable workflow applications to read document contents, such as building a Ch
For more information, please refer to [File Upload](../file-upload.md).
-
input system prompts
+
* **Error Handling**
@@ -170,6 +170,6 @@ When processing information, LLM nodes may encounter errors such as input text e
1. Enable "Error Handling" in the LLM node
2. Select and configure an error handling strategy
-
input system prompts
+
For more information about exception handling methods, please refer to the [Error Handling](https://docs.dify.ai/guides/workflow/error-handling).
diff --git a/en/guides/workflow/node/parameter-extractor.md b/en/guides/workflow/node/parameter-extractor.md
index 3d7030b49..25bea1c1c 100644
--- a/en/guides/workflow/node/parameter-extractor.md
+++ b/en/guides/workflow/node/parameter-extractor.md
@@ -16,11 +16,11 @@ Some nodes within the workflow require specific data formats as inputs, such as
In this example: The Arxiv paper retrieval tool requires **paper author** or **paper ID** as input parameters. The parameter extractor extracts the paper ID **2405.10739** from the query "What is the content of this paper: 2405.10739" and uses it as the tool parameter for precise querying.
-
Arxiv Paper Retrieval Tool
+
2. **Converting text to structured data**, such as in the long story iteration generation application, where it serves as a pre-step for the [iteration node](iteration.md), converting chapter content in text format to an array format, facilitating multi-round generation processing by the iteration node.
-
+
1. **Extracting structured data and using the** [**HTTP Request**](https://docs.dify.ai/guides/workflow/node/http-request), which can request any accessible URL, suitable for obtaining external retrieval results, webhooks, generating images, and other scenarios.
diff --git a/en/guides/workflow/node/question-classifier.md b/en/guides/workflow/node/question-classifier.md
index 67168e2e8..cff4676ab 100644
--- a/en/guides/workflow/node/question-classifier.md
+++ b/en/guides/workflow/node/question-classifier.md
@@ -14,7 +14,7 @@ In a typical product customer service Q\&A scenario, the issue classifier can se
The following diagram is an example workflow template for a product customer service scenario:
-
+
In this scenario, we set up three classification labels/descriptions:
@@ -32,7 +32,7 @@ When users input different questions, the issue classifier will automatically cl
### 3. How to Configure
-
+
**Configuration Steps:**
diff --git a/en/guides/workflow/node/start.md b/en/guides/workflow/node/start.md
index 775c8db81..47b2f3a10 100644
--- a/en/guides/workflow/node/start.md
+++ b/en/guides/workflow/node/start.md
@@ -8,7 +8,7 @@ The **“Start”** node is a critical preset node in the Chatflow / Workflow ap
On the Start node's settings page, you'll find two sections: **"Input Fields"** and preset **System Variables**.
-
Chatflow and Workflow
+
#### Input Field
diff --git a/en/guides/workflow/node/template.md b/en/guides/workflow/node/template.md
index 1f1d1bd4a..f39ca5e0b 100644
--- a/en/guides/workflow/node/template.md
+++ b/en/guides/workflow/node/template.md
@@ -2,7 +2,7 @@
Template lets you dynamically format and combine variables from previous nodes into a single text-based output using Jinja2, a powerful templating syntax for Python. It's useful for combining data from multiple sources into a specific structure required by subsequent nodes. The simple example below shows how to assemble an article by piecing together various previous outputs:
-
+
Beyond naive use cases, you can create more complex templates as per Jinja's [documentation](https://jinja.palletsprojects.com/en/3.1.x/templates/) for a variety of tasks. Here's one template that structures retrieved chunks and their relevant metadata from a knowledge retrieval node into a formatted markdown:
@@ -22,7 +22,7 @@ Beyond naive use cases, you can create more complex templates as per Jinja's [do
{% endraw %}
```
-
+
This template node can then be used within a Chatflow to return intermediate outputs to the end user, before a LLM response is initiated.
diff --git a/en/guides/workflow/node/tools.md b/en/guides/workflow/node/tools.md
index 720511337..35ef34874 100644
--- a/en/guides/workflow/node/tools.md
+++ b/en/guides/workflow/node/tools.md
@@ -14,9 +14,9 @@ If built-in tools do not meet your needs, you can create custom tools in the **D
You can also orchestrate a more complex workflow and publish it as a tool.
-
Configuring Google Search Tool to Retrieve External Knowledge
+
Configuring a tool node generally involves two steps:
diff --git a/en/guides/workflow/node/variable-aggregator.md b/en/guides/workflow/node/variable-aggregator.md
index f5538ee3b..343dbc4c7 100644
--- a/en/guides/workflow/node/variable-aggregator.md
+++ b/en/guides/workflow/node/variable-aggregator.md
@@ -16,15 +16,15 @@ Through variable aggregation, you can aggregate multiple outputs, such as from i
Without variable aggregation, the branches of Classification 1 and Classification 2, after different knowledge base retrievals, would require repeated definitions for downstream LLM and direct response nodes.
-
+
By adding variable aggregation, the outputs of the two knowledge retrieval nodes can be aggregated into a single variable.
-
Multi-Branch Aggregation after Issue Classification
+
**Multi-Branch Aggregation after IF/ELSE Conditional Branching**
-
Multi-Branch Aggregation after Conditional Branching
+
### 3 Format Requirements
diff --git a/en/guides/workflow/node/variable-assigner.md b/en/guides/workflow/node/variable-assigner.md
index a1ab23795..88f2156ef 100644
--- a/en/guides/workflow/node/variable-assigner.md
+++ b/en/guides/workflow/node/variable-assigner.md
@@ -8,7 +8,7 @@ The variable assigner node is used to assign values to writable variables. Curre
Usage: Through the variable assigner node, you can assign workflow variables to conversation variables for temporary storage, which can be continuously referenced in subsequent conversations.
-
+
***
@@ -22,7 +22,7 @@ Using the variable assigner node, you can write context from the conversation pr
Example: After the conversation starts, LLM will automatically determine whether the user's input contains facts, preferences, or chat history that need to be remembered. If it has, LLM will first extract and store those information, then use it as context to respond. If there is no new information to remember, LLM will directly use the previously relevant memories to answer questions.
-
+
**Configuration process:**
@@ -108,7 +108,7 @@ def main(arg1: list) -> str:
Example: Before the chatting, the user specifies "English" in the `language` input box. This language will be written to the conversation variable, and the LLM will reference this information when responding, continuing to use "English" in subsequent conversations.
-
+
**Configuration Guide:**
@@ -124,7 +124,7 @@ Example: Before the chatting, the user specifies "English" in the `language` inp
Example: After starting the conversation, the LLM will ask the user to input items related to the Checklist in the chatting box. Once the user mentions content from the Checklist, it will be updated and stored in the Conversation Variable. The LLM will remind the user to continue supplementing missing items after each round of dialogue.
-
+
**Configuration Process:**
@@ -138,7 +138,7 @@ Example: After starting the conversation, the LLM will ask the user to input ite
Click the `+` icon on the right side of the node and select the **“Variable Assignment”** node. Configure the target variables and their corresponding source variables. This node allows you to assign values to multiple variables simultaneously.
-
+
**Setting Variables:**
diff --git a/en/guides/workflow/orchestrate-node.md b/en/guides/workflow/orchestrate-node.md
index e3eda748f..285e90dae 100644
--- a/en/guides/workflow/orchestrate-node.md
+++ b/en/guides/workflow/orchestrate-node.md
@@ -2,7 +2,7 @@
Both Chatflow and Workflow applications support node orchestration through visual drag-and-drop, with two orchestration design patterns: serial and parallel.
-
+
## Serial Node Design Pattern
@@ -16,13 +16,13 @@ Consider a "Novel Generation" Workflow App implementing serial pattern: after th
2. Sequentially link the nodes.
3. Converge all paths to the "End" node to finalize the workflow.
-
+
### Viewing Serial Structure Application Logs
In a serial structure application, logs display node operations sequentially. Click "View Logs - Tracing" in the upper right corner of the dialog box to see the complete workflow process, including input/output, token consumption, and runtime for each node.
-
+
## Designing Parallel Structure
@@ -36,15 +36,15 @@ The following four methods demonstrate how to create a parallel structure throug
**Method 1** Hover over a node to reveal the `+` button. Click it to add multiple nodes, automatically forming a parallel structure.
-
+
**Method 2** Extend a connection from a node by dragging its `+` button, creating a parallel structure.
-
+
**Method 3** With multiple nodes on the canvas, visually drag and link them to form a parallel structure.
-
+
**Method 4** In addition to canvas-based methods, you can generate parallel structures by adding nodes through the "Next Step" section in a node's right-side panel. This approach automatically creates the parallel configuration.
@@ -57,7 +57,7 @@ The following four methods demonstrate how to create a parallel structure throug
* Chatflow applications support multiple "answer" nodes. Each parallel structure in these applications must terminate with an "answer" node to ensure proper output of content;
* All parallel structures will run simultaneously; nodes within the parallel structure output results after completing their tasks, with no order relationship in output. The simpler the parallel structure, the faster the output of results.
-
+
### Designing Parallel Structure Patterns
@@ -69,7 +69,7 @@ Normal parallel refers to the `Start | Parallel Nodes | End three-layer` relatio
The upper limit for parallel branches is 10.
-
+
#### 2. Nested Parallel
@@ -77,22 +77,22 @@ Nested parallel refers to the Start | Multiple Parallel Structures | End multi-l
A workflow supports up to 3 layers of nesting relationships.
-
+
#### 3. Conditional Branch + Parallel
Parallel structures can also be used in conjunction with conditional branches.
-
+
#### 4. Iteration Branch + Parallel
This pattern integrates parallel structures within iteration branches, optimizing the execution efficiency of repetitive tasks.
-
+
### Viewing Parallel Structure Application Logs
Applications with parallel structures generate logs in a tree-like format. Collapsible parallel node groups facilitate easier viewing of individual node logs.
-
+
diff --git a/en/guides/workflow/publish.md b/en/guides/workflow/publish.md
index f37344c7f..49687aa8e 100644
--- a/en/guides/workflow/publish.md
+++ b/en/guides/workflow/publish.md
@@ -2,7 +2,7 @@
After completing debugging, clicking "Publish" in the upper right corner allows you to save and quickly release the workflow as different types of applications.
-
+
Conversational applications can be published as:
diff --git a/en/guides/workflow/variables.md b/en/guides/workflow/variables.md
index 1b06937e3..f18cbd5ac 100644
--- a/en/guides/workflow/variables.md
+++ b/en/guides/workflow/variables.md
@@ -18,7 +18,7 @@ Workflow type application provides the system variables below:
Variables name
Data Type
Description
Remark
sys.files
[LEGACY]
Array[File]
File Parameter: Stores images uploaded by users
The image upload function needs to be enabled in the 'Features' section in the upper right corner of the application orchestration page
sys.user_id
String
User ID: A unique identifier automatically assigned by the system to each user when they use a workflow application. It is used to distinguish different users
sys.app_id
String
App ID: A unique identifier automatically assigned by the system to each App. This parameter is used to record the basic information of the current application.
This parameter is used to differentiate and locate distinct Workflow applications for users with development capabilities
sys.workflow_id
String
Workflow ID: This parameter records information about all nodes information in the current Workflow application.
This parameter can be used by users with development capabilities to track and record information about the nodes contained within a Workflow
sys.workflow_run_id
String
Workflow Run ID: Used to record the runtime status and execution logs of a Workflow application.
This parameter can be used by users with development capabilities to track the application's historical execution records
-
Workflow App System Variables
+
#### Chatflow
@@ -26,13 +26,13 @@ Chatflow type application provides the following system variables:
Variables name
Data Type
Description
Remark
sys.query
String
Content entered by the user in the chatting box.
sys.files
Array[File]
File Parameter: Stores images uploaded by users
The image upload function needs to be enabled in the 'Features' section in the upper right corner of the application orchestration page
sys.dialogue_count
Number
The number of conversations turns during the user's interaction with a Chatflow application. The count automatically increases by one after each chat round and can be combined with if-else nodes to create rich branching logic.
For example, LLM will review the conversation history at the X conversation turn and automatically provide an analysis.
sys.conversation_id
String
A unique ID for the chatting box interaction session, grouping all related messages into the same conversation, ensuring that the LLM continues the chatting on the same topic and context.
sys.user_id
String
A unique ID is assigned for each application user to distinguish different conversation users.
sys.workflow_id
String
Workflow ID: This parameter records information about all nodes information in the current Workflow application.
This parameter can be used by users with development capabilities to track and record information about the nodes contained within a Workflow
sys.workflow_run_id
String
Workflow Run ID: Used to record the runtime status and execution logs of a Workflow application.
This parameter can be used by users with development capabilities to track the application's historical execution records
-
Chatflow App System Variables
+
### Environment Variables
**Environment variables are used to protect sensitive information involved in workflows**, such as API keys and database passwords used when running workflows. They are stored in the workflow rather than in the code, allowing them to be shared across different environments.
-
Environment Variables
+
Supports the following 3 data types:
@@ -56,7 +56,7 @@ Environmental variables have the following characteristics:
For example, you can store the language preference input by the user in the first round of chatting in a conversation variable. The LLM will refer to the information in the conversation variable when answering and use the specified language to reply to the user in subsequent chats.
-
Conversation Variable
+
**Conversation variables** support the following six data types:
diff --git a/en/guides/workspace/app.md b/en/guides/workspace/app.md
index aa216bf42..c0ab857f4 100644
--- a/en/guides/workspace/app.md
+++ b/en/guides/workspace/app.md
@@ -4,11 +4,11 @@
In the **Discover** section, several commonly used template applications are provided. These applications cover areas such as human resources, assistants, translation, programming, and writing.
-
+
To use a template application, click the "Add to Workspace" button on the template. You can then use the application in the workspace on the left side.
-
+
To modify a template and create a new application, click the "Customize" button on the template.
diff --git a/en/guides/workspace/app/README.md b/en/guides/workspace/app/README.md
index 778d8e6ad..2d5d5d602 100644
--- a/en/guides/workspace/app/README.md
+++ b/en/guides/workspace/app/README.md
@@ -4,11 +4,11 @@
In the **Discover** section, several commonly used template applications are provided. These applications cover areas such as human resources, assistants, translation, programming, and writing.
-
+
To use a template application, click the "Add to Workspace" button on the template. You can then use the application in the workspace on the left side.
-
+
To modify a template and create a new application, click the "Customize" button on the template.
diff --git a/en/guides/workspace/billing.md b/en/guides/workspace/billing.md
index 86980f6f8..6aed21144 100644
--- a/en/guides/workspace/billing.md
+++ b/en/guides/workspace/billing.md
@@ -38,7 +38,7 @@ Check out the [pricing page ](https://dify.ai/pricing)to learn more.
You can view capacity usage details on your workspace's Billing page.
-
monitor resource usage
+
## FAQ
diff --git a/en/guides/workspace/explore.md b/en/guides/workspace/explore.md
index d9fbe62e2..4ab4bb92b 100644
--- a/en/guides/workspace/explore.md
+++ b/en/guides/workspace/explore.md
@@ -4,11 +4,11 @@
In **Explore > Discovery**, some commonly used template applications are provided. These apps cover translate, writing, programming and assistant.
-
+
If you want to use a template application, click the template's "Add to Workspace" button. In the workspace on the left, the app is available.
-
+
If you want to modify a template to create a new application, click the "Customize" button of the template.
@@ -16,6 +16,6 @@ If you want to modify a template to create a new application, click the "Customi
The workspace is the application's navigation. Click an application in the workspace to use the application directly.
-
+
Apps in the workspace include: your own apps and apps added to the workspace by other teams.
diff --git a/en/learn-more/extended-reading/how-to-use-json-schema-in-dify.md b/en/learn-more/extended-reading/how-to-use-json-schema-in-dify.md
index 06bbf8bbc..186890956 100644
--- a/en/learn-more/extended-reading/how-to-use-json-schema-in-dify.md
+++ b/en/learn-more/extended-reading/how-to-use-json-schema-in-dify.md
@@ -18,7 +18,7 @@ JSON Schema is a specification for describing JSON data structures. Developers c
Switch the LLM in your application to one of the models supporting JSON Schema output mentioned above. Then, in the settings form, enable `JSON Schema` and fill in the JSON Schema template. Simultaneously, enable the `response_format` column and switch it to the `json_schema` format.
-
+
The content generated by the LLM supports output in the following format:
@@ -205,7 +205,7 @@ You are a UI generator AI. Convert the user input into a UI.
**Example Output:**
-
+
## Tips
diff --git a/en/learn-more/extended-reading/retrieval-augment/README.md b/en/learn-more/extended-reading/retrieval-augment/README.md
index cf62dd19f..752c69b31 100644
--- a/en/learn-more/extended-reading/retrieval-augment/README.md
+++ b/en/learn-more/extended-reading/retrieval-augment/README.md
@@ -8,7 +8,7 @@ Developers can use this technology to build AI-powered customer service, enterpr
In the diagram below, when a user asks, "Who is the President of the United States?", the system does not directly pass the question to the large model for an answer. Instead, it first performs a vector search in a knowledge base (such as Wikipedia shown in the diagram) to find relevant content through semantic similarity matching (e.g., "Joe Biden is the 46th and current president of the United States..."). Then, the system provides the user's question along with the retrieved relevant knowledge to the large model, allowing it to obtain sufficient information to answer the question reliably.
-
Basic RAG Architecture
+
**Why is this necessary?**
diff --git a/en/learn-more/extended-reading/retrieval-augment/hybrid-search.md b/en/learn-more/extended-reading/retrieval-augment/hybrid-search.md
index 6e8122a13..7888d339f 100644
--- a/en/learn-more/extended-reading/retrieval-augment/hybrid-search.md
+++ b/en/learn-more/extended-reading/retrieval-augment/hybrid-search.md
@@ -29,7 +29,7 @@ For most text search scenarios, the primary goal is to ensure that the most rele
In hybrid search, you need to establish vector indexes and keyword indexes in the database in advance. When a user query is input, the most relevant texts are retrieved from the documents using both retrieval methods.
-
Hybrid Search
+
"Hybrid search" does not have a precise definition. This article uses the combination of vector search and keyword search as an example. If we use other combinations of search algorithms, it can also be called "hybrid search." For instance, we can combine knowledge graph techniques for retrieving entity relationships with vector search techniques.
@@ -39,7 +39,7 @@ Different retrieval systems excel at finding various subtle relationships betwee
Definition: Generating query embeddings and querying the text segments most similar to their vector representations.
-
Vector Search Settings
+
**TopK:** Used to filter the text fragments most similar to the user's query. The system will dynamically adjust the number of fragments based on the context window size of the selected model. The default value is 3.
@@ -51,7 +51,7 @@ Definition: Generating query embeddings and querying the text segments most simi
Definition: Indexing all words in the document, allowing users to query any word and return text fragments containing those words.
-
Full-Text Search Settings
+
**TopK:** Used to filter the text fragments most similar to the user's query. The system will dynamically adjust the number of fragments based on the context window size of the selected model. The default value is 3.
@@ -61,7 +61,7 @@ Definition: Indexing all words in the document, allowing users to query any word
Simultaneously performs full-text search and vector search, applying a re-ranking step to select the best results matching the user's query from both types of query results. Requires configuring the Rerank model API.
-
Hybrid Search Settings
+
**TopK:** Used to filter the text fragments most similar to the user's query. The system will dynamically adjust the number of fragments based on the context window size of the selected model. The default value is 3.
@@ -71,16 +71,16 @@ Simultaneously performs full-text search and vector search, applying a re-rankin
Set different retrieval modes by entering the "Dataset -> Create Dataset" page and configuring the retrieval settings.
-
Setting Retrieval Mode When Creating a Dataset
+
### Modifying Retrieval Mode in Dataset Settings
Modify the retrieval mode of an existing dataset by entering the "Dataset -> Select Dataset -> Settings" page.
-
Modifying Retrieval Mode in Dataset Settings
+
### Modifying Retrieval Mode in Prompt Arrangement
Modify the retrieval mode when creating an application by entering the "Prompt Arrangement -> Context -> Select Dataset -> Settings" page.
-
Modifying Retrieval Mode in Prompt Arrangement
+
diff --git a/en/learn-more/extended-reading/retrieval-augment/rerank.md b/en/learn-more/extended-reading/retrieval-augment/rerank.md
index 8e4081c06..ad121edc2 100644
--- a/en/learn-more/extended-reading/retrieval-augment/rerank.md
+++ b/en/learn-more/extended-reading/retrieval-augment/rerank.md
@@ -6,7 +6,7 @@ Hybrid search can leverage the strengths of different retrieval technologies to
**The re-rank model calculates the semantic match between the list of candidate documents and the user query, reordering them based on semantic match to improve the results of semantic sorting.** The principle is to compute a relevance score between the user query and each candidate document and return a list of documents sorted by relevance from high to low. Common re-rank models include Cohere rerank, bge-reranker, etc.
-
Hybrid Search + Re-ranking
+
In most cases, there is a preliminary retrieval before re-ranking because calculating the relevance score between a query and millions of documents would be highly inefficient. Therefore, **re-ranking is typically placed at the final stage of the search process and is ideal for merging and sorting results from different retrieval systems.**
@@ -24,7 +24,7 @@ For example, with Cohere Rerank, you only need to register an account and apply
Dify currently supports the Cohere Rerank model. You can enter the "Model Providers -> Cohere" page and fill in the API key for the Re-rank model:
-
Configure Cohere Rerank Model in Model Providers
+
### How to Obtain the Cohere Rerank Model?
@@ -34,7 +34,7 @@ Visit: [https://cohere.com/rerank](https://cohere.com/rerank), register on the p
Enter the "Dataset -> Create Dataset -> Retrieval Settings" page to add the Re-rank settings. Besides setting the Re-rank model when creating a dataset, you can also change the Re-rank configuration in the settings of an existing dataset and in the dataset recall mode settings in application orchestration.
-
Setting the Re-rank Model in Dataset Retrieval Mode
+
**TopK:** Used to set the number of relevant documents returned after re-ranking.
@@ -46,4 +46,4 @@ 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)
-
Setting the Re-rank Model in Multi-Path Recall Mode for Datasets
+
diff --git a/en/learn-more/extended-reading/retrieval-augment/retrieval.md b/en/learn-more/extended-reading/retrieval-augment/retrieval.md
index d823f021e..17127f55b 100644
--- a/en/learn-more/extended-reading/retrieval-augment/retrieval.md
+++ b/en/learn-more/extended-reading/retrieval-augment/retrieval.md
@@ -2,7 +2,7 @@
When users build AI applications with multiple knowledge bases, Dify's retrieval strategy will determine which content will be retrieved.
-
retrieval Mode Settings
+
### Retrieval Setting
@@ -12,6 +12,6 @@ In multi-path retrieval mode, it's recommended that the Rerank model be configur
Below is the technical flowchart for the multi-path retrieval mode:
-
Multi-Path retrieval
+
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.
diff --git a/en/learn-more/how-to-use-json-schema-in-dify.md b/en/learn-more/how-to-use-json-schema-in-dify.md
index 9cc24d9af..c96ffb96e 100644
--- a/en/learn-more/how-to-use-json-schema-in-dify.md
+++ b/en/learn-more/how-to-use-json-schema-in-dify.md
@@ -211,7 +211,7 @@ You are a UI generator AI. Convert the user input into a UI.
**Example Output:**
-
+
## Tips
diff --git a/en/learn-more/prompt-engineering/prompt-engineering-1/README.md b/en/learn-more/prompt-engineering/prompt-engineering-1/README.md
index e4a0c6deb..c4d4420ba 100644
--- a/en/learn-more/prompt-engineering/prompt-engineering-1/README.md
+++ b/en/learn-more/prompt-engineering/prompt-engineering-1/README.md
@@ -58,7 +58,7 @@ Before you start experimenting with the new mode, you need to know the essential
After creating an application, you can switch to **Expert Mode** on the prompt orchestration page, where you can edit the complete application prompts.
-
Expert Mode Entry
+
{% hint style="warning" %}
After modifying prompts and publishing the application in **Expert Mode**, you cannot return to **Simple Mode**.
@@ -72,7 +72,7 @@ In both **Simple Mode** and **Expert Mode**, you can modify the parameters for t
Note that the built-in prompt containing \{{#context#\}} will only be displayed in **Expert Mode** after uploading the context.
{% endhint %}
-
Context Parameter Settings
+
**TopK: Value range is an integer from 1 to 10**
@@ -111,7 +111,7 @@ And will not generate additional dialogue (i.e., the LLM will stop generating co
In **Expert Mode**, you can type "`/`" in the text editor to quickly bring up content blocks to insert into the prompt. Content blocks include: `context`, `variable`, `conversation history`, `query content`. You can also type "`{`" to quickly insert a list of previously created variables.
-
Shortcut Key “/”
+
{% hint style="warning" %}
Content blocks other than "variables" cannot be inserted repeatedly. The available content blocks may vary based on the prompt template structure in different applications and models. `Conversation history` and `query content` are only available in text completion models for conversational applications.
@@ -154,7 +154,7 @@ During orchestration debugging, you can not only view the user's input and the L
In the debug preview interface, after a conversation between the user and the AI, move the mouse pointer to any user session, and you will see the "Log" icon button at the top left. Click it to view the prompt log.
-
Debug Log Entry
+
In the log, you can clearly see:
@@ -162,7 +162,7 @@ In the log, you can clearly see:
* Relevant text fragments referenced in the current session
* Historical conversation records
-
View Prompt Log in Debug Preview Interface
+
From the log, you can see the complete prompt sent to the LLM after system assembly and continuously improve the prompt input based on the debugging results.
@@ -170,4 +170,4 @@ From the log, you can see the complete prompt sent to the LLM after system assem
On the main interface for initial app construction, you can see "Logs and Annotations" in the left navigation bar. Click it to view the complete logs. On the main interface of Logs and Annotations, click any conversation log entry, and in the pop-up right dialog box, move the mouse pointer to the conversation to click the "Log" button to view the prompt log.
-
View Prompt Log in Logs and Annotations Interface
\ No newline at end of file
+
\ No newline at end of file
diff --git a/en/learn-more/use-cases/build-an-notion-ai-assistant.md b/en/learn-more/use-cases/build-an-notion-ai-assistant.md
index acd23ccde..02f29e9d2 100644
--- a/en/learn-more/use-cases/build-an-notion-ai-assistant.md
+++ b/en/learn-more/use-cases/build-an-notion-ai-assistant.md
@@ -46,15 +46,15 @@ Select "Sync from Notion" and then click the "Connect" button..
Afterward, you'll be redirected to the Notion login page. Log in with your Notion account.
-
+
Check the permissions needed by Dify, and then click the "Select pages" button.
-
+
Select the pages you want to synchronize with Dify, and press the "Allow access" button.
-
+
#### 4. Start training[](https://wsyfin.com/notion-dify#4-start-training)
@@ -88,15 +88,15 @@ For example, if your Notion notes focus on problem-solving in software developme
_I want you to act as an IT Expert in my Notion workspace, using your knowledge of computer science, network infrastructure, Notion notes, and IT security to solve the problems_.
-
+
It's recommended to initially enable the AI to actively furnish the users with a starter sentence, providing a clue as to what they can ask. Furthermore, activating the 'Speech to Text' feature can allow users to interact with your AI assistant using their voice.
-
+
Finally, Click the "Publish" button on the top right of the page. Now you can click the public URL in the "Monitoring" section to converse with your personalized AI assistant!
-
+
### Utilizing API to Integrate With Your Project
@@ -106,19 +106,19 @@ With effortless API integration, you can conveniently invoke your Notion AI appl
Click the "API Reference" button on the page of Overview page. You can refer to it as your App's API document.
-
+
#### 1. Generate API Secret Key[](https://wsyfin.com/notion-dify#1-generate-api-secret-key)
For security reasons, it's recommended to create a new API secret key to access your AI application.
-
+
#### 2. Retrieve Conversation ID[](https://wsyfin.com/notion-dify#2-retrieve-conversation-id)
After chatting with your AI application, you can retrieve the session ID from the "Logs & Ann." pages.
-
+
#### 3. Invoke API[](https://wsyfin.com/notion-dify#3-invoke-api)
diff --git a/en/learn-more/use-cases/create-a-midjourney-prompt-bot-with-dify.md b/en/learn-more/use-cases/create-a-midjourney-prompt-bot-with-dify.md
index 4a3d7ec71..03226b9c9 100644
--- a/en/learn-more/use-cases/create-a-midjourney-prompt-bot-with-dify.md
+++ b/en/learn-more/use-cases/create-a-midjourney-prompt-bot-with-dify.md
@@ -10,48 +10,48 @@ Dify offers two types of applications: conversational applications similar to Ch
You can access Dify here: https://dify.ai/
-
+
Once you've created your application, the dashboard page will display some data monitoring and application settings. Click on "Prompt Engineering" on the left, which is the main working page.
-
+
On this page, the left side is for prompt settings and other functions, while the right side provides real-time previews and usage of your created content. The prefix prompts are the triggers that the user inputs after each content, and they instruct the GPT model how to process the user's input information.
-
+
Take a look at my prefix prompt structure: the first part instructs GPT to output a description of a photo in the following structure. The second structure serves as the template for generating the prompt, mainly consisting of elements like 'Color photo of the theme,' 'Intricate patterns,' 'Stark contrasts,' 'Environmental description,' 'Camera model,' 'Lens focal length description related to the input content,' 'Composition description relative to the input content,' and 'The names of four master photographers.' This constitutes the main content of the prompt. In theory, you can now save this to the preview area on the right, input the theme you want to generate, and the corresponding prompt will be generated.
-
+
You may have noticed the "\{{proportion\}}" and "\{{version\}}" at the end. These are variables used to pass user-selected information. On the right side, users are required to choose image proportions and model versions, and these two variables help carry that information to the end of the prompt. Let's see how to set them up.
-
+
Our goal is to fill in the user's selected information at the end of the prompt, making it easy for users to copy without having to rewrite or memorize these commands. For this, we use the variable function.
Variables allow us to dynamically incorporate the user's form-filled or selected content into the prompt. For example, I've created two variables: one represents the image proportion, and the other represents the model version. Click the "Add" button to create the variables.
-
+
After creation, you'll need to fill in the variable key and field name. The variable key should be in English. The optional setting means the field will be non-mandatory when the user fills it. Next, click "Settings" in the action bar to set the variable content.
-
+
Variables can be of two types: text variables, where users manually input content, and select options where users select from given choices. Since we want to avoid manual commands, we'll choose the dropdown option and add the required choices.
-
+
Now, let's use the variables. We need to enclose the variable key within double curly brackets {} and add it to the prefix prompt. Since we want the GPT to output the user-selected content as is, we'll include the phrase "Producing the following English photo description based on user input" in the prompt.
-
+
However, there's still a chance that GPT might modify our variable content. To address this, we can lower the diversity in the model selection on the right, reducing the temperature and making it less likely to alter our variable content. You can check the tooltips for other parameters' meanings.
-
+
With these steps, your application is now complete. After testing and ensuring there are no issues with the output, click the "Publish" button in the upper right corner to release your application. You and users can access your application through the publicly available URL. You can also customize the application name, introduction, icon, and other details in the settings.
-
+
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.
diff --git a/en/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.md b/en/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.md
index 05c7792ad..b53696f4b 100644
--- a/en/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.md
+++ b/en/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.md
@@ -21,7 +21,7 @@ If you want to build an AI Chatbot based on the company's existing knowledge bas
3. select the cleaning method
4. Click \[Save and Process], and it will take only a few seconds to complete the processing.
-
+
### Create an AI application and give it instructions
@@ -39,19 +39,19 @@ In this case, we assign a role to the AI:
> Opening remarks:Hey \{{User\_name\}}, I'm Bob☀️, the first AI member of Dify. You can discuss with me any questions related to Dify products, team, and even LLMOps.
-
+
### Debug the performance of AI Chatbot and publish.
After completing the setup, you can send messages to it on the right side of the current page to debug whether its performance meets expectations. Then click "Publish". And then you get an AI chatbot.
-
+
### Embed AI Chatbot application into your front-end page.
This step is to embed the prepared AI chatbot into your official website . Click \[Overview] -> \[Embedded], select the script tag method, and copy the script code into the \ or \ tag of your website. If you are not a technical person, you can ask the developer responsible for the official website to paste and update the page.
-
+
1. Paste the copied code into the target location on your website.
2. Update your official website and you can get an AI intelligent customer service with your business data. Try it out to see the effect.
diff --git a/en/learn-more/use-cases/how-to-connect-aws-bedrock.md b/en/learn-more/use-cases/how-to-connect-aws-bedrock.md
index 1cd691517..6adb12cb8 100644
--- a/en/learn-more/use-cases/how-to-connect-aws-bedrock.md
+++ b/en/learn-more/use-cases/how-to-connect-aws-bedrock.md
@@ -12,13 +12,13 @@ This article will briefly introduce how to connect the Dify platform with the AW
Visit [AWS Bedrock](https://aws.amazon.com/bedrock/) and create the Knowledge Base service.
-
Create AWS Bedrock Knowledge Base
+
### 2. Build the Backend API Service
The Dify platform cannot directly connect to AWS Bedrock Knowledge Base. The developer needs to refer to Dify's [API definition](../../guides/knowledge-base/external-knowledge-api-documentation.md) on external knowledge base connection, manually create the backend API service, and establish a connection with AWS Bedrock. Please refer to the specific architecture diagram:
-
Build the backend API service
+
You can refer to the following 2 demo code.
@@ -117,7 +117,7 @@ During the process, you can construct the API endpoint address and the API Key f
After log in to the AWS Bedrock Knowledge backend and get the ID of the created Knowledge Base, you can use this parameter to connect to the Dify platform in the subsequent steps.
-
Get the AWS Bedrock Knowledge Base ID
+
### 4. Associate the External Knowledge API
@@ -129,13 +129,13 @@ Follow the prompts on the page and fill in the following information:
* API endpoint address, the connection address of the external knowledge base, which can be customized in [Step 2](how-to-connect-aws-bedrock.md#id-2.build-the-backend-api-service). Example: `api-endpoint/retrieval`;
* API Key, the external knowledge base connection key, which can be customized in [Step 2](how-to-connect-aws-bedrock.md#id-2.build-the-backend-api-service).
-
+
### 5. Connect to External Knowledge Base
Go to the **“Knowledge** page, click **“Connect to an External Knowledge Base”** below the add knowledge base card to jump to the parameter configuration page.
-
+
Fill in the following parameters:
@@ -152,7 +152,7 @@ Fill in the AWS Bedrock knowledge base ID obtained in Step 3.
**Score threshold:** The similarity threshold for text chunk filtering. Only text chunks with a score exceeding the set score will be recalled. The default value is 0.5. The higher the value, the higher the similarity required between the text and the question, the smaller the number of texts expected to be recalled, and the more accurate the result will be.
-
+
After the settings are completed, you can establish a connection with the external knowledge base API.
@@ -160,8 +160,8 @@ After the settings are completed, you can establish a connection with the extern
After establishing a connection with an external knowledge base, developers can simulate possible user's question keywords in **"Retrieval Test"** and preview the text chunks retrieval from the AWS Bedrock Knowledge Base.
-
Test the connection and retrieval of the external knowledge base
+
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
+
### **Upgrading Plugins**
Click the "Plugins" button in the top right corner of the Dify platform, select the plugin that needs updating, and click the **"Upgrade"** button next to the plugin title.
-
+
### **Deleting Plugins**
Click the "Plugins" button in the top right corner of the Dify platform to see all installed plugins in the current Workspace. Click the "Delete" icon or the Remove button on the right side of the plugin details page to remove the plugin.
-
Remove plugin
+
diff --git a/en/plugins/publish-plugins/package-plugin-file-and-publish.md b/en/plugins/publish-plugins/package-plugin-file-and-publish.md
index 1ea6137b6..abdd6a4ae 100644
--- a/en/plugins/publish-plugins/package-plugin-file-and-publish.md
+++ b/en/plugins/publish-plugins/package-plugin-file-and-publish.md
@@ -31,13 +31,13 @@ dify plugin package ./your_plugin_project
After running the command, a file with `.difypkg` extension will be generated in the current path.
-
+
### **Installing Plugins**
Visit the Dify plugin management page, click **Install Plugin** → **Install via Local File** in the top right corner, or drag and drop the plugin file to a blank area of the page to install.
-
+
### **Publishing Plugins**
diff --git a/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.md b/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.md
index b563ea6d5..3d40702f0 100644
--- a/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.md
+++ b/en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.md
@@ -74,11 +74,11 @@ git push origin v0.0.1
Go to the Releases page of your GitHub repository and create a new release. Upload plugin files when publishing. For detailed instructions on packaging plugins, please read the packaging plugins documentation.
-
Packaging Plugins
+
### **Installing Plugins via GitHub**
Others can install the plugin using the GitHub repository address. Visit the Dify platform's plugin management page, choose to install via GitHub, enter the repository address, select version number and package file to complete installation.
-
+
diff --git a/en/plugins/publish-plugins/publish-to-dify-marketplace/README.md b/en/plugins/publish-plugins/publish-to-dify-marketplace/README.md
index cfab15646..a88b2b0b3 100644
--- a/en/plugins/publish-plugins/publish-to-dify-marketplace/README.md
+++ b/en/plugins/publish-plugins/publish-to-dify-marketplace/README.md
@@ -18,7 +18,7 @@ To publish your plugin on the Dify Marketplace, follow these steps:
Here is the general plugin review process:
-
The process of uploading plugins
+
{% hint style="info" %}
**Note**:
diff --git a/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.md b/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.md
index e6bd40fff..51090f34f 100644
--- a/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.md
+++ b/en/plugins/quick-start/develop-plugins/agent-strategy-plugin.md
@@ -1038,7 +1038,7 @@ class BasicAgentAgentStrategy(AgentStrategy):
After finalizing the plugin’s declaration file and implementation code, run `python -m main` in the plugin directory to restart it. Next, confirm the plugin runs correctly. Dify offers remote debugging—go to [“Plugin Management”](https://console-plugin.dify.dev/plugins) to obtain your debug key and remote server address.
-
+
Back in your plugin project, copy `.env.example` to `.env` and insert the relevant remote server and debug key info.
@@ -1058,7 +1058,7 @@ python -m main
You’ll see the plugin installed in your Workspace, and team members can also access it.
-
Browser Plugins
+
### Packaging the Plugin (Optional)
diff --git a/en/plugins/quick-start/develop-plugins/bundle.md b/en/plugins/quick-start/develop-plugins/bundle.md
index b5cd87bec..45788852a 100644
--- a/en/plugins/quick-start/develop-plugins/bundle.md
+++ b/en/plugins/quick-start/develop-plugins/bundle.md
@@ -29,11 +29,11 @@ Follow the prompts to configure plugin name, author information, and plugin desc
> The name must be 1-128 characters long and can only contain letters, numbers, hyphens, and underscores.
-
Bundle basic informatio
+
Fill in the information and hit enter, the Bundle plugin project directory will be created automatically.
-
+
#### **2. Add Dependencies**
diff --git a/en/plugins/quick-start/develop-plugins/extension-plugin.md b/en/plugins/quick-start/develop-plugins/extension-plugin.md
index d4ede03eb..fd54aea48 100644
--- a/en/plugins/quick-start/develop-plugins/extension-plugin.md
+++ b/en/plugins/quick-start/develop-plugins/extension-plugin.md
@@ -29,17 +29,17 @@ Follow the prompts to configure the plugin name, author information, and plugin
> The plugin name must be 1-128 characters long and can only contain letters, numbers, hyphens, and underscores.
-
Plugins detail
+
Once filled out, select Python in the Plugin Development Language section.
-
Plugins development: Python
+
### **3. Select Plugin Type and Initialize Project Template**
All templates in the scaffolding tool provide complete code projects. For demonstration purposes, this guide will use the `Extension` type plugin template as an example. For developers already familiar with plugin development, templates are not necessary, and you can refer to the interface documentation to complete different types of plugin development.
-
Extension
+
#### **Configure Plugin Permissions**
@@ -55,7 +55,7 @@ The plugin needs permissions to access the Dify main platform for proper connect
After checking all permission items, press Enter to complete the plugin creation. The system will automatically generate the plugin project code.
-
Plugins permissions
+
The base file structure of the plugin contains the following:
@@ -230,7 +230,7 @@ REMOTE_INSTALL_KEY=****-****-****-****-****
Run the `python -m main` command to launch the plugin. You can see on the plugin page that the plugin has been installed into Workspace. Other team members can also access the plugin.
-
+
### Packing Plugin
diff --git a/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.md b/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.md
index 5a749771b..aea8e2657 100644
--- a/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.md
+++ b/en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.md
@@ -27,7 +27,7 @@ dify plugin init
Plugins are divided into three types: tools, models, and extensions. All templates in the scaffolding tool provide complete code projects. This example will use an `LLM` type plugin.
-
Plugin type: llm
+
#### **Configure Plugin Permissions**
@@ -37,7 +37,7 @@ Configure the following permissions for this LLM plugin:
* LLM
* Storage
-
Model Plugin Permission
+
#### **Model Type Configuration**
diff --git a/en/plugins/quick-start/develop-plugins/tool-plugin.md b/en/plugins/quick-start/develop-plugins/tool-plugin.md
index 072917708..8e1649dbf 100644
--- a/en/plugins/quick-start/develop-plugins/tool-plugin.md
+++ b/en/plugins/quick-start/develop-plugins/tool-plugin.md
@@ -2,7 +2,7 @@
Tool type plugins are external tools that can be referenced by Chatflow / Workflow / Agent application types to enhance the capabilities of Dify applications. For example, adding online search capabilities, image generation capabilities, etc. to an application. Tool Type Plugins provide a complete set of tools and API implementations.
-
+
In this article, a "Tool Plugin" refers to a complete project that includes the tool provider file, functional code, and other related components. A tool provider may encompass multiple Tools (which can be understood as additional functionalities offered by a single tool), structured as follows:
@@ -320,7 +320,7 @@ REMOTE_INSTALL_KEY=****-****-****-****-****
Run the `python -m main` command to launch the plugin. You can see on the plugin page that the plugin has been installed into Workspace. Other team members can also access the plugin.
-
+
### Packing Plugin
diff --git a/en/plugins/quick-start/install-plugins.md b/en/plugins/quick-start/install-plugins.md
index 866ffaaeb..e0c81856f 100644
--- a/en/plugins/quick-start/install-plugins.md
+++ b/en/plugins/quick-start/install-plugins.md
@@ -8,7 +8,7 @@ description: 'Author: Allen'
To install plugins, click **"Plugins"** in the top-right corner of the Dify platform to access the plugin management page. You can install plugins via **Marketplace, GitHub, or Manual Upload**.
-
Install Plugins
+
#### Marketplace
@@ -20,7 +20,7 @@ Browse and select a plugin from the Marketplace. Click **"Install"** to add it t
Install plugins directly using GitHub repository links. This method requires plugins to meet code standards and include a `.difypkg` file attached to a Release. For more details, see [Publishing Plugins on GitHub](../publish-plugins/publish-plugin-on-personal-github-repo.md).
-
GitHub Installation
+
#### Local Upload
@@ -44,7 +44,7 @@ Once installed, plugins can be integrated into your Dify applications. Below are
For example, after installing the `OpenAI` model plugin, click **Profile → Settings → Model Providers** in the top-right corner to configure your API Key and activate the provider.
-
Authorize OpenAI API Key
+
Once authorized, the model can be used in all application types.
@@ -78,7 +78,7 @@ In the plugin's input variables, enter the user query or other required informat
For usage methods of other plugin types, refer to their respective plugin detail pages.
-
Using Plugins
+
***
diff --git a/en/plugins/schema-definition/endpoint.md b/en/plugins/schema-definition/endpoint.md
index 5d2bdcd70..fe46fa477 100644
--- a/en/plugins/schema-definition/endpoint.md
+++ b/en/plugins/schema-definition/endpoint.md
@@ -6,11 +6,11 @@ In this article, we will use the [Quick Start: Rainbow Cat project](../develop-p
An `Endpoint` group is a collection of multiple `Endpoints`. When creating a new `Endpoint` in a `Dify` plugin, you may need to fill in the following configurations.
-
+
Besides the `Endpoint Name`, you can add new form items by writing group configuration information. After saving, you'll see multiple interfaces that will use the same configuration information.
-
+
#### **Structure**
diff --git a/en/policies/agreement/get-compliance-report.md b/en/policies/agreement/get-compliance-report.md
index 05d785366..c838c5f5d 100644
--- a/en/policies/agreement/get-compliance-report.md
+++ b/en/policies/agreement/get-compliance-report.md
@@ -33,7 +33,7 @@ A **SOC 2 Type I** report is a third-party audit report that evaluates and confi
Only team owners can download Dify's SOC 2 Type I report via **Top-right → Compliance**.
-
SOC 2 Type I Report
+
#### **SOC 2 Type II Report**
@@ -41,13 +41,13 @@ A **SOC 2 Type II** report is a third-party audit report that evaluates and conf
Only team owners can download Dify's SOC 2 Type I report via **Top-right → Compliance**.
-
SOC 2 Type II Report
+
**ISO 27001: 2022 Certificate**
The **ISO 27001:2022** certificate is an internationally recognized standard for **information security management systems (ISMS)**. It is part of the **ISO/IEC 27000 family of standards**, which focuses on protecting sensitive information through a comprehensive set of security controls. The ISO 27001:2022 standard is designed to help organizations establish, implement, maintain, and continually improve their information security management system. The **2022** version of the standard reflects the latest updates and best practices in information security, aligning with current security challenges and technological advancements. It provides a systematic approach to managing sensitive company information, ensuring its confidentiality, integrity, and availability through the implementation of risk management and security controls.
-
ISO 27001: 2022 Certificate
+
#### **GDPR Data Protection Agreement**
@@ -55,5 +55,5 @@ A **Data Protection Agreement (DPA)** is a legally binding contract between a **
**Everyone** can Download Dify's DPA in our official website.
-
DPA
+
diff --git a/en/workshop/basic/build-ai-image-generation-app.md b/en/workshop/basic/build-ai-image-generation-app.md
index 788f0589e..23e7e5df1 100644
--- a/en/workshop/basic/build-ai-image-generation-app.md
+++ b/en/workshop/basic/build-ai-image-generation-app.md
@@ -6,7 +6,7 @@ With the rise of image generation, many excellent image generation products have
In this article, you will learn how to develop an AI image generation app using Dify.
-
+
## You Will Learn
@@ -24,7 +24,7 @@ If you haven't registered yet, you will be asked to register before entering the
After entering the management page, click `copy` to copy the key.
-
+
Next, you need to fill in the key in [Dify - Tools - Stability](https://cloud.dify.ai/tools) by following these steps:
@@ -33,7 +33,7 @@ Next, you need to fill in the key in [Dify - Tools - Stability](https://cloud.di
* Select Stability
* Click `Authorize`
-
+
* Fill in the key and save
@@ -47,7 +47,7 @@ If the message credits are insufficient, you can customize other model providers
Click **Your Avatar - Settings - Model Provider**
-
+
If you haven't found a suitable model provider, the groq platform provides free call credits for LLMs like Llama.
@@ -57,17 +57,17 @@ Click **Create API Key**, set a desired name, and copy the API Key.
Back to **Dify - Model Providers**, select **groqcloud**, and click **Setup**.
-
+
Paste the API Key and save.
-
+
## 3. Build an Agent
Back to **Dify - Studio**, select **Create from Blank**.
-
+
In this experiment, we only need to understand the basic usage of Agent.
@@ -79,21 +79,21 @@ An Agent is an AI system that simulates human behavior and capabilities. It inte
Select **Agent**, fill in the name.
-
+
Next, you will enter the Agent orchestration interface as shown below.
-
+
Select the LLM. Here we use Llama-3.1-70B provided by groq as an example:
-
+
Select Stability in **Tools**:
-
+
-
+
### Write Prompts
@@ -113,17 +113,17 @@ Each time the user inputs a command, the Agent will know this system-level instr
For example: Draw a girl holding an open book.
-
+
### Don't want to write prompts? Of course you can!
Click **Generate** in the upper right corner of Instructions.
-
+
Enter your requirements in the **Instructions** and click **Generate**. The generated prompts on the right will show AI-generated prompts.
-
+
However, to develop a good understanding of prompts, we should not rely on this feature in the early stages.
@@ -131,7 +131,7 @@ However, to develop a good understanding of prompts, we should not rely on this
Click the publish button in the upper right corner, and after publishing, select **Run App** to get a web page for an online running Agent.
-
+
Copy the URL of this web page to share with other friends.
@@ -139,7 +139,7 @@ Copy the URL of this web page to share with other friends.
We can add style instructions in the user's input command, for example: Anime style, draw a girl holding an open book.
-
+
But if we want set the default style to anime style, we can add it to the system prompt because we previously learned that the system prompt is known each time the user command is executed and has a higher priority.
@@ -165,10 +165,10 @@ If the user requests content unrelated to drawing, reply: "Sorry, I don't unders
For example, let's ask: What's for dinner tonight?
-
+
In some more formal business scenarios, we can call a sensitive word library to refuse user requests.
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."
-
+
diff --git a/en/workshop/intermediate/article-reader.md b/en/workshop/intermediate/article-reader.md
index 94ebde5d4..37bf01a1e 100644
--- a/en/workshop/intermediate/article-reader.md
+++ b/en/workshop/intermediate/article-reader.md
@@ -47,7 +47,7 @@ Please choose the appropriate file upload method according to your business scen
Thus, Dify introduced the **doc extractor**, which can extract text from the file variable and output it as a text variable.
-
+
### **LLM**
@@ -116,11 +116,11 @@ To handle multiple uploaded files, an iterative node is needed.
The iterative node is similar to the while loop in many programming languages, except that Dify has no conditional restrictions, and the **input variable can only be of type `array` (list)**. The reason is that Dify will execute all the content in the list until it is done.
-
+
Therefore, you need to adjust the file variable in the start node to an `array` type, i.e., a file list.
-
+
## **Question 2: Handling Specific Files from a File List**
@@ -130,4 +130,4 @@ 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.
-
+
diff --git a/en/workshop/intermediate/customer-service-bot.md b/en/workshop/intermediate/customer-service-bot.md
index 9165612f2..fbbf605b5 100644
--- a/en/workshop/intermediate/customer-service-bot.md
+++ b/en/workshop/intermediate/customer-service-bot.md
@@ -26,13 +26,13 @@ Before starting the experiment, remember that the core of the knowledge base is
In Dify, select **Create from Blank - Chatflow.**
-
+
#### Add a Model Provider
This experiment involves using embedding models. Currently, supported embedding model providers include OpenAI and Cohere. In Dify's model providers, those with the `TEXT EMBEDDING` label are supported. Ensure you have added at least one and have sufficient balance.
-
+
> **What is embedding?**
>
@@ -56,7 +56,7 @@ We will start with a uploading local document as an example.
After uploading the document, you will enter the following page:
-
+
You can see a segmentation preview on the right. The default selection is automatic segmentation and cleaning. Dify will automatically divide the article into many paragraphs based on the content. You can also set other segmentation rules in the custom settings.
@@ -78,11 +78,11 @@ Dify provides three retrieval functions: vector retrieval, full-text retrieval,
In hybrid retrieval, you can set weights or use a reranking model. When setting weights, you can set whether the retrieval should focus more on semantics or keywords. For example, in the image below, semantics account for 70% of the weight, and keywords account for 30%.
-
+
Clicking **Save and Process** will process the document. After processing, the document can be used in the application.
-
+
#### Syncing from a Website
@@ -90,7 +90,7 @@ In many cases, we need to build a smart customer service bot based on help docum
Currently, Dify supports processing up to 50 pages. Please pay attention to the quantity limit. If exceeded, you can create a new knowledge base.
-
+
#### Adjusting Knowledge Base Content
@@ -123,7 +123,7 @@ Here is a reference classification:
* User requests explanation of technical terms
* User asks about joining the community
-
+
#### Direct Reply Node
@@ -155,7 +155,7 @@ Context: You need to use the output of the knowledge retrieval node as the conte
System prompt: Based on \{{context\}}, answer \{{user question\}}
-
+
You can use `/` or `{` to reference variables in the prompt writing area. In variables, variables starting with `sys.` are system variables. Please refer to the help documentation for details.
@@ -165,7 +165,7 @@ In addition, you can enable LLM memory to make the user's conversation experienc
In the knowledge base function, you can connect external knowledge bases through external knowledge base APIs, such as the AWS Bedrock knowledge base.
-
+
For best practices on AWS Bedrock knowledge bases, please read: [how-to-connect-aws-bedrock.md](../../learn-more/use-cases/how-to-connect-aws-bedrock.md "mention")
@@ -173,7 +173,7 @@ For best practices on AWS Bedrock knowledge bases, please read: [how-to-connect-
In both the community edition and SaaS version of Dify, you can add, delete, and query the status of knowledge bases through the knowledge base API.
-
+
In the instance with the knowledge base deployed, go to **Knowledge Base -> API** and create an API key. Please keep the API key safe.
diff --git a/en/workshop/intermediate/twitter-chatflow.md b/en/workshop/intermediate/twitter-chatflow.md
index f9c4b0664..92fbb74b2 100644
--- a/en/workshop/intermediate/twitter-chatflow.md
+++ b/en/workshop/intermediate/twitter-chatflow.md
@@ -59,7 +59,7 @@ docker compose up -d
Configure Model Provider in account setting:
-
+
## Create a chatflow
@@ -67,15 +67,15 @@ Now, let's get started on the chatflow.
Click on `Create from Blank` to start:
-
+
The initialized chatflow should be like:
-
+
## Add nodes to chatflow
-
The final chatflow looks like this
+
### Start node
@@ -83,7 +83,7 @@ In start node, we can add some system variables at the beginning of a chat. In t
Click on Start node and add a new variable:
-
+
### Code node
@@ -100,27 +100,27 @@ def main(id: str) -> dict:
Add a code node and select python, and set input and output variable names:
-
+
### HTTP request node
Based on the [Crawlbase docs](https://crawlbase.com/docs/crawling-api/scrapers/#twitter-profile), to scrape a Twitter user’s profile in http format, we need to complete HTTP request node in the following format:
-
+
Importantly, it is best not to directly enter the token value as plain text for security reasons, as this is not a good practice. Actually, in the latest version of Dify, we can set token values in **`Environment Variables`**. Click `env` - `Add Variable` to set the token value, so plain text will not appear in the node.
Check [https://crawlbase.com/dashboard/account/docs](https://crawlbase.com/dashboard/account/docs) for your crawlbase API Key.
-
+
By typing `/` , you can easily insert the API Key as a variable.
-
+
Tap the start button of this node to check whether it works correctly:
-
+
### LLM node
@@ -130,17 +130,17 @@ The value `context` should be `body` from HTTP Request node.
The following is a sample system prompt.
-
+
## Test run
Click `Preview` to start a test run and input twitter user id in `id`
-
+
For example, I want to analyze Elon Musk's tweets and write a tweet about global warming in his tone.
-
+
Does this sound like Elon? lol
diff --git a/image_conversion.log b/image_conversion.log
new file mode 100644
index 000000000..9cf3b22bd
--- /dev/null
+++ b/image_conversion.log
@@ -0,0 +1,3288 @@
+2025-03-10 14:40:25,931 - INFO - 开始处理目录: zh_CN
+2025-03-10 14:40:25,944 - INFO - 文件无需修改: zh_CN/SUMMARY.md
+2025-03-10 14:40:25,946 - INFO - 文件无需修改: zh_CN/README.md
+2025-03-10 14:40:31,394 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-12-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/05ff829cf382e82c9ece2676032d2383.png
+2025-03-10 14:40:34,325 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/f73d82756bdf93c8863ac0b1f55fa5af.png
+2025-03-10 14:40:37,311 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/c943c374a89b5ba08683f0eb6c501664.png
+2025-03-10 14:40:40,652 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/52f3f299b05ff94ee0421604dd810e35.png
+2025-03-10 14:40:42,944 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/1c4f0a7081fc6f5644203baf2f703b49.png
+2025-03-10 14:40:44,250 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-5.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/0a0593676651be79b9b322c48938f042.png
+2025-03-10 14:40:45,570 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-6.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/494bd8427dce548ce56b5b1cd52bffbd.png
+2025-03-10 14:40:48,458 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-7.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/c428f040fe117670abbc0e268227fcc9.png
+2025-03-10 14:40:51,204 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-8.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/c24024b10f76b5a2bf416c9411f3cc55.png
+2025-03-10 14:40:53,772 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-9.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/5f6c6837cbee213d8adbc71ce41467c2.png
+2025-03-10 14:40:55,647 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-10.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/c963eb9ae55b035631f32ebd6ad23f4b.png
+2025-03-10 14:40:58,829 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-11.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/20f37184597aac61463297cae9485055.png
+2025-03-10 14:41:02,524 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-12.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/5a1742b0580a960bfc476651720662c4.png
+2025-03-10 14:41:03,850 - INFO - 已处理图片: ../../.gitbook/assets/prompt-gen-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/145ce8b15faff3b116ecc48086a12dcb.png
+2025-03-10 14:41:07,643 - INFO - 已处理图片: ../../.gitbook/assets/prompt-gen-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/efcb66dc935f5d5d954c936847af2496.png
+2025-03-10 14:41:10,003 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-13.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/bd178b3530f90400a1eeb0ca824ccbd2.png
+2025-03-10 14:41:13,189 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-14.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/ebed02c8f6643427f0ba83e63c9fcaa8.png
+2025-03-10 14:41:15,657 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-15.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/ad342ddc00acc1aa0ad81f335e32a625.png
+2025-03-10 14:41:18,761 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-16.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/e9d6e1a7f3a13c88dc98eef89f221949.png
+2025-03-10 14:41:18,766 - INFO - 已处理文件: zh_CN/workshop/basic/build-ai-image-generation-app.md
+2025-03-10 14:41:21,179 - INFO - 已处理图片: ../../.gitbook/assets/image (368).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/cf8870ff01bfb944da7ddbd073e9cc41.png
+2025-03-10 14:41:23,313 - INFO - 已处理图片: ../../.gitbook/assets/travel-assistant-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/e9726a2e68cbe8f957f8394b5ca47049.png
+2025-03-10 14:41:26,126 - INFO - 已处理图片: ../../.gitbook/assets/travel-assistant-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/516c649bc0d8f2d1c81ba8b5bb28638c.png
+2025-03-10 14:41:28,011 - INFO - 已处理图片: ../../.gitbook/assets/travel-assistant-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/53ebce24e49543b83d6c5581525d4e30.png
+2025-03-10 14:41:29,407 - INFO - 已处理图片: ../../.gitbook/assets/travel-assistant-5.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/6799204e6259ab41f22f85e285466c22.png
+2025-03-10 14:41:30,989 - INFO - 已处理图片: ../../.gitbook/assets/image (369).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/basic/927260e8e6198b98f3b9406f856c0240.png
+2025-03-10 14:41:30,993 - INFO - 已处理文件: zh_CN/workshop/basic/travel-assistant.md
+2025-03-10 14:41:31,004 - INFO - 文件无需修改: zh_CN/workshop/basic/README.md
+2025-03-10 14:41:33,166 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/52f3f299b05ff94ee0421604dd810e35.png
+2025-03-10 14:41:35,723 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-08 10.48.27.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/82f9f17b80fb3755efff0a260c0aeb81.png
+2025-03-10 14:41:38,780 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-08 10.54.41.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/5e71089affe0d284e67388e47c92e324.png
+2025-03-10 14:41:41,396 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-08 11.02.42.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/cb4bccf4ad0496c7b0dec18dcca738b6.png
+2025-03-10 14:41:43,715 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-09 15.05.20.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/0a371db2f178f1ddd2f4355327630cc4.png
+2025-03-10 14:41:46,221 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-08 11.07.54.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/ebb1a2bfd4f219d4184056009f9f30dc.png
+2025-03-10 14:41:48,911 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-09 15.02.58.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/e4a8de831404946ca91b6c06f31d0769.png
+2025-03-10 14:41:51,303 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-08 11.18.49.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/f8c6cdb35b7a2b0565be663cf1e731ea.png
+2025-03-10 14:41:53,917 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-09 15.01.03.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/257690ab83c3ad5515262a71ce228749.png
+2025-03-10 14:41:55,788 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-08 11.34.11.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/8c51fbbe32e95c892a407f8d177fe86a.png
+2025-03-10 14:41:58,164 - INFO - 已处理图片: ../../.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.47.20.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/835a01082e74723138d9f97bee0c6c4b.png
+2025-03-10 14:41:58,168 - INFO - 已处理文件: zh_CN/workshop/intermediate/twitter-chatflow.md
+2025-03-10 14:42:08,988 - INFO - 开始处理根目录下的所有Markdown文档: /Users/allen/Documents/dify-docs
+2025-03-10 14:42:08,989 - INFO - 排除目录: ['/Users/allen/Documents/dify-docs/scripts']
+2025-03-10 14:42:08,991 - INFO - 已备份原有进度文件到: conversion_progress.yaml.bak
+2025-03-10 14:42:09,038 - INFO - 文件无需修改: README.md
+2025-03-10 14:42:09,039 - INFO - 文件无需修改: zh_CN/SUMMARY.md
+2025-03-10 14:42:09,039 - INFO - 文件无需修改: zh_CN/README.md
+2025-03-10 14:42:09,040 - INFO - 文件无需修改: zh_CN/workshop/basic/build-ai-image-generation-app.md
+2025-03-10 14:42:09,041 - INFO - 文件无需修改: zh_CN/workshop/basic/travel-assistant.md
+2025-03-10 14:42:09,041 - INFO - 文件无需修改: zh_CN/workshop/basic/README.md
+2025-03-10 14:42:09,042 - INFO - 文件无需修改: zh_CN/workshop/intermediate/twitter-chatflow.md
+2025-03-10 14:42:11,545 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-05 09.43.27.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/31d4f5cac17f1f699084d28abe186313.png
+2025-03-10 14:42:14,999 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-05 11.38.25.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/a7d53306d454c3518dee7380d1711ca5.png
+2025-03-10 14:42:16,552 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-05 13.18.22.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/68dff8bc8c8adf5a3fabc9d22c49172b.png
+2025-03-10 14:42:19,149 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-05 13.41.43.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/607afc8c80b8cd512488614258c41850.png
+2025-03-10 14:42:21,837 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-06 14.32.36.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/bda671bc8e94f8477a2ef433b4354d59.png
+2025-03-10 14:42:23,794 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-07 11.37.27.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/949e47271243bd107b82217cbfc84efb.png
+2025-03-10 14:42:26,659 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-07 10.38.50.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/78556651f204f3c68315f35b4470ded8.png
+2025-03-10 14:42:29,649 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-07 11.13.50.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/6ab45c7935eb2feb91718bd91a6d2371.png
+2025-03-10 14:42:32,131 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-07 13.51.15.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/e6973701fcb109642fcb6fd258505825.png
+2025-03-10 14:42:34,411 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-07 14.08.07.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/4c14bb53802f6e732f0f455c608944e8.png
+2025-03-10 14:42:36,498 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-07 14.11.53.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/71d5b7ad150fb2019af83aeb79eb5d76.png
+2025-03-10 14:42:36,504 - INFO - 已处理文件: zh_CN/workshop/intermediate/customer-service-bot.md
+2025-03-10 14:42:36,508 - INFO - 文件无需修改: zh_CN/workshop/intermediate/README.md
+2025-03-10 14:42:39,331 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-17 13.45.03.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/4bdead58ba499a3fd7df130073533a80.png
+2025-03-10 14:42:42,081 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-17 11.19.21.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/cccd81ef0814ff6218e09c288a2423dd.png
+2025-03-10 14:42:45,695 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-17 14.57.16.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/bf8069bff56e6f36b718dc787d2c5cba.png
+2025-03-10 14:42:50,619 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-17 14.55.31.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/93a3ea37ac863f037c6f2262081f1c5b.png
+2025-03-10 14:42:53,697 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-17 15.29.18 (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workshop/intermediate/9acd0bf90a2bc40d9214bba00d5e26c2.png
+2025-03-10 14:42:53,701 - INFO - 已处理文件: zh_CN/workshop/intermediate/article-reader.md
+2025-03-10 14:42:53,706 - INFO - 文件无需修改: zh_CN/development/backend/README.md
+2025-03-10 14:42:53,710 - INFO - 文件无需修改: zh_CN/development/backend/sandbox/contribution.md
+2025-03-10 14:42:53,714 - INFO - 文件无需修改: zh_CN/development/backend/sandbox/README.md
+2025-03-10 14:42:53,716 - INFO - 文件无需修改: zh_CN/development/models-integration/openllm.md
+2025-03-10 14:42:57,982 - INFO - 已处理图片: ../../.gitbook/assets/image (131).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/6945f8e7a0ae88d1f67f988d53d420bd.png
+2025-03-10 14:42:57,989 - INFO - 已处理文件: zh_CN/development/models-integration/xinference.md
+2025-03-10 14:43:01,343 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-11 16.07.39.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/77bffb41849491914f95b05e0f42cd29.png
+2025-03-10 14:43:01,349 - INFO - 已处理文件: zh_CN/development/models-integration/litellm.md
+2025-03-10 14:43:03,455 - INFO - 已处理图片: ../../.gitbook/assets/ollama.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/4b23476f2be72e5c1acb9a3e5714b191.png
+2025-03-10 14:43:06,033 - INFO - 已处理图片: ../../.gitbook/assets/ollama-config-zh.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/981679ae2e56d49e5a983e37cc134172.png
+2025-03-10 14:43:08,976 - INFO - 已处理图片: ../../.gitbook/assets/ollama-use-model.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/0561ed1f5c265689b504ff539f5d3edd.png
+2025-03-10 14:43:08,983 - INFO - 已处理文件: zh_CN/development/models-integration/ollama.md
+2025-03-10 14:43:08,986 - ERROR - 转换图片失败: /en/.gitbook/assets/gpustack-deploy-llm.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/gpustack-deploy-llm.png'
+2025-03-10 14:43:08,987 - ERROR - 转换图片失败: /en/.gitbook/assets/add-gpustack-llm.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/add-gpustack-llm.png'
+2025-03-10 14:43:08,994 - INFO - 文件无需修改: zh_CN/development/models-integration/gpustack.md
+2025-03-10 14:43:08,997 - INFO - 文件无需修改: zh_CN/development/models-integration/README.md
+2025-03-10 14:43:09,001 - INFO - 文件无需修改: zh_CN/development/models-integration/aws-bedrock-deepseek.md
+2025-03-10 14:43:12,143 - INFO - 已处理图片: ../../.gitbook/assets/image (14) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/af8a771b1e71152837e0f25b87a4471e.png
+2025-03-10 14:43:14,642 - INFO - 已处理图片: ../../.gitbook/assets/image (7) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/dc5a5584cef16fe76595058d37043546.png
+2025-03-10 14:43:17,103 - INFO - 已处理图片: ../../.gitbook/assets/image (8) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/248a80fb0dac520e690cb122dbe91324.png
+2025-03-10 14:43:18,842 - INFO - 已处理图片: ../../.gitbook/assets/image (160).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/0bb37fe604f12bf766a84538574e36a6.png
+2025-03-10 14:43:21,361 - INFO - 已处理图片: ../../.gitbook/assets/image (10) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/0821340197577ff126440b2558446890.png
+2025-03-10 14:43:24,383 - INFO - 已处理图片: ../../.gitbook/assets/image (11) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/f7582adc0937dc4f038e462b578d9c17.png
+2025-03-10 14:43:26,972 - INFO - 已处理图片: ../../.gitbook/assets/image (13) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/30c38995813c0d05c35c42dc0f1d467c.png
+2025-03-10 14:43:29,914 - INFO - 已处理图片: ../../.gitbook/assets/image (161).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/ca2b2f7d98954ba92753d04440543caa.png
+2025-03-10 14:43:33,058 - INFO - 已处理图片: ../../.gitbook/assets/image (158).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/6a8908cace5b287070577bf555d69b0c.png
+2025-03-10 14:43:33,063 - INFO - 已处理文件: zh_CN/development/models-integration/hugging-face.md
+2025-03-10 14:43:35,878 - INFO - 已处理图片: ../../.gitbook/assets/image (4) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/b11aa84eb58e4457b47696f077389e37.png
+2025-03-10 14:43:38,828 - INFO - 已处理图片: ../../.gitbook/assets/image (5) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/development/models-integration/95e2ad371c82ef7ef641192f2bf1a1f8.png
+2025-03-10 14:43:38,835 - INFO - 已处理文件: zh_CN/development/models-integration/replicate.md
+2025-03-10 14:43:38,845 - INFO - 文件无需修改: zh_CN/development/models-integration/localai.md
+2025-03-10 14:43:38,849 - INFO - 文件无需修改: zh_CN/development/migration/README.md
+2025-03-10 14:43:38,853 - INFO - 文件无需修改: zh_CN/development/migration/migrate-to-v1.md
+2025-03-10 14:43:38,857 - INFO - 文件无需修改: zh_CN/plugins/faq.md
+2025-03-10 14:43:38,862 - INFO - 文件无需修改: zh_CN/plugins/introduction.md
+2025-03-10 14:43:38,866 - INFO - 文件无需修改: zh_CN/plugins/manage-plugins.md
+2025-03-10 14:43:38,870 - INFO - 文件无需修改: zh_CN/plugins/publish-plugins/publish-plugin-on-personal-github-repo.md
+2025-03-10 14:43:38,873 - INFO - 文件无需修改: zh_CN/plugins/publish-plugins/README.md
+2025-03-10 14:43:38,877 - INFO - 文件无需修改: zh_CN/plugins/publish-plugins/package-plugin-file-and-publish.md
+2025-03-10 14:43:38,880 - INFO - 文件无需修改: zh_CN/plugins/publish-plugins/publish-to-dify-marketplace/README.md
+2025-03-10 14:43:38,883 - INFO - 文件无需修改: zh_CN/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.md
+2025-03-10 14:43:38,885 - INFO - 文件无需修改: zh_CN/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.md
+2025-03-10 14:43:38,889 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/agent.md
+2025-03-10 14:43:38,893 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/endpoint.md
+2025-03-10 14:43:38,898 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/general-specifications.md
+2025-03-10 14:43:38,901 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/tool.md
+2025-03-10 14:43:38,905 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/persistent-storage.md
+2025-03-10 14:43:38,909 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/README.md
+2025-03-10 14:43:38,912 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/manifest.md
+2025-03-10 14:43:38,915 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.md
+2025-03-10 14:43:38,918 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.md
+2025-03-10 14:43:38,920 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.md
+2025-03-10 14:43:38,924 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.md
+2025-03-10 14:43:38,927 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.md
+2025-03-10 14:43:38,931 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/model/model-schema.md
+2025-03-10 14:43:38,934 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/model/README.md
+2025-03-10 14:43:38,937 - INFO - 文件无需修改: zh_CN/plugins/schema-definition/model/model-designing-rules.md
+2025-03-10 14:43:38,941 - INFO - 文件无需修改: zh_CN/plugins/quick-start/install-plugins.md
+2025-03-10 14:43:38,944 - INFO - 文件无需修改: zh_CN/plugins/quick-start/README.md
+2025-03-10 14:43:38,947 - INFO - 文件无需修改: zh_CN/plugins/quick-start/debug-plugin.md
+2025-03-10 14:43:38,951 - INFO - 文件无需修改: zh_CN/plugins/quick-start/develop-plugins/extension-plugin.md
+2025-03-10 14:43:38,954 - INFO - 文件无需修改: zh_CN/plugins/quick-start/develop-plugins/agent-strategy-plugin.md
+2025-03-10 14:43:38,958 - INFO - 文件无需修改: zh_CN/plugins/quick-start/develop-plugins/README.md
+2025-03-10 14:43:38,961 - INFO - 文件无需修改: zh_CN/plugins/quick-start/develop-plugins/tool-cha-jian.md
+2025-03-10 14:43:38,965 - INFO - 文件无需修改: zh_CN/plugins/quick-start/develop-plugins/tool-plugin.md
+2025-03-10 14:43:38,969 - INFO - 文件无需修改: zh_CN/plugins/quick-start/develop-plugins/bundle.md
+2025-03-10 14:43:38,973 - INFO - 文件无需修改: zh_CN/plugins/quick-start/develop-plugins/initialize-development-tools.md
+2025-03-10 14:43:38,977 - INFO - 文件无需修改: zh_CN/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.md
+2025-03-10 14:43:38,981 - INFO - 文件无需修改: zh_CN/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.md
+2025-03-10 14:43:38,985 - INFO - 文件无需修改: zh_CN/plugins/quick-start/develop-plugins/model-plugin/customizable-model.md
+2025-03-10 14:43:38,989 - INFO - 文件无需修改: zh_CN/plugins/quick-start/develop-plugins/model-plugin/README.md
+2025-03-10 14:43:38,993 - INFO - 文件无需修改: zh_CN/plugins/best-practice/develop-a-slack-bot-plugin.md
+2025-03-10 14:43:38,997 - INFO - 文件无需修改: zh_CN/plugins/best-practice/README.md
+2025-03-10 14:43:41,375 - INFO - 已处理图片: ../explore/images/explore-app.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workspace/0e031be438f3099fdb1680ccc9799a6d.jpeg
+2025-03-10 14:43:43,383 - INFO - 已处理图片: ../explore/images/creat-customize-app.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workspace/01216f0ccbd56855c41eddce194cbf48.jpeg
+2025-03-10 14:43:46,082 - INFO - 已处理图片: ../explore/images/workspace.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/workspace/aa95de9ca884480c7c52a6ee7239de1d.jpeg
+2025-03-10 14:43:46,102 - INFO - 已处理文件: zh_CN/workspace/app.md
+2025-03-10 14:43:46,103 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/notion-connect.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/notion-connect.png'
+2025-03-10 14:43:46,104 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/sync-notion-data.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/sync-notion-data.png'
+2025-03-10 14:43:49,537 - INFO - 已处理图片: ../../.gitbook/assets/image (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/features/datasets/2b26dc5f5b088304b65190e14f58423a.png
+2025-03-10 14:43:52,663 - INFO - 已处理图片: ../../.gitbook/assets/image (1) (1) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/features/datasets/764276a102e3264747c64f02dafa5f5d.png
+2025-03-10 14:43:55,650 - INFO - 已处理图片: ../../.gitbook/assets/image (2) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/features/datasets/4618b25f23d05de13f99f635459316ec.png
+2025-03-10 14:43:58,498 - INFO - 已处理图片: ../../.gitbook/assets/image (3) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/features/datasets/053643a0ec218c4e16a3e1b5753ad6a8.png
+2025-03-10 14:43:58,514 - INFO - 已处理文件: zh_CN/features/datasets/sync-from-notion.md
+2025-03-10 14:44:01,288 - INFO - 已处理图片: ../../.gitbook/assets/dataset-api-token.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/features/datasets/9c9f592c965ab8cf57ae6160361099bf.png
+2025-03-10 14:44:01,298 - INFO - 已处理文件: zh_CN/features/datasets/maintain-dataset-via-api.md
+2025-03-10 14:44:01,312 - INFO - 文件无需修改: zh_CN/features/ai-plugins/based-on-frontend-templates.md
+2025-03-10 14:44:01,313 - ERROR - 转换图片失败: /Users/allen/Documents/img/learn-more-json-schema.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/img/learn-more-json-schema.png'
+2025-03-10 14:44:03,022 - INFO - 已处理图片: ../../img/best-practice-json-schema-ui-example.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/03c1132f714cbd5920f5b0f80287a07d.png
+2025-03-10 14:44:03,038 - INFO - 已处理文件: zh_CN/learn-more/how-to-use-json-schema-in-dify.md
+2025-03-10 14:44:05,210 - INFO - 已处理图片: ../../.gitbook/assets/image (135).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/faq/2bdf503188184f3c2973318e132160da.png
+2025-03-10 14:44:05,227 - INFO - 已处理文件: zh_CN/learn-more/faq/llms-use-faq.md
+2025-03-10 14:44:05,234 - INFO - 文件无需修改: zh_CN/learn-more/faq/README.md
+2025-03-10 14:44:05,242 - INFO - 文件无需修改: zh_CN/learn-more/faq/install-faq.md
+2025-03-10 14:44:05,250 - INFO - 文件无需修改: zh_CN/learn-more/faq/plugins.md
+2025-03-10 14:44:09,295 - INFO - 已处理图片: ../../.gitbook/assets/learn-more-json-schema.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/899b0a46e438e50bef731fa45d3e7837.png
+2025-03-10 14:44:11,377 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-json-schema-ui-example.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/03c1132f714cbd5920f5b0f80287a07d.png
+2025-03-10 14:44:11,396 - INFO - 已处理文件: zh_CN/learn-more/extended-reading/how-to-use-json-schema-in-dify.md
+2025-03-10 14:44:11,409 - INFO - 文件无需修改: zh_CN/learn-more/extended-reading/what-is-array-variable.md
+2025-03-10 14:44:11,418 - INFO - 文件无需修改: zh_CN/learn-more/extended-reading/README.md
+2025-03-10 14:44:11,425 - INFO - 文件无需修改: zh_CN/learn-more/extended-reading/prompt-engineering.md
+2025-03-10 14:44:11,432 - INFO - 文件无需修改: zh_CN/learn-more/extended-reading/what-is-llmops.md
+2025-03-10 14:44:11,438 - INFO - 文件无需修改: zh_CN/learn-more/extended-reading/prompt-engineering/README.md
+2025-03-10 14:44:11,444 - INFO - 文件无需修改: zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/prompt-engineering-template.md
+2025-03-10 14:44:12,784 - INFO - 已处理图片: ../../../../.gitbook/assets/screenshot-20231017-092613.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/ca178a80e46aee40e6f55de1e899c49b.png
+2025-03-10 14:44:14,906 - INFO - 已处理图片: ../../../../.gitbook/assets/screenshot-20231017-092957.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/faf24b71b411c896c809c5bfc5176f65.png
+2025-03-10 14:44:16,246 - INFO - 已处理图片: ../../../../.gitbook/assets/3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/916d19ca1d7562145a715f4ba0f2b01b.png
+2025-03-10 14:44:18,335 - INFO - 已处理图片: ../../../../.gitbook/assets/4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/c40c6fe54fb152eed38834634e88a343.png
+2025-03-10 14:44:20,402 - INFO - 已处理图片: ../../../../.gitbook/assets/5.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/a26c8b0832e4f68880f7e73bd3c3f3cb.png
+2025-03-10 14:44:23,456 - INFO - 已处理图片: ../../../../.gitbook/assets/专家模式.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/71e30fafb41d5ea234141323be1816c4.png
+2025-03-10 14:44:25,518 - INFO - 已处理图片: ../../../../.gitbook/assets/参数设置.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/5a7a296cd7259b0342b09a0ec6f1023a.png
+2025-03-10 14:44:29,046 - INFO - 已处理图片: ../../../../.gitbook/assets/快捷键.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/e778e139b9db5c5e417b4bf568e9606f.png
+2025-03-10 14:44:31,785 - INFO - 已处理图片: ../../../../.gitbook/assets/日志.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/72db185cf68e8f27267e2e3d0d154b90.png
+2025-03-10 14:44:33,469 - INFO - 已处理图片: ../../../../.gitbook/assets/11.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/a5d6a69ecdd78016c365cb111627926a.png
+2025-03-10 14:44:36,427 - INFO - 已处理图片: ../../../../.gitbook/assets/12.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/0a37cb6a650018e73459cf42edcc0c73.png
+2025-03-10 14:44:36,449 - INFO - 已处理文件: zh_CN/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/README.md
+2025-03-10 14:44:39,598 - INFO - 已处理图片: ../../../.gitbook/assets/zh-rag-multiple.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/c0d6a2517ce9ba13a35cbbd5d94091aa.png
+2025-03-10 14:44:41,530 - INFO - 已处理图片: ../../../.gitbook/assets/image (134).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/af426fa2d9ba358ca769a19f70369b31.png
+2025-03-10 14:44:41,550 - INFO - 已处理文件: zh_CN/learn-more/extended-reading/retrieval-augment/retrieval.md
+2025-03-10 14:44:43,488 - INFO - 已处理图片: ../../../.gitbook/assets/image (180).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/19b393464a4d0374498144502f024516.png
+2025-03-10 14:44:43,507 - INFO - 已处理文件: zh_CN/learn-more/extended-reading/retrieval-augment/README.md
+2025-03-10 14:44:45,217 - INFO - 已处理图片: ../../../.gitbook/assets/image (179).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/292a7f8e50b9b6be6ababd6b84ac322f.png
+2025-03-10 14:44:47,217 - INFO - 已处理图片: ../../../.gitbook/assets/image (163).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/5e113c2363a2d8de83ee235575898cb0.png
+2025-03-10 14:44:49,194 - INFO - 已处理图片: ../../../.gitbook/assets/image (132).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/34f4e4ffdfb188fa8a3705d10487b97e.png
+2025-03-10 14:44:51,925 - INFO - 已处理图片: ../../../.gitbook/assets/image (133).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/24e43084b10f144c718c5b8545c1e4b4.png
+2025-03-10 14:44:51,932 - INFO - 已处理文件: zh_CN/learn-more/extended-reading/retrieval-augment/rerank.md
+2025-03-10 14:44:54,703 - INFO - 已处理图片: ../../../.gitbook/assets/image (178).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/16818764adc7c9e7bfbe4be8fb3fd6ee.png
+2025-03-10 14:44:56,481 - INFO - 已处理图片: ../../../.gitbook/assets/image (167).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/d9f6c540579ffa7833c8e8fecab13470.png
+2025-03-10 14:44:57,908 - INFO - 已处理图片: ../../../.gitbook/assets/image (173).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/4ba9e7aed96e64da0e6475913041ed55.png
+2025-03-10 14:45:00,390 - INFO - 已处理图片: ../../../.gitbook/assets/image (169).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/60ab88815f84ef92a45ac239481fcefd.png
+2025-03-10 14:45:03,665 - INFO - 已处理图片: ../../../.gitbook/assets/image (170).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/36f3a2e700529cdfdab067acc1340d4e.png
+2025-03-10 14:45:05,618 - INFO - 已处理图片: ../../../.gitbook/assets/image (171).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/24fc8d33f05253cc83b5f6371b94b84b.png
+2025-03-10 14:45:09,478 - INFO - 已处理图片: ../../../.gitbook/assets/image (172).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/extended-reading/retrieval-augment/b07e4a2c1345ab676c6e0c107651d0f9.png
+2025-03-10 14:45:09,492 - INFO - 已处理文件: zh_CN/learn-more/extended-reading/retrieval-augment/hybrid-search.md
+2025-03-10 14:45:11,833 - INFO - 已处理图片: ../../.gitbook/assets/create-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/08ece9f6dd15b6ba3c44eb187ea73bdd.jpeg
+2025-03-10 14:45:14,464 - INFO - 已处理图片: ../../.gitbook/assets/config-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/312d1fbcd5c8f58ca41b9f8dc8131286.jpeg
+2025-03-10 14:45:17,056 - INFO - 已处理图片: ../../.gitbook/assets/publish-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/410dc25f76beebf8659294b06c1a4d25.jpeg
+2025-03-10 14:45:19,611 - INFO - 已处理图片: ../../.gitbook/assets/create-basic-chatbot-apikey.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/de85ada57a6f1a0029486dbdaea62fcf.jpeg
+2025-03-10 14:45:22,349 - INFO - 已处理图片: ../../.gitbook/assets/azure1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/4c3cc89a4ceb3e6cb9be70d4c74411e6.png
+2025-03-10 14:45:25,037 - INFO - 已处理图片: ../../.gitbook/assets/azure2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/56cfee6b9f205cde4fc7880b137f2979.png
+2025-03-10 14:45:27,897 - INFO - 已处理图片: ../../.gitbook/assets/azure3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/f1f0d8fd2f3396b75b3d9f7a94fb1534.png
+2025-03-10 14:45:30,578 - INFO - 已处理图片: ../../.gitbook/assets/azure4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/512ff24ff9ab8c1b45d580f70bdb1c78.png
+2025-03-10 14:45:33,333 - INFO - 已处理图片: ../../.gitbook/assets/azure5.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/aae10f6172de35c18456fde821e52635.png
+2025-03-10 14:45:35,469 - INFO - 已处理图片: ../../.gitbook/assets/lt1 (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/68b0342cca4d735de3a74a4c9425e0f6.png
+2025-03-10 14:45:38,456 - INFO - 已处理图片: ../../.gitbook/assets/azure6.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/d1f58bff85717bc8ca7e1b6ce351f9e2.png
+2025-03-10 14:45:40,172 - INFO - 已处理图片: ../../.gitbook/assets/azure7.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/5c7d0bca5b55cf06d68ebe02de2d78a5.png
+2025-03-10 14:45:43,079 - INFO - 已处理图片: ../../.gitbook/assets/azure8.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/cb598b85c0426d7fb83990c65d339382.png
+2025-03-10 14:45:44,657 - INFO - 已处理图片: ../../.gitbook/assets/teams1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/9a2f3ff1551976eb3b0eb7eca884c494.png
+2025-03-10 14:45:44,667 - INFO - 已处理文件: zh_CN/learn-more/use-cases/dify-on-teams.md
+2025-03-10 14:45:44,675 - INFO - 文件无需修改: zh_CN/learn-more/use-cases/dify-schedule.md
+2025-03-10 14:45:44,682 - INFO - 文件无需修改: zh_CN/learn-more/use-cases/private-ai-ollama-deepseek-dify.md
+2025-03-10 14:45:44,689 - INFO - 文件无需修改: zh_CN/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.md
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/ERGcp/login-1.png
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/G6ziA/login-2.png
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/J6WsK/connect-with-notion-1.png
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/KrEi4/connect-with-notion-2.png
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/L91iQ/connect-with-notion-3.png
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/M8Xtz/connect-with-notion-4.png
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/Nkjuj/train-1.png
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/OYoCv/train-2.png
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/PN9F3/train-3.png
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/QWRHo/create-app-1.png
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/R6DT5/create-app-2.png
+2025-03-10 14:45:44,689 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/wp0Cy/using-api-1.png
+2025-03-10 14:45:44,690 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/xk2Fx/using-api-2.png
+2025-03-10 14:45:44,690 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/yPXHL/using-api-3.png
+2025-03-10 14:45:44,690 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/zpnI4/using-api-4.png
+2025-03-10 14:45:44,690 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/ADQSE/using-api-5.png
+2025-03-10 14:45:44,690 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/XDBfO/create-app-5.png
+2025-03-10 14:45:48,076 - INFO - 已处理图片: ../../.gitbook/assets/image (34) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/27f353c0cc454912205d0acdc1aed51f.png
+2025-03-10 14:45:51,233 - INFO - 已处理图片: ../../.gitbook/assets/image (42) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/cf3649fe8bffaa76a86d71daa8ec0afb.png
+2025-03-10 14:45:54,198 - INFO - 已处理图片: ../../.gitbook/assets/image (27) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/3830bbae27580f32cc415340984cb4e9.png
+2025-03-10 14:45:54,206 - INFO - 已处理文件: zh_CN/learn-more/use-cases/build-an-notion-ai-assistant.md
+2025-03-10 14:45:57,504 - INFO - 已处理图片: ../../.gitbook/assets/image (360).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/1bf24647a5ffeba4accecd1052011980.png
+2025-03-10 14:45:59,654 - INFO - 已处理图片: ../../.gitbook/assets/image (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/c57ce0a77ee668268f53e91497bd5c2b.png
+2025-03-10 14:46:02,133 - INFO - 已处理图片: ../../.gitbook/assets/image (359).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/03fd7e383daf419765bbfd05c3742923.png
+2025-03-10 14:46:06,048 - INFO - 已处理图片: ../../.gitbook/assets/image (362).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/4f2ce69f8c59e788beb91303c68db571.png
+2025-03-10 14:46:07,883 - INFO - 已处理图片: ../../.gitbook/assets/image (363).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/c3c30c7ed923ee1d7986e92bb35186c6.png
+2025-03-10 14:46:11,133 - INFO - 已处理图片: ../../.gitbook/assets/image (364).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/58c324c08c1c5fc23ab31e04967ae449.png
+2025-03-10 14:46:14,759 - INFO - 已处理图片: ../../.gitbook/assets/image (366).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/fbc64f060f9fda83847428439b07c247.png
+2025-03-10 14:46:18,271 - INFO - 已处理图片: ../../.gitbook/assets/image (367).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/0984a89e4cf2a1150ec3160da14c656e.png
+2025-03-10 14:46:18,292 - INFO - 已处理文件: zh_CN/learn-more/use-cases/how-to-connect-aws-bedrock.md
+2025-03-10 14:46:18,304 - INFO - 文件无需修改: zh_CN/learn-more/use-cases/README.md
+2025-03-10 14:46:20,200 - INFO - 已处理图片: ../../.gitbook/assets/a.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/ef602bb8e4b55fbfb93208396ebfc6d2.png
+2025-03-10 14:46:22,922 - INFO - 已处理图片: ../../.gitbook/assets/b2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/dc6d0b2f73a59c017a5da9582a70bc97.png
+2025-03-10 14:46:26,465 - INFO - 已处理图片: ../../.gitbook/assets/image (144).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/c9b00fafc4c2c6c414a73011060e0291.png
+2025-03-10 14:46:28,650 - INFO - 已处理图片: ../../.gitbook/assets/image (146).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/eaeaeee640f22d4d29869922e0e881d4.png
+2025-03-10 14:46:31,285 - INFO - 已处理图片: ../../.gitbook/assets/image (147).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/a4ed682cbf002e54f0343a9b47dd9b95.png
+2025-03-10 14:46:33,156 - INFO - 已处理图片: ../../.gitbook/assets/image (148).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/ba28b73f87c96b11dbde2421d9ab93e4.png
+2025-03-10 14:46:35,342 - INFO - 已处理图片: ../../.gitbook/assets/image (153).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/e08ff7a5c705854ac7a724ff15bb4b19.png
+2025-03-10 14:46:39,565 - INFO - 已处理图片: ../../.gitbook/assets/image (150).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/b62a0703801c86c607b41046834f40fe.png
+2025-03-10 14:46:45,117 - INFO - 已处理图片: ../../.gitbook/assets/image (151).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/756122df2ffe44f58a9cff20cd7ec09e.png
+2025-03-10 14:46:45,141 - INFO - 已处理文件: zh_CN/learn-more/use-cases/practical-implementation-of-building-llm-applications-using-a-full-set-of-open-source-tools.md
+2025-03-10 14:46:47,261 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-wix-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/238daf21d6632d7d20cc9a6b882194f9.png
+2025-03-10 14:46:49,083 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-wix-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/ebab9e1f734d80e793db3675a46099fb.png
+2025-03-10 14:46:53,761 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-add-html-iframe.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/43b79d103da8beb69619e8f122609b89.png
+2025-03-10 14:46:55,859 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-insert-dify-iframe-code.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/fb257be087645aaa5eb2ae01a4a15d8d.png
+2025-03-10 14:46:55,871 - INFO - 已处理文件: zh_CN/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.md
+2025-03-10 14:46:58,336 - INFO - 已处理图片: ../../.gitbook/assets/login.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/4d59263223217b94f8c7b4fb8a2951b4.jpeg
+2025-03-10 14:47:00,946 - INFO - 已处理图片: ../../.gitbook/assets/create-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/08ece9f6dd15b6ba3c44eb187ea73bdd.jpeg
+2025-03-10 14:47:03,683 - INFO - 已处理图片: ../../.gitbook/assets/config-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/312d1fbcd5c8f58ca41b9f8dc8131286.jpeg
+2025-03-10 14:47:05,934 - INFO - 已处理图片: ../../.gitbook/assets/publish-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/410dc25f76beebf8659294b06c1a4d25.jpeg
+2025-03-10 14:47:08,558 - INFO - 已处理图片: ../../.gitbook/assets/create-basic-chatbot-apikey.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/de85ada57a6f1a0029486dbdaea62fcf.jpeg
+2025-03-10 14:47:10,552 - INFO - 已处理图片: ../../.gitbook/assets/wechat-login.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/dff732ee33dce1fffa3ea22f4fb7194b.jpeg
+2025-03-10 14:47:12,301 - INFO - 已处理图片: ../../.gitbook/assets/basic-chatbot-on-wechat.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/634f08492602c77e415c183278b7a3a0.jpeg
+2025-03-10 14:47:15,092 - INFO - 已处理图片: ../../.gitbook/assets/download-dify-workflow-knowledge.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/aa7354d9fa205665142871199f82ad08.jpeg
+2025-03-10 14:47:16,535 - INFO - 已处理图片: ../../.gitbook/assets/create-knowledge-1.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/e89b108734c4e219ba0a88f2a09e8069.jpeg
+2025-03-10 14:47:18,071 - INFO - 已处理图片: ../../.gitbook/assets/create-knowledge-2.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/3c1211094029b94c00e1867e12dc0347.jpeg
+2025-03-10 14:47:20,835 - INFO - 已处理图片: ../../.gitbook/assets/create-knowledge-3.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/8ed084c50189610e1f0c7c4b92ea45fc.jpeg
+2025-03-10 14:47:23,015 - INFO - 已处理图片: ../../.gitbook/assets/create-knowledge-4.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/ec02b1e931261efd3266c68417c4f88a.jpeg
+2025-03-10 14:47:25,478 - INFO - 已处理图片: ../../.gitbook/assets/create-knowledge-5.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/4d14d85d6f9a588298b3d1c3e34cca4f.jpeg
+2025-03-10 14:47:26,891 - INFO - 已处理图片: ../../.gitbook/assets/create-workflow-chatbot-1.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/56870383783474ac8edf656cfd0039c8.jpeg
+2025-03-10 14:47:29,574 - INFO - 已处理图片: ../../.gitbook/assets/create-workflow-chatbot-2.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/f6bb7d07d20f0dc20ec42878ff83ee91.jpeg
+2025-03-10 14:47:32,156 - INFO - 已处理图片: ../../.gitbook/assets/create-workflow-chatbot-3.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/006cf36de5b5a852cf2ed194ef89a176.jpeg
+2025-03-10 14:47:34,670 - INFO - 已处理图片: ../../.gitbook/assets/create-workflow-chatbot-4.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/3687f1b90a3dba06af9d4625579196e8.jpeg
+2025-03-10 14:47:36,322 - INFO - 已处理图片: ../../.gitbook/assets/create-workflow-chatbot-5.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/4d9d7dafe2007c6205a5da92120de7d6.jpeg
+2025-03-10 14:47:38,942 - INFO - 已处理图片: ../../.gitbook/assets/create-workflow-chatbot-6.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/9e20dccdcbab74679c7a238d4a3db62f.jpeg
+2025-03-10 14:47:40,953 - INFO - 已处理图片: ../../.gitbook/assets/workflow-chatbot-on-wechat.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/1a92cbd66d81e504a72f7cb1f01567a8.jpeg
+2025-03-10 14:47:42,445 - INFO - 已处理图片: ../../.gitbook/assets/create-agent.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/3448bd70c5071882f50667327e35739a.jpeg
+2025-03-10 14:47:44,959 - INFO - 已处理图片: ../../.gitbook/assets/config-agent-auth-dalle.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/4800cb647f0ff90d5521b859e9403f04.jpeg
+2025-03-10 14:47:47,471 - INFO - 已处理图片: ../../.gitbook/assets/config-agent-add-dalle.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/bee33065bc070facda8ce81a54d3e3c1.jpeg
+2025-03-10 14:47:50,077 - INFO - 已处理图片: ../../.gitbook/assets/config-agent-add-duck-calc.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/e637c7865118b52f84f619a7637a0347.jpeg
+2025-03-10 14:47:52,692 - INFO - 已处理图片: ../../.gitbook/assets/publish-agent.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/32bc3686664423c0f12b5d19c7bf8739.jpeg
+2025-03-10 14:47:55,119 - INFO - 已处理图片: ../../.gitbook/assets/agent-on-wechat.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/8c06ab5d23c2c144b35e82524f7e38d9.jpeg
+2025-03-10 14:47:56,578 - INFO - 已处理图片: ../../.gitbook/assets/create-workflow.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/1635ba3e6b7417a49a29b42224a0aa29.jpeg
+2025-03-10 14:47:59,205 - INFO - 已处理图片: ../../.gitbook/assets/test-workflow.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/872b3fa4febd26ec20e0657398d2020b.jpeg
+2025-03-10 14:48:02,005 - INFO - 已处理图片: ../../.gitbook/assets/publish-workflow.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/56d2e2a1b4aac390055fb2d3e49eaf4c.jpeg
+2025-03-10 14:48:04,294 - INFO - 已处理图片: ../../.gitbook/assets/workflow-on-wechat.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/c4f3c4494aa25bad1877c0dd72995b5f.jpeg
+2025-03-10 14:48:06,678 - INFO - 已处理图片: ../../.gitbook/assets/agent-on-wework.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/d440a63e5e00845b1854410d63b31bdd.jpeg
+2025-03-10 14:48:06,700 - INFO - 已处理文件: zh_CN/learn-more/use-cases/dify-on-wechat.md
+2025-03-10 14:48:09,390 - INFO - 已处理图片: ../../.gitbook/assets/image (53) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/13df685b32b248d122d6903bb410f657.png
+2025-03-10 14:48:12,459 - INFO - 已处理图片: ../../.gitbook/assets/image (25) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/61acc0a515f4f3dfffbea7c138245e05.png
+2025-03-10 14:48:14,092 - INFO - 已处理图片: ../../.gitbook/assets/image (92) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/b19b0a555a9bc62e7e0f6053e9dc1824.png
+2025-03-10 14:48:17,051 - INFO - 已处理图片: ../../.gitbook/assets/image (87) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/5819870c911d5df009d48b1c5e613343.png
+2025-03-10 14:48:20,536 - INFO - 已处理图片: ../../.gitbook/assets/image (59) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/11ce3d803fa6f3b384aae8bc33386ad9.png
+2025-03-10 14:48:22,956 - INFO - 已处理图片: ../../.gitbook/assets/image (93) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/3bd3e488fa6c513dae3a54078bda328d.png
+2025-03-10 14:48:25,832 - INFO - 已处理图片: ../../.gitbook/assets/image (100) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/b883028e410ece356e9ae332be66f3b9.png
+2025-03-10 14:48:27,377 - INFO - 已处理图片: ../../.gitbook/assets/image (85) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/a197930b09cc9dd5e216d245d236d516.png
+2025-03-10 14:48:27,409 - INFO - 已处理文件: zh_CN/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.md
+2025-03-10 14:48:27,436 - INFO - 文件无需修改: zh_CN/learn-more/use-cases/dify-model-arena.md
+2025-03-10 14:48:28,986 - INFO - 已处理图片: ../../.gitbook/assets/640.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/f7ddcb5342558d19fd51d7222be5209d.png
+2025-03-10 14:48:31,422 - INFO - 已处理图片: ../../.gitbook/assets/640-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/e753c7f36e8a2f04c8180f771e63431b.png
+2025-03-10 14:48:34,243 - INFO - 已处理图片: ../../.gitbook/assets/640-7.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/88018cc39f6b1244ffd5a1c11fc8ccbe.png
+2025-03-10 14:48:36,906 - INFO - 已处理图片: ../../.gitbook/assets/640-8.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/1cfbe712bec52acc0d1ee50d96e809f2.png
+2025-03-10 14:48:38,819 - INFO - 已处理图片: ../../.gitbook/assets/640-9.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/c8dbaf3241dbd50507165524c7ed6451.png
+2025-03-10 14:48:41,287 - INFO - 已处理图片: ../../.gitbook/assets/640.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/f66100f8d87ea88b7f2d9be6f4db32c7.jpeg
+2025-03-10 14:48:42,949 - INFO - 已处理图片: ../../.gitbook/assets/640-10.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/22d5d5621a1b1eedfdf698cdf8a5ac2d.png
+2025-03-10 14:48:45,455 - INFO - 已处理图片: ../../.gitbook/assets/640-11.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/18558406335d11b26717e8b1cf70a673.png
+2025-03-10 14:48:47,010 - INFO - 已处理图片: ../../.gitbook/assets/640-12.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/f81842d0d74050c03cc4895c497a26b9.png
+2025-03-10 14:48:48,903 - INFO - 已处理图片: ../../.gitbook/assets/640-13.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/038e6c5dab7a8625079669b6bfdb6adc.png
+2025-03-10 14:48:50,659 - INFO - 已处理图片: ../../.gitbook/assets/640-14.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/829c51e5c45e149957df7b5531639d2a.png
+2025-03-10 14:48:50,680 - INFO - 已处理文件: zh_CN/learn-more/use-cases/train-a-qa-chatbot-that-belongs-to-you.md
+2025-03-10 14:48:50,693 - INFO - 文件无需修改: zh_CN/learn-more/use-cases/how-to-make-llm-app-provide-a-progressive-chat-experience.md
+2025-03-10 14:48:51,867 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dify-on-dingtalk-demo.gif, 错误: unknown file extension:
+2025-03-10 14:48:54,887 - INFO - 已处理图片: ../../.gitbook/assets/dify_app_types.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/a0948a3eebe41df91bae84c263010767.png
+2025-03-10 14:48:57,105 - INFO - 已处理图片: ../../.gitbook/assets/dify-completion-app-constraint.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/7d0d8387fe0dc230cc9cf87ff2451bca.png
+2025-03-10 14:48:59,830 - INFO - 已处理图片: ../../.gitbook/assets/dify-workflow-app-constraint.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/f6eec15a3b735c01331784294df0cd2a.jpeg
+2025-03-10 14:49:02,336 - INFO - 已处理图片: ../../.gitbook/assets/get-dify-app-secret.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/b5191e352f280f2c7329cbc6917a1ac2.jpeg
+2025-03-10 14:49:05,121 - INFO - 已处理图片: ../../.gitbook/assets/dingtalk-app-creation.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/be96400ec39fd85d4791c3c94f8d4e04.jpeg
+2025-03-10 14:49:08,019 - INFO - 已处理图片: ../../.gitbook/assets/dingtalk-add-robot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/c83acc5a77db86d8d52b2fe5a53d0bf6.jpeg
+2025-03-10 14:49:09,703 - INFO - 已处理图片: ../../.gitbook/assets/dingtalk-robot-config.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/5ff0892e2d4fe532f08e0adfdb4f7a4c.jpeg
+2025-03-10 14:49:11,994 - INFO - 已处理图片: ../../.gitbook/assets/dingtalk-app-versioning.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/792850d6c7d5f13a017f14e0b2afe9ef.jpeg
+2025-03-10 14:49:13,753 - INFO - 已处理图片: ../../.gitbook/assets/dingtalk-app-credential.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/f451984aefd4b7186a6d9dd8f9cf4080.jpeg
+2025-03-10 14:49:17,276 - INFO - 已处理图片: ../../.gitbook/assets/dingtalk-ai-card-template-creation.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/aab6222bfa21484406f07a477b412a4d.jpeg
+2025-03-10 14:49:19,245 - INFO - 已处理图片: ../../.gitbook/assets/dingtalk-ai-card-edit.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/f9c3c75624e6584f27d078003d31e817.jpeg
+2025-03-10 14:49:21,565 - INFO - 已处理图片: ../../.gitbook/assets/dingtalk-ai-card-temp-id.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/25cf3ab088526aa4fb3caf2898ec8c61.jpeg
+2025-03-10 14:49:24,266 - INFO - 已处理图片: ../../.gitbook/assets/dingtalk-group-chat-demo.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/b6df3a21b488899975b3cf95fa6c5924.jpeg
+2025-03-10 14:49:24,271 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dify-on-dingtalk-demo.gif, 错误: unknown file extension:
+2025-03-10 14:49:24,293 - INFO - 已处理文件: zh_CN/learn-more/use-cases/dify-on-dingtalk.md
+2025-03-10 14:49:26,709 - INFO - 已处理图片: ../../.gitbook/assets/create-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/08ece9f6dd15b6ba3c44eb187ea73bdd.jpeg
+2025-03-10 14:49:29,534 - INFO - 已处理图片: ../../.gitbook/assets/config-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/312d1fbcd5c8f58ca41b9f8dc8131286.jpeg
+2025-03-10 14:49:31,149 - INFO - 已处理图片: ../../.gitbook/assets/publish-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/410dc25f76beebf8659294b06c1a4d25.jpeg
+2025-03-10 14:49:33,940 - INFO - 已处理图片: ../../.gitbook/assets/create-basic-chatbot-apikey.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/de85ada57a6f1a0029486dbdaea62fcf.jpeg
+2025-03-10 14:49:36,839 - INFO - 已处理图片: ../../.gitbook/assets/twilio1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/f1586199a94ffefb18ffc4c8456a58d0.png
+2025-03-10 14:49:38,492 - INFO - 已处理图片: ../../.gitbook/assets/lt1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/73f585d06be68fc71c0d37622a5b6f6c.png
+2025-03-10 14:49:40,279 - INFO - 已处理图片: ../../.gitbook/assets/twilio2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/1f966b36bd5c213e4006a057b1c70c04.png
+2025-03-10 14:49:43,207 - INFO - 已处理图片: ../../.gitbook/assets/twilio3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/6f810feee2a1eb07f718fc3f2be00b4b.png
+2025-03-10 14:49:44,679 - INFO - 已处理图片: ../../.gitbook/assets/whatsapp1.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/36376da1b4699289e944355282656780.jpeg
+2025-03-10 14:49:44,692 - INFO - 已处理文件: zh_CN/learn-more/use-cases/dify-on-whatsapp.md
+2025-03-10 14:49:48,377 - INFO - 已处理图片: ../../.gitbook/assets/image (99) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/b219b5b9c75c900886aead5ad6cb3294.png
+2025-03-10 14:49:51,855 - INFO - 已处理图片: ../../.gitbook/assets/image-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/951ec91c08514eb1875a9fb6bafeb906.png
+2025-03-10 14:49:54,650 - INFO - 已处理图片: ../../.gitbook/assets/image-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/210d41ad36447209e3ccc659eb89eb26.png
+2025-03-10 14:49:57,073 - INFO - 已处理图片: ../../.gitbook/assets/image-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/ba226b895de57e19659daa9717b16bdd.png
+2025-03-10 14:50:00,697 - INFO - 已处理图片: ../../.gitbook/assets/image-5.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/ec83b371411f86e017c7f5297e4c5371.png
+2025-03-10 14:50:03,205 - INFO - 已处理图片: ../../.gitbook/assets/image-6.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/472c2c7898e34f166866f753c446118d.png
+2025-03-10 14:50:05,947 - INFO - 已处理图片: ../../.gitbook/assets/image-7.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/15278bb2596702c23bf2b42beaef197b.png
+2025-03-10 14:50:07,863 - INFO - 已处理图片: ../../.gitbook/assets/image-8.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/0229127044d39aa788a4da64c8f4fbc2.png
+2025-03-10 14:50:11,796 - INFO - 已处理图片: ../../.gitbook/assets/image-9.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/f36ff96f657354b98d8a298d7039a2c6.png
+2025-03-10 14:50:13,772 - INFO - 已处理图片: ../../.gitbook/assets/image-11.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/6757f86c0585b40c5bf4fae6a8e9cf54.png
+2025-03-10 14:50:16,804 - INFO - 已处理图片: ../../.gitbook/assets/image-13.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/learn-more/use-cases/ee4c61c8e3f7b99784149872b3939c22.png
+2025-03-10 14:50:16,811 - INFO - 已处理文件: zh_CN/learn-more/use-cases/create-a-midjoureny-prompt-word-robot-with-zero-code.md
+2025-03-10 14:50:16,820 - INFO - 文件无需修改: zh_CN/policies/open-source.md
+2025-03-10 14:50:16,828 - INFO - 文件无需修改: zh_CN/policies/agreement/README.md
+2025-03-10 14:50:16,839 - INFO - 文件无需修改: zh_CN/policies/agreement/get-compliance-report.md
+2025-03-10 14:50:16,852 - INFO - 文件无需修改: zh_CN/getting-started/cloud.md
+2025-03-10 14:50:16,860 - INFO - 文件无需修改: zh_CN/getting-started/dify-premium.md
+2025-03-10 14:50:16,868 - INFO - 文件无需修改: zh_CN/getting-started/install-self-hosted/environments.md
+2025-03-10 14:50:16,875 - INFO - 文件无需修改: zh_CN/getting-started/install-self-hosted/bt-panel.md
+2025-03-10 14:50:16,882 - INFO - 文件无需修改: zh_CN/getting-started/install-self-hosted/local-source-code.md
+2025-03-10 14:50:16,889 - INFO - 文件无需修改: zh_CN/getting-started/install-self-hosted/faq.md
+2025-03-10 14:50:16,890 - INFO - 跳过远程图片: https://zeabur.com/button.svg
+2025-03-10 14:50:19,597 - INFO - 已处理图片: ../../.gitbook/assets/zeabur-template-overview.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/getting-started/install-self-hosted/fc58c921d332857fb644d4c869162bb5.jpeg
+2025-03-10 14:50:21,541 - INFO - 已处理图片: ../../.gitbook/assets/zeabur-region-select.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/getting-started/install-self-hosted/43cdd302ca243f2a1d2475a857cc1e66.png
+2025-03-10 14:50:25,292 - INFO - 已处理图片: ../../.gitbook/assets/zeabur-project.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/getting-started/install-self-hosted/7aa82d91ab9e798245b9df18221637b2.png
+2025-03-10 14:50:25,305 - INFO - 已处理文件: zh_CN/getting-started/install-self-hosted/zeabur.md
+2025-03-10 14:50:25,316 - INFO - 文件无需修改: zh_CN/getting-started/install-self-hosted/README.md
+2025-03-10 14:50:25,327 - INFO - 文件无需修改: zh_CN/getting-started/install-self-hosted/docker-compose.md
+2025-03-10 14:50:25,336 - INFO - 文件无需修改: zh_CN/getting-started/install-self-hosted/start-the-frontend-docker-container.md
+2025-03-10 14:50:25,346 - INFO - 文件无需修改: zh_CN/getting-started/readme/features-and-specifications.md
+2025-03-10 14:50:25,355 - INFO - 文件无需修改: zh_CN/getting-started/readme/model-providers.md
+2025-03-10 14:50:27,084 - INFO - 已处理图片: ../../.gitbook/assets/image (182).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/3d594f85e8a14c278494abde55656e67.png
+2025-03-10 14:50:30,007 - INFO - 已处理图片: ../../.gitbook/assets/image (185).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/113f8bfb041d6c4afb76d0d23c43fbbf.png
+2025-03-10 14:50:32,446 - INFO - 已处理图片: ../../.gitbook/assets/image (187).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/a8d8a7969f55992e01afa75ce93d03b4.png
+2025-03-10 14:50:34,847 - INFO - 已处理图片: ../../.gitbook/assets/image (198).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/fae5960eecf336487a16ce164a61874a.png
+2025-03-10 14:50:38,034 - INFO - 已处理图片: ../../.gitbook/assets/image (199).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/9bfbd3b0b25bd3abfd919ae29ca8fc33.png
+2025-03-10 14:50:40,055 - INFO - 已处理图片: ../../.gitbook/assets/image (201).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/6031ce17cbaacd7e4df0374bada93508.png
+2025-03-10 14:50:43,307 - INFO - 已处理图片: ../../.gitbook/assets/image (190).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/53864182bd045c29f7d3ffeb927f3faa.png
+2025-03-10 14:50:46,875 - INFO - 已处理图片: ../../.gitbook/assets/image (195).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/a34f35e9995801d1a351a3d1ff4a2e40.png
+2025-03-10 14:50:46,894 - INFO - 已处理文件: zh_CN/guides/tools/README.md
+2025-03-10 14:50:46,906 - INFO - 文件无需修改: zh_CN/guides/tools/advanced-tool-integration.md
+2025-03-10 14:50:50,074 - INFO - 已处理图片: ../../.gitbook/assets/Feb 4, 2024.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/c99fed3e1bbe5d724810fd6118012071.png
+2025-03-10 14:50:50,106 - INFO - 已处理文件: zh_CN/guides/tools/quick-tool-integration.md
+2025-03-10 14:50:50,124 - INFO - 文件无需修改: zh_CN/guides/tools/tool-configuration/alphavantage.md
+2025-03-10 14:50:51,664 - INFO - 已处理图片: ../../../.gitbook/assets/comfyui_prompt.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/4e937df93709ca5a47c5c17e17498f38.png
+2025-03-10 14:50:53,150 - INFO - 已处理图片: ../../../.gitbook/assets/comfyui.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/49794b23612f47245fabaf1eae207526.png
+2025-03-10 14:50:53,172 - INFO - 已处理文件: zh_CN/guides/tools/tool-configuration/comfyui.md
+2025-03-10 14:50:53,197 - INFO - 文件无需修改: zh_CN/guides/tools/tool-configuration/README.md
+2025-03-10 14:50:53,198 - ERROR - 转换图片失败: /img/en-google-api.jpg, 错误: [Errno 2] No such file or directory: '/img/en-google-api.jpg'
+2025-03-10 14:50:53,199 - ERROR - 转换图片失败: /img/en-set-youtube-api.jpeg, 错误: [Errno 2] No such file or directory: '/img/en-set-youtube-api.jpeg'
+2025-03-10 14:50:55,480 - INFO - 已处理图片: ../../../../img/en-youtube-workflow.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/abaa685d6ffa5fbb8c295869eecfd721.jpeg
+2025-03-10 14:50:58,711 - INFO - 已处理图片: ../../../../img/en-youtube-agent.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/a5dc28b46d00cb523268bf51399476b6.png
+2025-03-10 14:50:58,727 - INFO - 已处理文件: zh_CN/guides/tools/tool-configuration/youtube.md
+2025-03-10 14:51:02,076 - INFO - 已处理图片: ../../../.gitbook/assets/zh-tools-dalle.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/e14d1190c5b8dc6c7e6b9c8d3e9d4eca.png
+2025-03-10 14:51:04,979 - INFO - 已处理图片: ../../../.gitbook/assets/zh-dalle3-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/742014125d01f001a3f8e542b53130ce.png
+2025-03-10 14:51:07,388 - INFO - 已处理图片: ../../../.gitbook/assets/zh-agent-dalle3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/7adb47ad645fb7f1bd95848e78cb6a0f.png
+2025-03-10 14:51:07,405 - INFO - 已处理文件: zh_CN/guides/tools/tool-configuration/dall-e.md
+2025-03-10 14:51:10,646 - INFO - 已处理图片: ../../../.gitbook/assets/zh-tool-searchapi.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/7058a05206e23556038b396ef2bd6dcb.png
+2025-03-10 14:51:12,529 - INFO - 已处理图片: ../../../.gitbook/assets/zh-tool-searchapi-flow.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/0f63a9ea69ce1dd1a335fcce936a58cd.png
+2025-03-10 14:51:12,545 - INFO - 已处理文件: zh_CN/guides/tools/tool-configuration/searchapi.md
+2025-03-10 14:51:14,855 - INFO - 已处理图片: ../../../.gitbook/assets/zh-tools-google.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/b702fecd142ed154c50645922a24b82a.png
+2025-03-10 14:51:14,870 - INFO - 已处理文件: zh_CN/guides/tools/tool-configuration/google.md
+2025-03-10 14:51:14,871 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/img/zh-tools-bing.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/img/zh-tools-bing.png'
+2025-03-10 14:51:14,897 - INFO - 文件无需修改: zh_CN/guides/tools/tool-configuration/bing.md
+2025-03-10 14:51:17,998 - INFO - 已处理图片: ../../../.gitbook/assets/zh-tools-perplexity.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/310e39c00848e882c4c90d0c43ae972f.png
+2025-03-10 14:51:19,957 - INFO - 已处理图片: ../../../.gitbook/assets/zh-tools-chatflow-perplexity.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/fdf3f7b69c2117e09631f66fc56e250d.png
+2025-03-10 14:51:21,759 - INFO - 已处理图片: ../../../.gitbook/assets/zh-tools-agent-perplexity.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/d505c0109581c07375e9563def4309a6.png
+2025-03-10 14:51:21,774 - INFO - 已处理文件: zh_CN/guides/tools/tool-configuration/perplexity.md
+2025-03-10 14:51:25,293 - INFO - 已处理图片: ../../../.gitbook/assets/zh-tool-serper.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/b20b431851781e839033db8230e0b503.png
+2025-03-10 14:51:25,304 - INFO - 已处理文件: zh_CN/guides/tools/tool-configuration/serper.md
+2025-03-10 14:51:25,313 - INFO - 文件无需修改: zh_CN/guides/tools/tool-configuration/searxng.md
+2025-03-10 14:51:25,345 - INFO - 文件无需修改: zh_CN/guides/tools/tool-configuration/stable-diffusion.md
+2025-03-10 14:51:28,426 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-26 23.12.01.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/0304594b8cdee83931102b39fd014a75.png
+2025-03-10 14:51:30,930 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-27 10.09.34.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/81d0ed042a4a7226aa22dcff0dca2ed3.png
+2025-03-10 14:51:33,072 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-27 10.18.54.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/b2d005656378c8e7c29f9686c603c7ed.png
+2025-03-10 14:51:35,158 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-27 10.23.52.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/tools/tool-configuration/17b184d96920fd8c6b891e903166be38.png
+2025-03-10 14:51:35,179 - INFO - 已处理文件: zh_CN/guides/tools/tool-configuration/siliconflow.md
+2025-03-10 14:51:35,199 - INFO - 文件无需修改: zh_CN/guides/extension/README.md
+2025-03-10 14:51:35,213 - INFO - 文件无需修改: zh_CN/guides/extension/api-based-extension/external-data-tool.md
+2025-03-10 14:51:37,285 - INFO - 已处理图片: ../../../.gitbook/assets/api_based_01.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/extension/api-based-extension/10f17984eae28c7854983e7112738fa8.png
+2025-03-10 14:51:37,285 - INFO - 跳过远程图片: https://github.com/langgenius/dify-docs/raw/main/zh_CN/.gitbook/assets/api_based_01.png
+2025-03-10 14:51:37,285 - INFO - 跳过远程图片: https://github.com/langgenius/dify-docs/raw/main/zh_CN/.gitbook/assets/api_based_02.png
+2025-03-10 14:51:39,073 - INFO - 已处理图片: ../../../.gitbook/assets/download.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/extension/api-based-extension/c44d6cc5425508daac8d31bc4af113df.png
+2025-03-10 14:51:40,613 - INFO - 已处理图片: ../../../.gitbook/assets/8000.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/extension/api-based-extension/7ac8ee0f0955f36255e0261b36499db7.png
+2025-03-10 14:51:43,113 - INFO - 已处理图片: ../../../.gitbook/assets/ngrock.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/extension/api-based-extension/2b4adbe0bb1ff203da521ea6eea401f8.png
+2025-03-10 14:51:43,126 - INFO - 已处理文件: zh_CN/guides/extension/api-based-extension/README.md
+2025-03-10 14:51:44,870 - INFO - 已处理图片: ../../../.gitbook/assets/api_extension_edit.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/extension/api-based-extension/9433a486a441713ade6270e9dc6c0544.png
+2025-03-10 14:51:48,421 - INFO - 已处理图片: ../../../.gitbook/assets/app_tools_edit.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/extension/api-based-extension/72c285e58ec136a1a9a66f61b4b41ca1.png
+2025-03-10 14:51:48,475 - INFO - 已处理文件: zh_CN/guides/extension/api-based-extension/cloudflare-workers.md
+2025-03-10 14:51:48,501 - INFO - 文件无需修改: zh_CN/guides/extension/api-based-extension/moderation.md
+2025-03-10 14:51:48,510 - INFO - 文件无需修改: zh_CN/guides/extension/code-based-extension/external-data-tool.md
+2025-03-10 14:51:48,520 - INFO - 文件无需修改: zh_CN/guides/extension/code-based-extension/README.md
+2025-03-10 14:51:48,529 - INFO - 文件无需修改: zh_CN/guides/extension/code-based-extension/moderation.md
+2025-03-10 14:51:52,197 - INFO - 已处理图片: ../../.gitbook/assets/image (299).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workspace/37573570e27ed988331fee18a7a30ce1.png
+2025-03-10 14:51:54,261 - INFO - 已处理图片: ../../.gitbook/assets/zh-create-customize-app.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workspace/3688257e46ca0ec4e9c23dbe19653d20.png
+2025-03-10 14:51:57,031 - INFO - 已处理图片: ../../.gitbook/assets/workspace.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workspace/aa95de9ca884480c7c52a6ee7239de1d.jpeg
+2025-03-10 14:51:57,050 - INFO - 已处理文件: zh_CN/guides/workspace/app.md
+2025-03-10 14:51:57,065 - INFO - 文件无需修改: zh_CN/guides/workspace/README.md
+2025-03-10 14:51:57,078 - INFO - 文件无需修改: zh_CN/guides/workspace/invite-and-manage-members.md
+2025-03-10 14:51:59,337 - INFO - 已处理图片: ../../../.gitbook/assets/image (248).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workspace/app/e132a65400fd2e5ee9f9e3cd9a059985.png
+2025-03-10 14:52:01,571 - INFO - 已处理图片: ../../../../img/zh-create-customize-app.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workspace/app/3688257e46ca0ec4e9c23dbe19653d20.png
+2025-03-10 14:52:04,107 - INFO - 已处理图片: ../../../explore/images/workspace.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workspace/app/aa95de9ca884480c7c52a6ee7239de1d.jpeg
+2025-03-10 14:52:04,134 - INFO - 已处理文件: zh_CN/guides/workspace/app/README.md
+2025-03-10 14:52:06,865 - INFO - 已处理图片: ../../../img/zh-personal-account-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/management/36e3f4fb5fc15ae6949e2b2693ecc9e7.png
+2025-03-10 14:52:09,386 - INFO - 已处理图片: ../../../img/zh-personal-account-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/management/700817f2c2e3ba0bfce873bb5c5316c9.png
+2025-03-10 14:52:09,406 - INFO - 已处理文件: zh_CN/guides/management/personal-account-management.md
+2025-03-10 14:52:12,308 - INFO - 已处理图片: ../../.gitbook/assets/image (5) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/management/8a0becb402c9abdb697f8ab6ff67c839.png
+2025-03-10 14:52:14,977 - INFO - 已处理图片: ../../.gitbook/assets/image (6) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/management/5f330cc59a9c6646531876ba92b856f8.png
+2025-03-10 14:52:14,998 - INFO - 已处理文件: zh_CN/guides/management/subscription-management.md
+2025-03-10 14:52:16,730 - INFO - 已处理图片: ../../../img/switch-workspace.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/management/93a6f055cfaf65dfe138e8ac332f71d1.png
+2025-03-10 14:52:18,659 - INFO - 已处理图片: ../../.gitbook/assets/image (1) (1) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/management/764276a102e3264747c64f02dafa5f5d.png
+2025-03-10 14:52:20,243 - INFO - 已处理图片: ../../.gitbook/assets/image (1) (1) (1) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/management/85c39a391714c110ec9e1769a8c52e06.png
+2025-03-10 14:52:20,274 - INFO - 已处理文件: zh_CN/guides/management/team-members-management.md
+2025-03-10 14:52:20,293 - INFO - 文件无需修改: zh_CN/guides/management/README.md
+2025-03-10 14:52:22,832 - INFO - 已处理图片: ../../.gitbook/assets/export-dsl.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/management/544c18d770e230db93d6756bba98d8a7.png
+2025-03-10 14:52:25,956 - INFO - 已处理图片: ../../.gitbook/assets/export-dsl-secret.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/management/25ce002ef7f0392fc6b3b6975ae137ec.png
+2025-03-10 14:52:27,735 - INFO - 已处理图片: ../../.gitbook/assets/image (311).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/management/ec718ad1050311b01a3f342ef1f45ae9.png
+2025-03-10 14:52:27,757 - INFO - 已处理文件: zh_CN/guides/management/app-management.md
+2025-03-10 14:52:29,410 - INFO - 已处理图片: ../../.gitbook/assets/app-log.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/67586ad70a7ae79c18e61f1267cc8d8f.png
+2025-03-10 14:52:29,442 - INFO - 已处理文件: zh_CN/guides/annotation/logs.md
+2025-03-10 14:52:31,425 - INFO - 已处理图片: ../../.gitbook/assets/image (181).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/7bebcf85d52f65d5649956f47ed33d43.png
+2025-03-10 14:52:39,547 - INFO - 已处理图片: ../../.gitbook/assets/image (124).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/1aaba1cc8c3f7ceece1b4de8ba4b0038.png
+2025-03-10 14:52:43,508 - INFO - 已处理图片: ../../.gitbook/assets/image (126).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/cf48a6175713ab19c8a0dce5271bb5c2.png
+2025-03-10 14:52:46,421 - INFO - 已处理图片: ../../.gitbook/assets/image (128).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/a876fdbcfcae8e9b274fc2985666cc39.png
+2025-03-10 14:52:50,106 - INFO - 已处理图片: ../../.gitbook/assets/image (129).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/38a546a5959703466597f7e06713b2c6.png
+2025-03-10 14:52:53,771 - INFO - 已处理图片: ../../.gitbook/assets/image (130).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/11197a74c9f1f24117f188fb5ebd2632.png
+2025-03-10 14:52:57,395 - INFO - 已处理图片: ../../.gitbook/assets/image (118).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/9244726b55026866de18d225b3b78c73.png
+2025-03-10 14:53:00,212 - INFO - 已处理图片: ../../.gitbook/assets/image (119).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/0b382b1a804875dc4d387587cd30145d.png
+2025-03-10 14:53:03,094 - INFO - 已处理图片: ../../.gitbook/assets/image (120).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/796d2413092c639907e55b59a38c1527.png
+2025-03-10 14:53:06,304 - INFO - 已处理图片: ../../.gitbook/assets/image (121).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/81e38ef807dc5057720d9c2bc46ab469.png
+2025-03-10 14:53:08,696 - INFO - 已处理图片: ../../.gitbook/assets/image (123).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/annotation/b3957b38a97e6611006d0fa43b05e52b.png
+2025-03-10 14:53:08,736 - INFO - 已处理文件: zh_CN/guides/annotation/annotation-reply.md
+2025-03-10 14:53:08,750 - INFO - 文件无需修改: zh_CN/guides/annotation/README.md
+2025-03-10 14:53:08,761 - INFO - 文件无需修改: zh_CN/guides/model-configuration/predefined-model.md
+2025-03-10 14:53:08,773 - INFO - 文件无需修改: zh_CN/guides/model-configuration/schema.md
+2025-03-10 14:53:11,396 - INFO - 已处理图片: ../../.gitbook/assets/Feb 4,2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/019f6cf5cf1e2a3bda953fea5fa1d158.png
+2025-03-10 14:53:11,424 - INFO - 已处理文件: zh_CN/guides/model-configuration/customizable-model.md
+2025-03-10 14:53:13,944 - INFO - 已处理图片: ../../.gitbook/assets/image (216).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/e83d92f43b9cd8eca719b3c27ca63418.png
+2025-03-10 14:53:15,741 - INFO - 已处理图片: ../../.gitbook/assets/image (113).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/c5ac5f32deb020a8aae46045d3ee9c8d.png
+2025-03-10 14:53:17,992 - INFO - 已处理图片: ../../.gitbook/assets/image-20231210143654461 (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/a8d65b27c806b0a6fabe88099023d116.png
+2025-03-10 14:53:20,019 - INFO - 已处理图片: ../../.gitbook/assets/image (217).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/055e92f8634c0ba1bdd2c559f7d8997d.png
+2025-03-10 14:53:20,031 - INFO - 已处理文件: zh_CN/guides/model-configuration/README.md
+2025-03-10 14:53:20,043 - INFO - 文件无需修改: zh_CN/guides/model-configuration/interfaces.md
+2025-03-10 14:53:20,059 - INFO - 文件无需修改: zh_CN/guides/model-configuration/new-provider.md
+2025-03-10 14:53:22,953 - INFO - 已处理图片: ../../.gitbook/assets/image (60).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/c2781fddfb5c7e76023ac59c926d9e37.png
+2025-03-10 14:53:25,410 - INFO - 已处理图片: ../../.gitbook/assets/image (61).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/cbf2149eb7fcf613599f50ff58381889.png
+2025-03-10 14:53:28,455 - INFO - 已处理图片: ../../.gitbook/assets/image (65).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/8012d5be22981efe0e59b81f32a961fe.png
+2025-03-10 14:53:30,760 - INFO - 已处理图片: ../../.gitbook/assets/image (64).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/f69088f1f5a176aa0819a68950ac595c.png
+2025-03-10 14:53:33,281 - INFO - 已处理图片: ../../.gitbook/assets/image (57).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/model-configuration/12970502b2e202d1f890dcecadf2dcbd.png
+2025-03-10 14:53:33,327 - INFO - 已处理文件: zh_CN/guides/model-configuration/load-balancing.md
+2025-03-10 14:53:36,093 - INFO - 已处理图片: ../../.gitbook/assets/zh-agent-dalle3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/7adb47ad645fb7f1bd95848e78cb6a0f.png
+2025-03-10 14:53:39,451 - INFO - 已处理图片: ../../.gitbook/assets/image (98).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/5d28172c2852848223e91215cdf4ac53.png
+2025-03-10 14:53:42,489 - INFO - 已处理图片: ../../.gitbook/assets/image (102).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/c27751cbc6250569087d0b15ca2e69c2.png
+2025-03-10 14:53:45,026 - INFO - 已处理图片: ../../.gitbook/assets/image (99).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/34fa9ee865c612fb10aa51befd2ea396.png
+2025-03-10 14:53:48,477 - INFO - 已处理图片: ../../.gitbook/assets/image (100).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/cf59361ae13c2aa2a0762bc0064c6a17.png
+2025-03-10 14:53:52,097 - INFO - 已处理图片: ../../.gitbook/assets/image (108).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/276c17da01c12a7549f0b382503c0557.png
+2025-03-10 14:53:54,681 - INFO - 已处理图片: ../../.gitbook/assets/image (110).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/e1e3806eb438cb52d4c4b6940b8021f5.png
+2025-03-10 14:53:56,709 - INFO - 已处理图片: ../../.gitbook/assets/image (101).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/fc25255198c756ac939ec913fe36d7f9.png
+2025-03-10 14:53:58,984 - INFO - 已处理图片: ../../.gitbook/assets/image (104).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/cd4a7ffded1a86d5e4aed1b9df36dc64.png
+2025-03-10 14:54:02,429 - INFO - 已处理图片: ../../.gitbook/assets/image (105).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/44b15a78c45e21afafd110864f78f33e.png
+2025-03-10 14:54:02,461 - INFO - 已处理文件: zh_CN/guides/application-orchestrate/agent.md
+2025-03-10 14:54:05,513 - INFO - 已处理图片: ../../.gitbook/assets/zh-prompt-generator.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/9dbd67eacb701500c64e61978d35b812.png
+2025-03-10 14:54:07,083 - INFO - 已处理图片: ../../.gitbook/assets/zh-opening-remarks.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/c74a502465c8f68b0c65d40abb4c71d4.png
+2025-03-10 14:54:07,084 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/zh_CN/guides/application-orchestrate/.gitbook/assets/image (108, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/zh_CN/guides/application-orchestrate/.gitbook/assets/image (108'
+2025-03-10 14:54:09,843 - INFO - 已处理图片: ../../.gitbook/assets/zh-conversation-debug.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/21640904df527d7487b4ac646738971b.png
+2025-03-10 14:54:12,756 - INFO - 已处理图片: ../../.gitbook/assets/zh-conversation-app.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/f19f991c1295c2ed3230ef27fc47818e.png
+2025-03-10 14:54:16,212 - INFO - 已处理图片: ../../.gitbook/assets/image (297).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/9c81c98c4b58f894ed92e06a4b9bcf87.png
+2025-03-10 14:54:16,243 - INFO - 已处理文件: zh_CN/guides/application-orchestrate/chatbot-application.md
+2025-03-10 14:54:19,212 - INFO - 已处理图片: ../../.gitbook/assets/image (219).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/6405fc6c267146c6be0cb779a7838504.png
+2025-03-10 14:54:21,037 - INFO - 已处理图片: ../../.gitbook/assets/import-dsl-file.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/6615ef40b8c0027563a5a4ca0c315ff1.png
+2025-03-10 14:54:22,832 - INFO - 已处理图片: ../../.gitbook/assets/import-dsl-from-url.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/63d45c8f397dd65258dd4b322f0a43fa.jpeg
+2025-03-10 14:54:22,868 - INFO - 已处理文件: zh_CN/guides/application-orchestrate/creating-an-application.md
+2025-03-10 14:54:22,884 - INFO - 文件无需修改: zh_CN/guides/application-orchestrate/README.md
+2025-03-10 14:54:26,029 - INFO - 已处理图片: ../../.gitbook/assets/zh-multiple-models.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/d0de3f1edca55af986a6b213876ed3ff.png
+2025-03-10 14:54:28,101 - INFO - 已处理图片: ../../.gitbook/assets/zh-multiple-models-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/74003eeacf3f4f8f0d7cb6c3ad20c84a.png
+2025-03-10 14:54:28,158 - INFO - 已处理文件: zh_CN/guides/application-orchestrate/multiple-llms-debugging.md
+2025-03-10 14:54:31,578 - INFO - 已处理图片: ../../../.gitbook/assets/image (288).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/app-toolkits/87ac4bc0e0c2b9a36fba0fc2f0155905.png
+2025-03-10 14:54:34,256 - INFO - 已处理图片: ../../../.gitbook/assets/image (291).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/app-toolkits/46b849a2cee82c70d54ac8fbca75c85c.png
+2025-03-10 14:54:37,595 - INFO - 已处理图片: ../../../.gitbook/assets/image (292).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/app-toolkits/cff3de9733e586e64a70fcc0ac633119.png
+2025-03-10 14:54:40,754 - INFO - 已处理图片: ../../../.gitbook/assets/image (293).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/app-toolkits/ba6f3ede45ef594a1886ef9182149a73.png
+2025-03-10 14:54:42,801 - INFO - 已处理图片: ../../../.gitbook/assets/image (294).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/app-toolkits/4f8bfc129a68f5da0f96723e80bd72d2.png
+2025-03-10 14:54:42,818 - INFO - 已处理文件: zh_CN/guides/application-orchestrate/app-toolkits/README.md
+2025-03-10 14:54:46,022 - INFO - 已处理图片: ../../../.gitbook/assets/moderation1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/app-toolkits/09c3d5be9b7194e54d0333242c501719.png
+2025-03-10 14:54:49,132 - INFO - 已处理图片: ../../../.gitbook/assets/moderation2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/app-toolkits/6b09f91a05c993e0aa6bb56eca71e607.png
+2025-03-10 14:54:51,328 - INFO - 已处理图片: ../../../.gitbook/assets/moderation3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/app-toolkits/644c2b024f59497aed3cd8ac984c96e3.png
+2025-03-10 14:54:54,624 - INFO - 已处理图片: ../../../.gitbook/assets/moderation_settings.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/app-toolkits/d8b6dff6fce6d70795b87aefc56eb02b.png
+2025-03-10 14:54:57,861 - INFO - 已处理图片: ../../../.gitbook/assets/moderation_tet.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-orchestrate/app-toolkits/970c894a68f017def62c0f7253b0f44e.png
+2025-03-10 14:54:57,881 - INFO - 已处理文件: zh_CN/guides/application-orchestrate/app-toolkits/moderation-tool.md
+2025-03-10 14:54:59,680 - INFO - 已处理图片: ../../.gitbook/assets/api_based.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/37827292396877ca167965ccf3b98ff3.png
+2025-03-10 14:55:02,074 - INFO - 已处理图片: ../../.gitbook/assets/weather inquiry.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/905152bc69d94e3e240aef3c513344cb.png
+2025-03-10 14:55:05,218 - INFO - 已处理图片: ../../.gitbook/assets/api_based_extension1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/caaf204151dffef0c86471ac383bd9f8.png
+2025-03-10 14:55:06,785 - INFO - 已处理图片: ../../.gitbook/assets/Weather_search_tool.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/754285fd156db8eca54bd60ac8e49fa7.jpeg
+2025-03-10 14:55:09,014 - INFO - 已处理图片: ../../.gitbook/assets/log.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/5239291022f6060dc8ace1f623e4eb3d.jpeg
+2025-03-10 14:55:09,035 - INFO - 已处理文件: zh_CN/guides/knowledge-base/external-data-tool.md
+2025-03-10 14:55:12,401 - INFO - 已处理图片: ../../../img/zh-integrate-knowledge-within-app.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/8afae1827336fc1fb9f1d3176cf8340c.png
+2025-03-10 14:55:15,504 - INFO - 已处理图片: ../../.gitbook/assets/rerank-flow-chart.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/64007d543f1c5c3f2e87d606d79d04d3.png
+2025-03-10 14:55:20,347 - INFO - 已处理图片: ../../.gitbook/assets/zh-rerank-model-api.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/0fe5ddc692ebbf5fb83bc9096ca0ed61.png
+2025-03-10 14:55:20,359 - INFO - 已处理文件: zh_CN/guides/knowledge-base/integrate-knowledge-within-application.md
+2025-03-10 14:55:20,370 - INFO - 文件无需修改: zh_CN/guides/knowledge-base/README.md
+2025-03-10 14:55:21,795 - INFO - 已处理图片: ../../.gitbook/assets/image (1) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/bd85d53161407ca4272a1799bc2ad4d5.png
+2025-03-10 14:55:24,497 - INFO - 已处理图片: ../../.gitbook/assets/image (353).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/30a088f3dc4f8cf7d572a3e9cece1d4b.png
+2025-03-10 14:55:28,151 - INFO - 已处理图片: ../../.gitbook/assets/image (354).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/2cfb30ee750e6699e168d1dac025383e.png
+2025-03-10 14:55:31,171 - INFO - 已处理图片: ../../.gitbook/assets/image (355).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/5c6add370bb244cc662cc466510e25af.png
+2025-03-10 14:55:34,225 - INFO - 已处理图片: ../../.gitbook/assets/image (356).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/67d5250adf1f8c6ebe5c657b8053d332.png
+2025-03-10 14:55:37,296 - INFO - 已处理图片: ../../.gitbook/assets/image (357).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/0bb82416f70f12d9d502bb31903513aa.png
+2025-03-10 14:55:39,534 - INFO - 已处理图片: ../../.gitbook/assets/image (358).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/6c5ae224b1f4a35459cbfdeed137a53a.png
+2025-03-10 14:55:39,546 - INFO - 已处理文件: zh_CN/guides/knowledge-base/connect-external-knowledge-base.md
+2025-03-10 14:55:39,557 - INFO - 文件无需修改: zh_CN/guides/knowledge-base/external-knowledge-api-documentation.md
+2025-03-10 14:55:42,795 - INFO - 已处理图片: ../../.gitbook/assets/citation-and-attribution.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/c50a37d96be8b631c02483144c226cd7.png
+2025-03-10 14:55:44,992 - INFO - 已处理图片: ../../.gitbook/assets/image (84).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/a70595731965d75bf97b637cf067eabd.png
+2025-03-10 14:55:45,009 - INFO - 已处理文件: zh_CN/guides/knowledge-base/retrieval-test-and-citation.md
+2025-03-10 14:55:45,085 - INFO - 文件无需修改: zh_CN/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md
+2025-03-10 14:55:48,277 - INFO - 已处理图片: ../../../.gitbook/assets/image (231).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/knowledge-and-documents-maintenance/147de6dbf55ce5b8c50610d94dafafb7.png
+2025-03-10 14:55:48,297 - INFO - 已处理文件: zh_CN/guides/knowledge-base/knowledge-and-documents-maintenance/README.md
+2025-03-10 14:55:51,375 - INFO - 已处理图片: ../../../.gitbook/assets/dataset-api-token.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/knowledge-and-documents-maintenance/9c9f592c965ab8cf57ae6160361099bf.png
+2025-03-10 14:55:51,389 - INFO - 已处理文件: zh_CN/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md
+2025-03-10 14:55:51,400 - INFO - 文件无需修改: zh_CN/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.md
+2025-03-10 14:55:51,413 - INFO - 文件无需修改: zh_CN/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.md
+2025-03-10 14:55:51,426 - INFO - 文件无需修改: zh_CN/guides/knowledge-base/create-knowledge-and-upload-documents/README.md
+2025-03-10 14:55:51,437 - INFO - 文件无需修改: zh_CN/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-website.md
+2025-03-10 14:55:51,448 - INFO - 文件无需修改: zh_CN/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/README.md
+2025-03-10 14:55:54,302 - INFO - 已处理图片: ../../../../.gitbook/assets/image (137).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/87e612b70469281ed2ec2c45038daf1e.png
+2025-03-10 14:55:56,573 - INFO - 已处理图片: ../../../../.gitbook/assets/image (138).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/a2e0a30fb3903d8cce6556ed9ecd3951.png
+2025-03-10 14:56:00,494 - INFO - 已处理图片: ../../../../.gitbook/assets/image (139).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/3e7a700f41464d88057e63050c6f2093.png
+2025-03-10 14:56:02,011 - INFO - 已处理图片: ../../../../.gitbook/assets/image (140).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/554557566ef3f56076be1e8542c4cddb.png
+2025-03-10 14:56:02,043 - INFO - 已处理文件: zh_CN/guides/knowledge-base/create-knowledge-and-upload-documents/import-content-data/sync-from-notion.md
+2025-03-10 14:56:02,061 - INFO - 文件无需修改: zh_CN/guides/workflow/shortcut-key.md
+2025-03-10 14:56:05,057 - INFO - 已处理图片: ../../.gitbook/assets/output (5) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/3fdac452ecea5c560f13d74a9e953b1c.png
+2025-03-10 14:56:08,364 - INFO - 已处理图片: ../../.gitbook/assets/output (6) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/c912a260e5164608d210ea690b88a566.png
+2025-03-10 14:56:14,638 - INFO - 已处理图片: ../../.gitbook/assets/output (7) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/af7846c4e92e109547ad4f25d50aea1e.png
+2025-03-10 14:56:14,666 - INFO - 已处理文件: zh_CN/guides/workflow/extract-import-template.md
+2025-03-10 14:56:18,009 - INFO - 已处理图片: ../../.gitbook/assets/image (387).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/90c0e2d9ac9c16b493bb4793b90df548.png
+2025-03-10 14:56:20,932 - INFO - 已处理图片: ../../.gitbook/assets/image (385).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/befa0580cd0b7ab312c2fe85f6fc2ac7.png
+2025-03-10 14:56:24,555 - INFO - 已处理图片: ../../.gitbook/assets/image (386).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/f137939601f9d95112e27ad27cb2aa3a.png
+2025-03-10 14:56:30,774 - INFO - 已处理图片: ../../.gitbook/assets/image (388).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/93f533be37a1f936879379fcaabc2b45.png
+2025-03-10 14:56:34,155 - INFO - 已处理图片: ../../.gitbook/assets/image (389).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/e64569e7d240bf453308e86ec0573178.png
+2025-03-10 14:56:34,216 - INFO - 已处理文件: zh_CN/guides/workflow/bulletin.md
+2025-03-10 14:56:37,331 - INFO - 已处理图片: ../../.gitbook/assets/output (4) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/ea40850e9b8cc216b540362a7425ac5c.png
+2025-03-10 14:56:37,368 - INFO - 已处理文件: zh_CN/guides/workflow/publish.md
+2025-03-10 14:56:40,042 - INFO - 已处理图片: ../../.gitbook/assets/image (379).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/20784cfa167417654a69c10e42e8271b.png
+2025-03-10 14:56:42,580 - INFO - 已处理图片: ../../.gitbook/assets/image (380).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/bc7faa1f2ec9d26d3257f7bacc4b85d9.png
+2025-03-10 14:56:45,051 - INFO - 已处理图片: ../../.gitbook/assets/image (381).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/b18af11da3f339c496193d9732906849.png
+2025-03-10 14:56:47,750 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-12 15.45.45.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/a42d183fa7ba38fa9c9d3bc772c79c29.png
+2025-03-10 14:56:49,802 - INFO - 已处理图片: ../../.gitbook/assets/image (376).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/f6ea094b30b240c999a4248d1fc21a1c.png
+2025-03-10 14:56:52,424 - INFO - 已处理图片: ../../.gitbook/assets/image (5) (2) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/f4d9056c2df7f94ce41d4f281b45a94e.png
+2025-03-10 14:56:52,425 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/img/file-upload-qs-1.avif, 错误: cannot identify image file '/Users/allen/Documents/dify-docs/img/file-upload-qs-1.avif'
+2025-03-10 14:56:52,426 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/img/file-upload-qs-2.avif, 错误: cannot identify image file '/Users/allen/Documents/dify-docs/img/file-upload-qs-2.avif'
+2025-03-10 14:56:55,557 - INFO - 已处理图片: ../../.gitbook/assets/image (3) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/812d1b2f167065e17df8392b2cb3cc8a.png
+2025-03-10 14:56:55,578 - INFO - 已处理文件: zh_CN/guides/workflow/file-upload.md
+2025-03-10 14:56:58,842 - INFO - 已处理图片: ../../.gitbook/assets/image (207).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/65e9ed3fb88e03f631b3862acc2479e4.png
+2025-03-10 14:56:58,883 - INFO - 已处理文件: zh_CN/guides/workflow/README.md
+2025-03-10 14:57:01,957 - INFO - 已处理图片: ../../.gitbook/assets/image (336).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/3a087683b42b421d73bf4f4ed224df9c.png
+2025-03-10 14:57:03,745 - INFO - 已处理图片: ../../.gitbook/assets/image (337).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/4fbde8db25205e6532550e4da688a839.png
+2025-03-10 14:57:05,656 - INFO - 已处理图片: ../../.gitbook/assets/image (339).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/46478beb414087e7ce030017d8cb1fbe.png
+2025-03-10 14:57:08,788 - INFO - 已处理图片: ../../.gitbook/assets/image (335).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/2cd6bb97c75cc3bdaa4a95dd35e637b9.png
+2025-03-10 14:57:10,269 - INFO - 已处理图片: ../../.gitbook/assets/image (340).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/7ec551351c6483ce8fcd93d4d4c6991f.png
+2025-03-10 14:57:11,761 - INFO - 已处理图片: ../../.gitbook/assets/image (341).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/18009cb97167f3efe3e51829b6cec159.png
+2025-03-10 14:57:13,218 - INFO - 已处理图片: ../../.gitbook/assets/image (342).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/ff447ce4bc20f6b51b3497887ad10cf3.png
+2025-03-10 14:57:15,138 - INFO - 已处理图片: ../../.gitbook/assets/image (343).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/e799c7692999cf2b3659777e43e2c85d.png
+2025-03-10 14:57:16,901 - INFO - 已处理图片: ../../.gitbook/assets/image (344).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/b1744a307c6da7f43cf7f5abb0c2c161.png
+2025-03-10 14:57:18,476 - INFO - 已处理图片: ../../.gitbook/assets/image (345).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/799ea5b376f0392fbc16ade2740fffa8.png
+2025-03-10 14:57:20,169 - INFO - 已处理图片: ../../.gitbook/assets/image (349).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/c15a7deb3fc119dfa6e4d91f1dd9c9f2.png
+2025-03-10 14:57:22,811 - INFO - 已处理图片: ../../.gitbook/assets/image (333).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/3a5e12d185efd55f2b84a09da0a61434.png
+2025-03-10 14:57:25,530 - INFO - 已处理图片: ../../.gitbook/assets/image (350).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/5f659f26df129bbeac87e788b62e4f02.png
+2025-03-10 14:57:29,573 - INFO - 已处理图片: ../../.gitbook/assets/image (351).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/ad6acb838b58d2e0c8f99669b24aa20d.png
+2025-03-10 14:57:29,602 - INFO - 已处理文件: zh_CN/guides/workflow/orchestrate-node.md
+2025-03-10 14:57:40,267 - INFO - 已处理图片: ../../.gitbook/assets/image (7) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/98c281d4c2ba2de27d030c05c1fa94d0.png
+2025-03-10 14:57:43,294 - INFO - 已处理图片: ../../.gitbook/assets/image (8) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/dbe0090f61852d9f64311d8537942f94.png
+2025-03-10 14:57:45,051 - INFO - 已处理图片: ../../.gitbook/assets/image (9) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/56d4c6b4accedbae07ef102fb9a7fba4.png
+2025-03-10 14:57:47,706 - INFO - 已处理图片: ../../.gitbook/assets/image (372).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/8f47afd4090475e9cacd8af47155a90d.png
+2025-03-10 14:57:50,112 - INFO - 已处理图片: ../../.gitbook/assets/image (3) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/643585382e7c97cd4d0b726d2679df75.png
+2025-03-10 14:57:54,559 - INFO - 已处理图片: ../../.gitbook/assets/image (16).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/eb8274c2cd9938c0edd89caf60a9b14a.png
+2025-03-10 14:57:54,601 - INFO - 已处理文件: zh_CN/guides/workflow/additional-features.md
+2025-03-10 14:57:57,716 - INFO - 已处理图片: ../../.gitbook/assets/image (19).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/d4ab7983b278b72f38fd258e8a51d34a.png
+2025-03-10 14:57:59,619 - INFO - 已处理图片: ../../.gitbook/assets/image (6) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/fdada394ecab254b146627b25fb30279.png
+2025-03-10 14:58:02,025 - INFO - 已处理图片: ../../.gitbook/assets/环境变量.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/cdc60c0e3d30d1d4e554d6ab6998f28f.jpeg
+2025-03-10 14:58:04,601 - INFO - 已处理图片: ../../.gitbook/assets/会话变量.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/ec977aade2f32a508090d2bb2bee337b.jpeg
+2025-03-10 14:58:04,632 - INFO - 已处理文件: zh_CN/guides/workflow/variables.md
+2025-03-10 14:58:04,648 - INFO - 文件无需修改: zh_CN/guides/workflow/key-concept.md
+2025-03-10 14:58:07,925 - INFO - 已处理图片: ../../../.gitbook/assets/output (3) (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/5ff3e82563c43b41e359c83483fd0f9b.png
+2025-03-10 14:58:07,939 - INFO - 已处理文件: zh_CN/guides/workflow/debug-and-preview/history.md
+2025-03-10 14:58:07,952 - INFO - 文件无需修改: zh_CN/guides/workflow/debug-and-preview/README.md
+2025-03-10 14:58:12,475 - INFO - 已处理图片: ../../../.gitbook/assets/output (8).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/9b88af156ab35bb5b05b00ffc3e84dc7.png
+2025-03-10 14:58:16,008 - INFO - 已处理图片: ../../../.gitbook/assets/output (1) (6).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/b1e0a84aabbafd96897d277d787019de.png
+2025-03-10 14:58:16,047 - INFO - 已处理文件: zh_CN/guides/workflow/debug-and-preview/log.md
+2025-03-10 14:58:19,703 - INFO - 已处理图片: ../../../.gitbook/assets/output (2) (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/16201deaa47a518ff73c983a33ab4002.png
+2025-03-10 14:58:19,736 - INFO - 已处理文件: zh_CN/guides/workflow/debug-and-preview/checklist.md
+2025-03-10 14:58:23,698 - INFO - 已处理图片: ../../../.gitbook/assets/output (7).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/91379dc42d0d815e52ddad0cc5450a46.png
+2025-03-10 14:58:25,704 - INFO - 已处理图片: ../../../.gitbook/assets/output (1) (5).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/b92d7536392b1e1f2423d0e3aa113915.png
+2025-03-10 14:58:29,626 - INFO - 已处理图片: ../../../.gitbook/assets/output (2) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/4c81791508592e0f8019b8ebf8f119ea.png
+2025-03-10 14:58:29,662 - INFO - 已处理文件: zh_CN/guides/workflow/debug-and-preview/yu-lan-yu-yun-hang.md
+2025-03-10 14:58:33,272 - INFO - 已处理图片: ../../../.gitbook/assets/output (3) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/36e547165a5088510c99baee4ce42bcd.png
+2025-03-10 14:58:35,492 - INFO - 已处理图片: ../../../.gitbook/assets/output (4) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/debug-and-preview/040e1051d33b94d35e4683d3c89691a8.png
+2025-03-10 14:58:35,528 - INFO - 已处理文件: zh_CN/guides/workflow/debug-and-preview/step-run.md
+2025-03-10 14:58:35,545 - INFO - 文件无需修改: zh_CN/guides/workflow/error-handling/error-type.md
+2025-03-10 14:58:35,562 - INFO - 文件无需修改: zh_CN/guides/workflow/error-handling/README.md
+2025-03-10 14:58:35,576 - INFO - 文件无需修改: zh_CN/guides/workflow/error-handling/predefined-nodes-failure-logic.md
+2025-03-10 14:58:38,785 - INFO - 已处理图片: ../../../.gitbook/assets/zh-1-9-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/17317ea064e250fc603c32232f0e93d2.png
+2025-03-10 14:58:41,353 - INFO - 已处理图片: ../../../.gitbook/assets/zh-1-9-0 (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/2a6897e97b7ad534afdbe74bd7272426.png
+2025-03-10 14:58:44,006 - INFO - 已处理图片: ../../../.gitbook/assets/zh-1-9-2 (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/41a147e0bfa027b801c09668adec7d19.png
+2025-03-10 14:58:46,937 - INFO - 已处理图片: ../../../.gitbook/assets/zh-agnent-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/312b854ad40f88a079f4ddaf7f99d0ee.png
+2025-03-10 14:58:49,130 - INFO - 已处理图片: ../../../.gitbook/assets/zh-agnent-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/9196af3b81d8b02a8dcd21ac917825a6.png
+2025-03-10 14:58:52,406 - INFO - 已处理图片: ../../../.gitbook/assets/zh-1-9-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/d028e9dc111eca4fe4f7f0b25e75c4b0.png
+2025-03-10 14:58:54,422 - INFO - 已处理图片: ../../../.gitbook/assets/zh-1-9-6.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/2dff44986829dfd100ee03c8eb89f94a.png
+2025-03-10 14:58:54,440 - INFO - 已处理文件: zh_CN/guides/workflow/node/agent.md
+2025-03-10 14:58:56,043 - INFO - 已处理图片: ../../../.gitbook/assets/中文.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/f687e6837515fda2be3e18f656bd2a67.jpeg
+2025-03-10 14:58:58,464 - INFO - 已处理图片: ../../../.gitbook/assets/zh-conversation-var-scenario-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/8ce622d50bd947d829fff85f36bbfa45.png
+2025-03-10 14:59:02,704 - INFO - 已处理图片: ../../../.gitbook/assets/conversation-var-scenario-2-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/c4362b01298b12e7d6fcd9e798f3165a.png
+2025-03-10 14:59:02,762 - INFO - 已处理文件: zh_CN/guides/workflow/node/variable-assigner.md
+2025-03-10 14:59:04,698 - INFO - 已处理图片: ../../../.gitbook/assets/image (209).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/549bd41e839ba2689d7ff286f77f7489.png
+2025-03-10 14:59:06,219 - INFO - 已处理图片: ../../../.gitbook/assets/image (210).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/51f80c553d979e947a9749a9f820b6ab.png
+2025-03-10 14:59:06,244 - INFO - 已处理文件: zh_CN/guides/workflow/node/template.md
+2025-03-10 14:59:08,313 - INFO - 已处理图片: ../../../.gitbook/assets/image (66).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/9119e3f40d71ac845ad1e14f7401ee1f.png
+2025-03-10 14:59:11,008 - INFO - 已处理图片: ../../../.gitbook/assets/image (67).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/342d37bfa31c1d9ab26cd8212be7ee7d.png
+2025-03-10 14:59:13,583 - INFO - 已处理图片: ../../../.gitbook/assets/image (69).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/2171232dfe8a907ebad05cef8b789c9a.png
+2025-03-10 14:59:13,619 - INFO - 已处理文件: zh_CN/guides/workflow/node/parameter-extractor.md
+2025-03-10 14:59:17,268 - INFO - 已处理图片: ../../../.gitbook/assets/image (278).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/7a7c91663c3799ce9d056b013d5df29c.png
+2025-03-10 14:59:20,962 - INFO - 已处理图片: ../../../.gitbook/assets/image (276).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/78e088e16a409cc18552b21bec98bc01.png
+2025-03-10 14:59:24,663 - INFO - 已处理图片: ../../../.gitbook/assets/image (277).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/da33064c784fc44c19b532a6d873cfaf.png
+2025-03-10 14:59:24,702 - INFO - 已处理文件: zh_CN/guides/workflow/node/variable-aggregator.md
+2025-03-10 14:59:28,404 - INFO - 已处理图片: ../../../.gitbook/assets/image (244).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/34eefebfe8737186d89cc3cf2662a99c.png
+2025-03-10 14:59:30,448 - INFO - 已处理图片: ../../../.gitbook/assets/image (74).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/843b0c0899356335c728854821606fc3.png
+2025-03-10 14:59:32,717 - INFO - 已处理图片: ../../../.gitbook/assets/image (250).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/ca3d688cb8644b6e0e1f7ce54256ee34.png
+2025-03-10 14:59:34,784 - INFO - 已处理图片: ../../../.gitbook/assets/image (77).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/a9cb49ad4b8e0dee1f8bb20f49d1fe79.png
+2025-03-10 14:59:34,802 - INFO - 已处理文件: zh_CN/guides/workflow/node/knowledge-retrieval.md
+2025-03-10 14:59:36,488 - INFO - 已处理图片: ../../../.gitbook/assets/image (12).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/c5d46ad8a0d315dbd097824d3d9cc88a.png
+2025-03-10 14:59:39,908 - INFO - 已处理图片: ../../../.gitbook/assets/image (373).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/65f6abbf733b9e3f51c5425637dbec9a.png
+2025-03-10 14:59:42,951 - INFO - 已处理图片: ../../../.gitbook/assets/image (14).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/d17113e0b6601d18686cdfde7ca2f666.png
+2025-03-10 14:59:46,114 - INFO - 已处理图片: ../../../.gitbook/assets/image (4) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/92211d8c7cdf4e00393e97c158ebe5ad.png
+2025-03-10 14:59:46,147 - INFO - 已处理文件: zh_CN/guides/workflow/node/doc-extractor.md
+2025-03-10 14:59:48,766 - INFO - 已处理图片: ../../../.gitbook/assets/image (15).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/522a0c932aab93d4f3970168412f759e.png
+2025-03-10 14:59:51,454 - INFO - 已处理图片: ../../../.gitbook/assets/image (17).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/8c1be5a1270203aeb694872c316cd61e.png
+2025-03-10 14:59:52,990 - INFO - 已处理图片: ../../../.gitbook/assets/image (375).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/ca60c2a982f7a9902c178e4e5503db50.png
+2025-03-10 14:59:53,025 - INFO - 已处理文件: zh_CN/guides/workflow/node/list-operator.md
+2025-03-10 14:59:55,681 - INFO - 已处理图片: ../../../.gitbook/assets/image (52).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/bf2a990493bf60a0278fea7147900fc6.png
+2025-03-10 14:59:59,316 - INFO - 已处理图片: ../../../.gitbook/assets/image (50).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/39c7ad0816891caefed1e9446be541bf.png
+2025-03-10 15:00:01,705 - INFO - 已处理图片: ../../../.gitbook/assets/image (11).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/7519496a273655476305f26b2fa2321d.png
+2025-03-10 15:00:01,738 - INFO - 已处理文件: zh_CN/guides/workflow/node/http-request.md
+2025-03-10 15:00:01,759 - INFO - 文件无需修改: zh_CN/guides/workflow/node/README.md
+2025-03-10 15:00:03,908 - INFO - 已处理图片: ../../../.gitbook/assets/output (2) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/1b1fadb8f838963134fc5c9eb14b5632.png
+2025-03-10 15:00:06,559 - INFO - 已处理图片: ../../../.gitbook/assets/image (95).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/16279b70829e308bcc0c1e73aa1c870f.png
+2025-03-10 15:00:09,640 - INFO - 已处理图片: ../../../.gitbook/assets/image (96).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/19b19eddfb50fdbe880da598e43c24c9.png
+2025-03-10 15:00:09,679 - INFO - 已处理文件: zh_CN/guides/workflow/node/answer.md
+2025-03-10 15:00:12,514 - INFO - 已处理图片: ../../../.gitbook/assets/image (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/2b26dc5f5b088304b65190e14f58423a.png
+2025-03-10 15:00:15,409 - INFO - 已处理图片: ../../../.gitbook/assets/iteration-story-generator.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/91091e9c5297944edb57f509a7294714.png
+2025-03-10 15:00:17,620 - INFO - 已处理图片: ../../../.gitbook/assets/image (262).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/1b371ec3fc8a97831745e530fe8ad50f.png
+2025-03-10 15:00:19,111 - INFO - 已处理图片: ../../../.gitbook/assets/iteration-llm-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/55e2b509c4a7b271a71156dc677e6fb8.png
+2025-03-10 15:00:21,521 - INFO - 已处理图片: ../../../.gitbook/assets/zh-iteration-extract-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/89419f8b96db401014ca399e931e61d0.png
+2025-03-10 15:00:23,912 - INFO - 已处理图片: ../../../.gitbook/assets/image (271).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/eb7735d04b1cb6a6ebde76fe7f0da701.png
+2025-03-10 15:00:26,424 - INFO - 已处理图片: ../../../.gitbook/assets/image (272).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/fe17ddf24ec1689be1ab72200804ed0c.png
+2025-03-10 15:00:28,744 - INFO - 已处理图片: ../../../.gitbook/assets/image (274).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/17fe8533d1649d541e47390db2d1cf92.png
+2025-03-10 15:00:31,904 - INFO - 已处理图片: ../../../.gitbook/assets/image (273).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/a032a01e49387e7bdc2e0038aa3650b3.png
+2025-03-10 15:00:35,592 - INFO - 已处理图片: ../../../.gitbook/assets/image (55).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/6378e5eb85ce9760d7ef642ea555b268.png
+2025-03-10 15:00:37,421 - INFO - 已处理图片: ../../../.gitbook/assets/image (8).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/d412f5048cd544b90b829662f64f9593.png
+2025-03-10 15:00:40,269 - INFO - 已处理图片: ../../../.gitbook/assets/image (10).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/adbc49bfb14e0de6d1a72ccccc30cdd0.png
+2025-03-10 15:00:42,679 - INFO - 已处理图片: ../../../.gitbook/assets/image (264).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/2faff6c41d45191307296a52a406b776.png
+2025-03-10 15:00:45,464 - INFO - 已处理图片: ../../../.gitbook/assets/image (265).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/66ec57db7558ca372fe847834e201a52.png
+2025-03-10 15:00:48,072 - INFO - 已处理图片: ../../../.gitbook/assets/image (54).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/d6a2ca50f2484eedea2ff7ca5efb2bb5.png
+2025-03-10 15:00:50,537 - INFO - 已处理图片: ../../../.gitbook/assets/image (56).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/ebc414466340c323d2eb1b6c7056360d.png
+2025-03-10 15:00:50,570 - INFO - 已处理文件: zh_CN/guides/workflow/node/iteration.md
+2025-03-10 15:00:53,623 - INFO - 已处理图片: ../../../.gitbook/assets/zh-node-llm-prompt-generator.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/727e40ef04a4df13d3bef82ad02e73f1.png
+2025-03-10 15:00:56,510 - INFO - 已处理图片: ../../../.gitbook/assets/image (71).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/0356bf3a8c46660181707da6f736386f.png
+2025-03-10 15:00:59,812 - INFO - 已处理图片: ../../../.gitbook/assets/image (251).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/778b40e25d203a5da9dddd9d8d7063a1.png
+2025-03-10 15:01:03,040 - INFO - 已处理图片: ../../../.gitbook/assets/zh-node-llm.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/a986b3bb34a57a9440bcbf7a54c2467e.png
+2025-03-10 15:01:06,083 - INFO - 已处理图片: ../../../.gitbook/assets/image (253).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/cc96ca72400fb81aca6936908d667478.png
+2025-03-10 15:01:09,181 - INFO - 已处理图片: ../../../.gitbook/assets/image (371).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/2b2a9dac18c8b723ccdb620d7c003bd3.png
+2025-03-10 15:01:12,996 - INFO - 已处理图片: ../../../.gitbook/assets/image (255).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/b8642f8c6e3f562fceeefae83628fd68.png
+2025-03-10 15:01:15,539 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-10-18 10.45.17.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/74a93d9b4982a8ad4d046dc9fb290b2d.png
+2025-03-10 15:01:17,778 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-10-18 11.08.59.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/a117606125cbc65573f201738cd0af6e.png
+2025-03-10 15:01:21,482 - INFO - 已处理图片: ../../../.gitbook/assets/image (256).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/1251058e2c87948a2015f4b74d9fc935.png
+2025-03-10 15:01:24,444 - INFO - 已处理图片: ../../../.gitbook/assets/image (2) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/f64735b701bc77133391a5b7d55ff7d1.png
+2025-03-10 15:01:24,481 - INFO - 已处理文件: zh_CN/guides/workflow/node/llm.md
+2025-03-10 15:01:25,952 - INFO - 已处理图片: ../../../.gitbook/assets/image (208).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/9969aa1bc1912aebe366f5d8f5dde296.png
+2025-03-10 15:01:29,461 - INFO - 已处理图片: ../../../.gitbook/assets/image (370).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/d1fe121991c51b26b66d42a55b18fb57.png
+2025-03-10 15:01:29,498 - INFO - 已处理文件: zh_CN/guides/workflow/node/code.md
+2025-03-10 15:01:32,566 - INFO - 已处理图片: ../../../.gitbook/assets/image (284).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/50152cf67089446181819755a5fa2dcb.png
+2025-03-10 15:01:35,947 - INFO - 已处理图片: ../../../.gitbook/assets/output (5).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/04cddaa15398cd7c905275234494ead7.png
+2025-03-10 15:01:39,527 - INFO - 已处理图片: ../../../.gitbook/assets/output (1) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/3cb3f5fea376265bede0a4ac5bcc1ddc.png
+2025-03-10 15:01:39,560 - INFO - 已处理文件: zh_CN/guides/workflow/node/end.md
+2025-03-10 15:01:42,315 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/c4a9bb46f636807f0b59710724fddc40.png
+2025-03-10 15:01:45,002 - INFO - 已处理图片: ../../../.gitbook/assets/image (4) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/400679ae5cbbcd5dc0f84ec5861efc85.png
+2025-03-10 15:01:45,002 - INFO - 跳过远程图片: https://docs.dify.ai/~gitbook/image?url=https%3A%2F%2F1288284732-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FCdDIVDY6AtAz028MFT4d%252Fuploads%252FrN6uw5MOfjV2xsDnQsV1%252Fimage.png%3Falt%3Dmedia%26token%3D309a9336-7bd7-4ef6-8621-779538245e25&width=768&dpr=4&quality=100&sign=9d7d625a&sv=1
+2025-03-10 15:01:45,003 - INFO - 跳过远程图片: https://docs.dify.ai/~gitbook/image?url=https%3A%2F%2F1288284732-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FCdDIVDY6AtAz028MFT4d%252Fuploads%252FnEabPflR315QnAEeLhLN%252Fimage.png%3Falt%3Dmedia%26token%3D1f475f55-7d2f-4a79-afa0-ca4b1b803e49&width=768&dpr=4&quality=100&sign=c46697af&sv=1
+2025-03-10 15:01:45,018 - INFO - 已处理文件: zh_CN/guides/workflow/node/start.md
+2025-03-10 15:01:47,777 - INFO - 已处理图片: ../../../.gitbook/assets/zh-if-else-elif.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/c9655478c988a816a99485f50467049e.png
+2025-03-10 15:01:50,303 - INFO - 已处理图片: ../../../.gitbook/assets/image (73).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/c3bf3ebe6bc8709f5bc5099eb1242845.png
+2025-03-10 15:01:50,342 - INFO - 已处理文件: zh_CN/guides/workflow/node/ifelse.md
+2025-03-10 15:01:53,860 - INFO - 已处理图片: ../../../.gitbook/assets/image (80).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/465d730a4b7eaa2005e7268a086bdd1a.png
+2025-03-10 15:01:55,965 - INFO - 已处理图片: ../../../.gitbook/assets/image (81).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/923c4cbc6956fe8925895b812802a24b.png
+2025-03-10 15:01:55,988 - INFO - 已处理文件: zh_CN/guides/workflow/node/question-classifier.md
+2025-03-10 15:01:57,495 - INFO - 已处理图片: ../../../.gitbook/assets/image (282).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/736875fbb1b73f0b027d9f2b9063db32.png
+2025-03-10 15:02:00,659 - INFO - 已处理图片: ../../../.gitbook/assets/image (283).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/workflow/node/84a6ab75de95d2362d88cda8995c2d45.png
+2025-03-10 15:02:00,696 - INFO - 已处理文件: zh_CN/guides/workflow/node/tools.md
+2025-03-10 15:02:03,580 - INFO - 已处理图片: ../../.gitbook/assets/image (69) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/1e2e8c9adc620f9d6b4ea157119e8659.png
+2025-03-10 15:02:07,414 - INFO - 已处理图片: ../../.gitbook/assets/image (40) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/f5a5e95e1120906669b3c1ad4e186dea.png
+2025-03-10 15:02:07,431 - INFO - 已处理文件: zh_CN/guides/application-publishing/embedding-in-websites.md
+2025-03-10 15:02:10,227 - INFO - 已处理图片: ../../.gitbook/assets/api-access.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/97ff5a5d3fd280c617af917ca6c09322.png
+2025-03-10 15:02:10,242 - INFO - 已处理文件: zh_CN/guides/application-publishing/developing-with-apis.md
+2025-03-10 15:02:10,258 - INFO - 文件无需修改: zh_CN/guides/application-publishing/README.md
+2025-03-10 15:02:10,273 - INFO - 文件无需修改: zh_CN/guides/application-publishing/based-on-frontend-templates.md
+2025-03-10 15:02:12,849 - INFO - 已处理图片: ../../../.gitbook/assets/image (63) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/ea12b7209fcaad39d92b6c54c296f9cd.png
+2025-03-10 15:02:15,417 - INFO - 已处理图片: ../../../.gitbook/assets/image (94) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/852c2412400eccbc17fa5be9794b7c47.png
+2025-03-10 15:02:17,810 - INFO - 已处理图片: ../../../.gitbook/assets/image (26) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/b3a455772b1e0da2f6088905481a605f.png
+2025-03-10 15:02:19,841 - INFO - 已处理图片: ../../../.gitbook/assets/image (47) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/4cc8ee74dbc85e009897f9724f700f37.png
+2025-03-10 15:02:21,380 - INFO - 已处理图片: ../../../.gitbook/assets/image (51) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/04424010033e55d31ac4b559ab1d7c7a.png
+2025-03-10 15:02:23,723 - INFO - 已处理图片: ../../../.gitbook/assets/image (77) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/276c48b41e13ee93056dcc0ccd26f17c.png
+2025-03-10 15:02:26,569 - INFO - 已处理图片: ../../../.gitbook/assets/image (79) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/3a64c79792f1166301403f6c44cf4c85.png
+2025-03-10 15:02:26,597 - INFO - 已处理文件: zh_CN/guides/application-publishing/launch-your-webapp-quickly/conversation-application.md
+2025-03-10 15:02:26,618 - INFO - 文件无需修改: zh_CN/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.md
+2025-03-10 15:02:29,559 - INFO - 已处理图片: ../../../.gitbook/assets/web-app-settings.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/ca94e364058430d6266550c6061a97f2.png
+2025-03-10 15:02:32,190 - INFO - 已处理图片: ../../../.gitbook/assets/public-web-app.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/d16321015fff38377b45c976257e3f6e.png
+2025-03-10 15:02:32,212 - INFO - 已处理文件: zh_CN/guides/application-publishing/launch-your-webapp-quickly/README.md
+2025-03-10 15:02:33,812 - INFO - 已处理图片: ../../../.gitbook/assets/image (58) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/c211c29aa03c4985bc5a90d2a6903e59.png
+2025-03-10 15:02:35,601 - INFO - 已处理图片: ../../../.gitbook/assets/image (73) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/1983dbeda4308ce4d4ee592db91d264b.png
+2025-03-10 15:02:39,218 - INFO - 已处理图片: ../../../.gitbook/assets/image (36) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/e39c10e8f250ab3446466f2b85601798.png
+2025-03-10 15:02:43,927 - INFO - 已处理图片: ../../../.gitbook/assets/image (70) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/2ff10da8d0d9a728531ccdb8edc10ad4.png
+2025-03-10 15:02:47,133 - INFO - 已处理图片: ../../../.gitbook/assets/image (57) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/fff0654787d9b26fefc7b38a8b1e1233.png
+2025-03-10 15:02:50,807 - INFO - 已处理图片: ../../../.gitbook/assets/image (39) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/application-publishing/launch-your-webapp-quickly/9436fc90b8af59afd2e654f29f614c6e.png
+2025-03-10 15:02:50,833 - INFO - 已处理文件: zh_CN/guides/application-publishing/launch-your-webapp-quickly/text-generator.md
+2025-03-10 15:02:54,817 - INFO - 已处理图片: ../../.gitbook/assets/image (94).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/83974553fee361687db31bda35198013.png
+2025-03-10 15:02:54,844 - INFO - 已处理文件: zh_CN/guides/monitoring/analysis.md
+2025-03-10 15:02:58,391 - INFO - 已处理图片: ../../.gitbook/assets/image (49).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/45c8580f167e27c9e26784b5426987d0.png
+2025-03-10 15:02:58,418 - INFO - 已处理文件: zh_CN/guides/monitoring/README.md
+2025-03-10 15:03:00,952 - INFO - 已处理图片: ../../../.gitbook/assets/image (300).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/75bed34765ed7d0e933a0069ecb094dd.png
+2025-03-10 15:03:04,433 - INFO - 已处理图片: ../../../.gitbook/assets/image (302).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/26cfbb94e312a100c39e217fdd0b4406.png
+2025-03-10 15:03:07,812 - INFO - 已处理图片: ../../../.gitbook/assets/image (304).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/2ed72a6761f2977201c29e67e5bc634c.png
+2025-03-10 15:03:10,111 - INFO - 已处理图片: ../../../.gitbook/assets/image (303).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/3c3fbd5392d37fbccf1f9ef76c54f0bc.png
+2025-03-10 15:03:12,596 - INFO - 已处理图片: ../../../.gitbook/assets/image (305).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/a2ff67951ce300082d875eae8458c8c7.png
+2025-03-10 15:03:16,157 - INFO - 已处理图片: ../../../.gitbook/assets/image (306).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/0eea1c32267c651ea799cbb6ad1f5052.png
+2025-03-10 15:03:18,536 - INFO - 已处理图片: ../../../.gitbook/assets/image (307).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/fe19c8989b14e80420beb3d704b518db.png
+2025-03-10 15:03:20,034 - INFO - 已处理图片: ../../../.gitbook/assets/image (308).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/9caa62e2a91f1f8470b4fa13a104251c.png
+2025-03-10 15:03:23,825 - INFO - 已处理图片: ../../../.gitbook/assets/image (310).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/3021f46e89ea94af506b1436891c1a56.png
+2025-03-10 15:03:25,826 - INFO - 已处理图片: ../../../.gitbook/assets/image (309).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/b5b48b5a3a1a917f137171290e1c3b0c.png
+2025-03-10 15:03:28,778 - INFO - 已处理图片: ../../../.gitbook/assets/image (26).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/de3b4e21db7fd39b4fa4cb4d54d1079e.png
+2025-03-10 15:03:28,812 - INFO - 已处理文件: zh_CN/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.md
+2025-03-10 15:03:28,849 - INFO - 文件无需修改: zh_CN/guides/monitoring/integrate-external-ops-tools/integrate-opik.md
+2025-03-10 15:03:32,244 - INFO - 已处理图片: ../../../.gitbook/assets/image (29).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/58e20105fcc0771ca2431e8e5dcc42d3.png
+2025-03-10 15:03:35,481 - INFO - 已处理图片: ../../../.gitbook/assets/image (36).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/642c0ff7edfdfe77fba43aa22cc3fa71.png
+2025-03-10 15:03:38,579 - INFO - 已处理图片: ../../../.gitbook/assets/image (37).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/c49a1fc769215193928ff0d880422f89.png
+2025-03-10 15:03:41,881 - INFO - 已处理图片: ../../../.gitbook/assets/image (32).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/7082286b0d12af4bc0c84d9a3acf8b1b.png
+2025-03-10 15:03:44,916 - INFO - 已处理图片: ../../../.gitbook/assets/image (34).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/75a69bd4dd02f0ffc0313589ae12fb36.png
+2025-03-10 15:03:48,265 - INFO - 已处理图片: ../../../.gitbook/assets/image (38).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/723e96a13e8f722d6df714b11ffd0bb1.png
+2025-03-10 15:03:51,191 - INFO - 已处理图片: ../../../.gitbook/assets/image (40).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/b6578e410979cdb9da901aedc94a444d.png
+2025-03-10 15:03:53,846 - INFO - 已处理图片: ../../../.gitbook/assets/image (41).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/27173b2503ca7241b084f7cbd17cdb4c.png
+2025-03-10 15:03:56,355 - INFO - 已处理图片: ../../../.gitbook/assets/image (44).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/a4e9df6427c7914e1eef6af78d71f408.png
+2025-03-10 15:03:59,922 - INFO - 已处理图片: ../../../.gitbook/assets/image (46).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/a0e7b21d56ecf9313f1bd48913f0a74b.png
+2025-03-10 15:04:03,531 - INFO - 已处理图片: ../../../.gitbook/assets/image (28).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/2833b2ffa20927b5328e9624b065beea.png
+2025-03-10 15:04:07,371 - INFO - 已处理图片: ../../../.gitbook/assets/image (47).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/guides/monitoring/integrate-external-ops-tools/c40e522f1ffe9fc50411dd7feaf937ed.png
+2025-03-10 15:04:07,396 - INFO - 已处理文件: zh_CN/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.md
+2025-03-10 15:04:07,414 - INFO - 文件无需修改: zh_CN/guides/monitoring/integrate-external-ops-tools/README.md
+2025-03-10 15:04:07,429 - INFO - 文件无需修改: zh_CN/community/contribution.md
+2025-03-10 15:04:09,419 - INFO - 已处理图片: ../.gitbook/assets/zh-docs-contribution.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/zh_CN/community/5558460f6bd4aa9153439595e9603dc7.png
+2025-03-10 15:04:09,455 - INFO - 已处理文件: zh_CN/community/docs-contribution.md
+2025-03-10 15:04:09,475 - INFO - 文件无需修改: zh_CN/community/support.md
+2025-03-10 15:04:09,491 - INFO - 文件无需修改: _book/zh_CN/learn-more/faq/install-faq.md
+2025-03-10 15:04:09,506 - INFO - 文件无需修改: jp/SUMMARY.md
+2025-03-10 15:04:09,520 - INFO - 文件无需修改: jp/README.md
+2025-03-10 15:04:09,533 - INFO - 文件无需修改: jp/workshop/README.md
+2025-03-10 15:04:11,214 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-12-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/05ff829cf382e82c9ece2676032d2383.png
+2025-03-10 15:04:12,802 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/f73d82756bdf93c8863ac0b1f55fa5af.png
+2025-03-10 15:04:15,071 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-2-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/bcc961ffc8a341c8ba3137e475072f99.png
+2025-03-10 15:04:17,572 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-3-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/4b4102f9027e2bda3fc520eaa8ea2354.png
+2025-03-10 15:04:20,550 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-4-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/0fda6e81dc23974576ddc21bda96e26d.png
+2025-03-10 15:04:25,207 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-5-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/b250952afad12b39613aa27da5335fa3.png
+2025-03-10 15:04:27,310 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-6-ja.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/67e8927a4b0dbfbfc81bcf0e5822bef2.png
+2025-03-10 15:04:30,050 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-7-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/139ac0d2f4a10e2ec0e191457f4687a1.png
+2025-03-10 15:04:32,856 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-8-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/9045dbab8600e9c9d9632add787f26a6.png
+2025-03-10 15:04:34,531 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-9-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/47edc14c1d3c68eeb4ee4807b35df185.png
+2025-03-10 15:04:36,673 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-10-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/6e1c3dd63925fd9ba60568deb2602044.png
+2025-03-10 15:04:38,685 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-11-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/539060be4e014126f9c5fc96c53dc5a4.png
+2025-03-10 15:04:41,728 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-12-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/05ff829cf382e82c9ece2676032d2383.png
+2025-03-10 15:04:43,343 - INFO - 已处理图片: ../../../img/workshop/prompt-gen-1-jp.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/92fcf94a052db4ec2a4e1f659c55ae46.png
+2025-03-10 15:04:45,813 - INFO - 已处理图片: ../../../img/workshop/prompt-gen-2-jp.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/a4ef4938ec2ca77d529fa55752c734e0.png
+2025-03-10 15:04:47,615 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-13-jp.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/86ecde526fb91c40c790a34fdfaee5e4.png
+2025-03-10 15:04:50,569 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-14-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/d2d883d887272786ee19d97894cbb307.png
+2025-03-10 15:04:52,844 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-15-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/06dcf569989d797919fbe49ab8d5cadc.png
+2025-03-10 15:04:55,240 - INFO - 已处理图片: ../../../img/workshop/build-ai-image-generation-app-16-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/828b27d1a873ff7b4b44f76d93229225.png
+2025-03-10 15:04:55,267 - INFO - 已处理文件: jp/workshop/basic/build-ai-image-generation-app.md
+2025-03-10 15:04:57,749 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (368).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/cf8870ff01bfb944da7ddbd073e9cc41.png
+2025-03-10 15:05:00,779 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/travel-assistant-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/e9726a2e68cbe8f957f8394b5ca47049.png
+2025-03-10 15:05:03,124 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/travel-assistant-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/516c649bc0d8f2d1c81ba8b5bb28638c.png
+2025-03-10 15:05:04,842 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/travel-assistant-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/53ebce24e49543b83d6c5581525d4e30.png
+2025-03-10 15:05:07,246 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/travel-assistant-5.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/6799204e6259ab41f22f85e285466c22.png
+2025-03-10 15:05:09,241 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (369).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/basic/927260e8e6198b98f3b9406f856c0240.png
+2025-03-10 15:05:09,260 - INFO - 已处理文件: jp/workshop/basic/travel-assistant.md
+2025-03-10 15:05:09,276 - INFO - 文件无需修改: jp/workshop/basic/README.md
+2025-03-10 15:05:11,829 - INFO - 已处理图片: ../../../en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-03_08.51.29.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/4b4102f9027e2bda3fc520eaa8ea2354.png
+2025-03-10 15:05:13,553 - INFO - 已处理图片: ../../.gitbook/assets/twitter_LLM_Providers.webp -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/0cc645cbf984c7ed90b4e4fc639e45a7.webp
+2025-03-10 15:05:22,893 - INFO - 已处理图片: ../../../en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_20.37.09.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/b2955735f5c122d8a2fc08ef13654239.png
+2025-03-10 15:05:25,386 - INFO - 已处理图片: ../../.gitbook/assets/twitter_chatflow.webp -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/e35a7a9bcd3c96fbc28c41d9e0bebe7c.webp
+2025-03-10 15:05:32,004 - INFO - 已处理图片: ../../../en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_22.44.44.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/baee341b771d1cd77780fd4845b467b2.png
+2025-03-10 15:05:32,065 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/twitter_init.webp, 错误: unknown file extension:
+2025-03-10 15:05:34,291 - INFO - 已处理图片: ../../../en/.gitbook/assets/image (114).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/bad3185d9f2c92994c24de65a5414182.png
+2025-03-10 15:05:35,775 - INFO - 已处理图片: ../../.gitbook/assets/twitter_add_input.webp -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/0d77379c7c224bd6bd738e54ccc2ec5e.webp
+2025-03-10 15:05:38,218 - INFO - 已处理图片: ../../../en/.gitbook/assets/7d5de1cce4426f70f448402d7812bd040d681c225e49a2de66b59cbde66ba834.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/e5523ba1f801f4009b74e7cf03e2ef2f.png
+2025-03-10 15:05:38,221 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_19.43.21%20(1).png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_19.43.21%20(1).png'
+2025-03-10 15:05:40,488 - INFO - 已处理图片: ../../.gitbook/assets/twitter_add_http.webp -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/4524d29962bc9cc3c96e6d87376622da.webp
+2025-03-10 15:05:43,286 - INFO - 已处理图片: ../../../en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_22.55.20.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/c99b66ac8d30289615a8869bae5a6455.png
+2025-03-10 15:05:45,385 - INFO - 已处理图片: ../../.gitbook/assets/twitter_http_1.webp -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/b022eeb088377ff9b62866c8de03f642.webp
+2025-03-10 15:05:47,953 - INFO - 已处理图片: ../../../en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.02.04.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/51f9350677acb396bad5841fa80c903c.png
+2025-03-10 15:05:50,022 - INFO - 已处理图片: ../../.gitbook/assets/twitter_http_2.webp -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/bf75a9783dc263df37d08d183d745fa4.webp
+2025-03-10 15:05:52,273 - INFO - 已处理图片: ../../../en/.gitbook/assets/CleanShot 2024-10-07 at 21.44.50@2x.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/094b96e513169a47f1749e46e1357893.png
+2025-03-10 15:05:54,967 - INFO - 已处理图片: ../../../en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.35.38.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/46f4e15ac1e9d3ca3f47dc5bb921ff01.png
+2025-03-10 15:05:57,501 - INFO - 已处理图片: ../../.gitbook/assets/twitter_llm.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/46f4e15ac1e9d3ca3f47dc5bb921ff01.png
+2025-03-10 15:06:00,348 - INFO - 已处理图片: ../../../en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.41.03.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/a25b122dfa14f0c65fcd3498ccf1898e.png
+2025-03-10 15:06:02,858 - INFO - 已处理图片: ../../.gitbook/assets/twitter_llm_test.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/a019cbc5a970c786e129af8cc987b121.png
+2025-03-10 15:06:05,967 - INFO - 已处理图片: ../../.gitbook/assets/twitter_test_llm.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/835a01082e74723138d9f97bee0c6c4b.png
+2025-03-10 15:06:06,049 - INFO - 已处理文件: jp/workshop/intermediate/twitter-chatflow.md
+2025-03-10 15:06:06,072 - INFO - 文件无需修改: jp/workshop/intermediate/README.md
+2025-03-10 15:06:08,706 - INFO - 已处理图片: ../../../en/.gitbook/assets/截屏2024-10-21 15.21.21.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/bc4b1492bd10ef782457ec6a709997f9.png
+2025-03-10 15:06:11,485 - INFO - 已处理图片: ../../../en/.gitbook/assets/截屏2024-10-22 08.56.33.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/cc9cbf8b718b8abbf84cd8649a08c1a3.png
+2025-03-10 15:06:14,807 - INFO - 已处理图片: ../../../en/.gitbook/assets/截屏2024-10-22 09.10.17.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/8eff802e3e1e3da466c5dc9ac56c50f2.png
+2025-03-10 15:06:17,469 - INFO - 已处理图片: ../../../en/.gitbook/assets/截屏2024-10-22 09.11.28.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workshop/intermediate/287690e1fef87af270c0d5020d25d6cf.png
+2025-03-10 15:06:17,493 - INFO - 已处理文件: jp/workshop/intermediate/article-reader.md
+2025-03-10 15:06:17,509 - INFO - 文件无需修改: jp/development/backend/README.md
+2025-03-10 15:06:17,525 - INFO - 文件无需修改: jp/development/backend/sandbox/contribution.md
+2025-03-10 15:06:17,541 - INFO - 文件无需修改: jp/development/backend/sandbox/README.md
+2025-03-10 15:06:17,556 - INFO - 文件无需修改: jp/development/models-integration/openllm.md
+2025-03-10 15:06:20,786 - INFO - 已处理图片: ../../.gitbook/assets/image (16).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/6945f8e7a0ae88d1f67f988d53d420bd.png
+2025-03-10 15:06:20,823 - INFO - 已处理文件: jp/development/models-integration/xinference.md
+2025-03-10 15:06:23,961 - INFO - 已处理图片: ../../../en/.gitbook/assets/image (115).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/c02feef6b054be16639ecd23ce10b605.png
+2025-03-10 15:06:24,001 - INFO - 已处理文件: jp/development/models-integration/litellm.md
+2025-03-10 15:06:26,167 - INFO - 已处理图片: ../../.gitbook/assets/ollama.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/4b23476f2be72e5c1acb9a3e5714b191.png
+2025-03-10 15:06:26,168 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/ollama-config-en.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/jp/.gitbook/assets/ollama-config-en.png'
+2025-03-10 15:06:28,687 - INFO - 已处理图片: ../../.gitbook/assets/jp-ollama-use-model.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/aa3207efbcc2121ae5e03b233c90167a.png
+2025-03-10 15:06:28,796 - INFO - 已处理文件: jp/development/models-integration/ollama.md
+2025-03-10 15:06:32,119 - INFO - 已处理图片: ../../../en/.gitbook/assets/gpustack-deploy-llm.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/35f535a6bb3023aa69a3fdafbdb0c8f3.png
+2025-03-10 15:06:35,557 - INFO - 已处理图片: ../../../en/.gitbook/assets/add-gpustack-llm.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/8e8851fec5a1515a2284aad68b90ad40.png
+2025-03-10 15:06:35,594 - INFO - 已处理文件: jp/development/models-integration/gpustack.md
+2025-03-10 15:06:35,620 - INFO - 文件无需修改: jp/development/models-integration/README.md
+2025-03-10 15:06:35,641 - INFO - 文件无需修改: jp/development/models-integration/aws-bedrock-deepseek.md
+2025-03-10 15:06:38,370 - INFO - 已处理图片: ../../.gitbook/assets/image (14) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/af8a771b1e71152837e0f25b87a4471e.png
+2025-03-10 15:06:40,331 - INFO - 已处理图片: ../../.gitbook/assets/image (7) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/dc5a5584cef16fe76595058d37043546.png
+2025-03-10 15:06:43,382 - INFO - 已处理图片: ../../.gitbook/assets/image (8) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/248a80fb0dac520e690cb122dbe91324.png
+2025-03-10 15:06:46,044 - INFO - 已处理图片: ../../.gitbook/assets/image (23).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/39a93c21134d99b3db9cafa8123a35ed.png
+2025-03-10 15:06:48,411 - INFO - 已处理图片: ../../.gitbook/assets/image (10) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/0821340197577ff126440b2558446890.png
+2025-03-10 15:06:51,170 - INFO - 已处理图片: ../../.gitbook/assets/image (11) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/f7582adc0937dc4f038e462b578d9c17.png
+2025-03-10 15:06:52,752 - INFO - 已处理图片: ../../.gitbook/assets/image (13) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/30c38995813c0d05c35c42dc0f1d467c.png
+2025-03-10 15:06:55,588 - INFO - 已处理图片: ../../.gitbook/assets/jp-hugging-face-t2t.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/0c747dc499163323bcbd432396e4c3e1.png
+2025-03-10 15:06:57,705 - INFO - 已处理图片: ../../.gitbook/assets/image (97).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/6a8908cace5b287070577bf555d69b0c.png
+2025-03-10 15:06:57,741 - INFO - 已处理文件: jp/development/models-integration/hugging-face.md
+2025-03-10 15:06:59,883 - INFO - 已处理图片: ../../.gitbook/assets/jp-replicate-model.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/12445212e76936e28dddf328c6372750.png
+2025-03-10 15:07:02,355 - INFO - 已处理图片: ../../.gitbook/assets/image (5) (1) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/development/models-integration/95e2ad371c82ef7ef641192f2bf1a1f8.png
+2025-03-10 15:07:02,393 - INFO - 已处理文件: jp/development/models-integration/replicate.md
+2025-03-10 15:07:02,414 - INFO - 文件无需修改: jp/development/models-integration/localai.md
+2025-03-10 15:07:02,431 - INFO - 文件无需修改: jp/development/migration/README.md
+2025-03-10 15:07:02,446 - INFO - 文件无需修改: jp/development/migration/migrate-to-v1.md
+2025-03-10 15:07:02,462 - INFO - 文件无需修改: jp/plugins/faq.md
+2025-03-10 15:07:02,477 - INFO - 文件无需修改: jp/plugins/introduction.md
+2025-03-10 15:07:02,513 - INFO - 文件无需修改: jp/plugins/manage-plugins.md
+2025-03-10 15:07:02,530 - INFO - 文件无需修改: jp/plugins/publish-plugins/publish-plugin-on-personal-github-repo.md
+2025-03-10 15:07:02,548 - INFO - 文件无需修改: jp/plugins/publish-plugins/README.md
+2025-03-10 15:07:02,563 - INFO - 文件无需修改: jp/plugins/publish-plugins/package-plugin-file-and-publish.md
+2025-03-10 15:07:02,579 - INFO - 文件无需修改: jp/plugins/publish-plugins/publish-to-dify-marketplace/README.md
+2025-03-10 15:07:02,597 - INFO - 文件无需修改: jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.md
+2025-03-10 15:07:02,612 - INFO - 文件无需修改: jp/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.md
+2025-03-10 15:07:02,628 - INFO - 文件无需修改: jp/plugins/schema-definition/agent.md
+2025-03-10 15:07:02,644 - INFO - 文件无需修改: jp/plugins/schema-definition/endpoint.md
+2025-03-10 15:07:02,659 - INFO - 文件无需修改: jp/plugins/schema-definition/general-specifications.md
+2025-03-10 15:07:02,679 - INFO - 文件无需修改: jp/plugins/schema-definition/tool.md
+2025-03-10 15:07:02,697 - INFO - 文件无需修改: jp/plugins/schema-definition/persistent-storage.md
+2025-03-10 15:07:02,714 - INFO - 文件无需修改: jp/plugins/schema-definition/README.md
+2025-03-10 15:07:02,731 - INFO - 文件无需修改: jp/plugins/schema-definition/manifest.md
+2025-03-10 15:07:02,748 - INFO - 文件无需修改: jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.md
+2025-03-10 15:07:02,764 - INFO - 文件无需修改: jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.md
+2025-03-10 15:07:02,781 - INFO - 文件无需修改: jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.md
+2025-03-10 15:07:02,797 - INFO - 文件无需修改: jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.md
+2025-03-10 15:07:02,815 - INFO - 文件无需修改: jp/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.md
+2025-03-10 15:07:02,832 - INFO - 文件无需修改: jp/plugins/schema-definition/model/model-schema.md
+2025-03-10 15:07:02,848 - INFO - 文件无需修改: jp/plugins/schema-definition/model/README.md
+2025-03-10 15:07:02,866 - INFO - 文件无需修改: jp/plugins/schema-definition/model/model-designing-rules.md
+2025-03-10 15:07:02,883 - INFO - 文件无需修改: jp/plugins/quick-start/install-plugins.md
+2025-03-10 15:07:02,899 - INFO - 文件无需修改: jp/plugins/quick-start/README.md
+2025-03-10 15:07:02,916 - INFO - 文件无需修改: jp/plugins/quick-start/debug-plugin.md
+2025-03-10 15:07:02,933 - INFO - 文件无需修改: jp/plugins/quick-start/develop-plugins/extension-plugin.md
+2025-03-10 15:07:02,950 - INFO - 文件无需修改: jp/plugins/quick-start/develop-plugins/agent-strategy-plugin.md
+2025-03-10 15:07:02,967 - INFO - 文件无需修改: jp/plugins/quick-start/develop-plugins/README.md
+2025-03-10 15:07:02,985 - INFO - 文件无需修改: jp/plugins/quick-start/develop-plugins/tool-plugin.md
+2025-03-10 15:07:03,002 - INFO - 文件无需修改: jp/plugins/quick-start/develop-plugins/bundle.md
+2025-03-10 15:07:03,020 - INFO - 文件无需修改: jp/plugins/quick-start/develop-plugins/initialize-development-tools.md
+2025-03-10 15:07:03,037 - INFO - 文件无需修改: jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.md
+2025-03-10 15:07:03,055 - INFO - 文件无需修改: jp/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.md
+2025-03-10 15:07:03,072 - INFO - 文件无需修改: jp/plugins/quick-start/develop-plugins/model-plugin/customizable-model.md
+2025-03-10 15:07:03,089 - INFO - 文件无需修改: jp/plugins/quick-start/develop-plugins/model-plugin/README.md
+2025-03-10 15:07:03,107 - INFO - 文件无需修改: jp/plugins/best-practice/develop-a-slack-bot-plugin.md
+2025-03-10 15:07:03,126 - INFO - 文件无需修改: jp/plugins/best-practice/README.md
+2025-03-10 15:07:04,816 - INFO - 已处理图片: ../explore/images/explore-app.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workspace/0e031be438f3099fdb1680ccc9799a6d.jpeg
+2025-03-10 15:07:06,274 - INFO - 已处理图片: ../explore/images/creat-customize-app.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workspace/01216f0ccbd56855c41eddce194cbf48.jpeg
+2025-03-10 15:07:08,900 - INFO - 已处理图片: ../explore/images/workspace.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/workspace/aa95de9ca884480c7c52a6ee7239de1d.jpeg
+2025-03-10 15:07:08,938 - INFO - 已处理文件: jp/workspace/app.md
+2025-03-10 15:07:08,940 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/notion-connect.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/jp/.gitbook/assets/notion-connect.png'
+2025-03-10 15:07:08,940 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/sync-notion-data.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/jp/.gitbook/assets/sync-notion-data.png'
+2025-03-10 15:07:11,429 - INFO - 已处理图片: ../../.gitbook/assets/image (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/features/datasets/12970502b2e202d1f890dcecadf2dcbd.png
+2025-03-10 15:07:14,846 - INFO - 已处理图片: ../../.gitbook/assets/image (1) (1) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/features/datasets/2e03a253db47e5f151a7465b4a78b0ed.png
+2025-03-10 15:07:16,718 - INFO - 已处理图片: ../../.gitbook/assets/image (2) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/features/datasets/c2781fddfb5c7e76023ac59c926d9e37.png
+2025-03-10 15:07:19,689 - INFO - 已处理图片: ../../.gitbook/assets/image (3) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/features/datasets/cbf2149eb7fcf613599f50ff58381889.png
+2025-03-10 15:07:19,723 - INFO - 已处理文件: jp/features/datasets/sync-from-notion.md
+2025-03-10 15:07:23,055 - INFO - 已处理图片: ../../.gitbook/assets/dataset-api-token.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/features/datasets/9c9f592c965ab8cf57ae6160361099bf.png
+2025-03-10 15:07:23,096 - INFO - 已处理文件: jp/features/datasets/maintain-dataset-via-api.md
+2025-03-10 15:07:23,119 - INFO - 文件无需修改: jp/features/ai-plugins/based-on-frontend-templates.md
+2025-03-10 15:07:23,120 - ERROR - 转换图片失败: /Users/allen/Documents/img/learn-more-json-schema.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/img/learn-more-json-schema.png'
+2025-03-10 15:07:25,951 - INFO - 已处理图片: ../../img/best-practice-json-schema-ui-example.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/03c1132f714cbd5920f5b0f80287a07d.png
+2025-03-10 15:07:25,992 - INFO - 已处理文件: jp/learn-more/how-to-use-json-schema-in-dify.md
+2025-03-10 15:07:27,948 - INFO - 已处理图片: ../../.gitbook/assets/table_delete_row1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/faq/211564ced8d13cadfdb2c644a1c93a98.png
+2025-03-10 15:07:28,021 - INFO - 已处理文件: jp/learn-more/faq/llms-use-faq.md
+2025-03-10 15:07:28,040 - INFO - 文件无需修改: jp/learn-more/faq/README.md
+2025-03-10 15:07:28,060 - INFO - 文件无需修改: jp/learn-more/faq/install-faq.md
+2025-03-10 15:07:28,080 - INFO - 文件无需修改: jp/learn-more/faq/plugins.md
+2025-03-10 15:07:31,219 - INFO - 已处理图片: ../../.gitbook/assets/learn-more-json-schema.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended-reading/899b0a46e438e50bef731fa45d3e7837.png
+2025-03-10 15:07:34,008 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-json-schema-ui-example.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended-reading/03c1132f714cbd5920f5b0f80287a07d.png
+2025-03-10 15:07:34,039 - INFO - 已处理文件: jp/learn-more/extended-reading/how-to-use-json-schema-in-dify.md
+2025-03-10 15:07:34,064 - INFO - 文件无需修改: jp/learn-more/extended-reading/what-is-array-variable.md
+2025-03-10 15:07:34,085 - INFO - 文件无需修改: jp/learn-more/extended-reading/README.md
+2025-03-10 15:07:34,104 - INFO - 文件无需修改: jp/learn-more/extended-reading/prompt-engineering.md
+2025-03-10 15:07:34,124 - INFO - 文件无需修改: jp/learn-more/extended-reading/what-is-llmops.md
+2025-03-10 15:07:34,143 - INFO - 文件无需修改: jp/learn-more/extended-reading/prompt-engineering/README.md
+2025-03-10 15:07:34,162 - INFO - 文件无需修改: jp/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/prompt-engineering-template.md
+2025-03-10 15:07:34,195 - INFO - 文件无需修改: jp/learn-more/extended-reading/prompt-engineering/prompt-engineering-1/README.md
+2025-03-10 15:07:36,833 - INFO - 已处理图片: ../../../.gitbook/assets/jp-n-to-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended-reading/retrieval-augment/36277c7971c542aad7ff208f555cfc67.png
+2025-03-10 15:07:39,647 - INFO - 已处理图片: ../../../.gitbook/assets/rerank-flow-chart.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended-reading/retrieval-augment/64007d543f1c5c3f2e87d606d79d04d3.png
+2025-03-10 15:07:39,685 - INFO - 已处理文件: jp/learn-more/extended-reading/retrieval-augment/retrieval.md
+2025-03-10 15:07:42,600 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image (129).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended-reading/retrieval-augment/19b393464a4d0374498144502f024516.png
+2025-03-10 15:07:42,642 - INFO - 已处理文件: jp/learn-more/extended-reading/retrieval-augment/README.md
+2025-03-10 15:07:46,722 - INFO - 已处理图片: ../../../.gitbook/assets/image (128).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended-reading/retrieval-augment/292a7f8e50b9b6be6ababd6b84ac322f.png
+2025-03-10 15:07:49,424 - INFO - 已处理图片: ../../../.gitbook/assets/jp-rerank-cohere.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended-reading/retrieval-augment/67bbce579a5600c672703234657a4834.png
+2025-03-10 15:07:53,263 - INFO - 已处理图片: ../../../.gitbook/assets/jp-rerank-explore.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended-reading/retrieval-augment/0a1f4cb2addbfeb547a9b0c112d4d8b3.png
+2025-03-10 15:07:56,279 - INFO - 已处理图片: ../../../.gitbook/assets/jp-rerank-setting.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended-reading/retrieval-augment/cc0d16a66c38ee251c8a723d38b85db6.png
+2025-03-10 15:07:56,324 - INFO - 已处理文件: jp/learn-more/extended-reading/retrieval-augment/rerank.md
+2025-03-10 15:07:58,992 - INFO - 已处理图片: ../../../.gitbook/assets/image (127).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended-reading/retrieval-augment/16818764adc7c9e7bfbe4be8fb3fd6ee.png
+2025-03-10 15:08:01,485 - INFO - 已处理图片: ../../../.gitbook/assets/image (116).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/extended-reading/retrieval-augment/d9f6c540579ffa7833c8e8fecab13470.png
+2025-03-10 15:08:01,579 - INFO - 已处理文件: jp/learn-more/extended-reading/retrieval-augment/hybrid-search.md
+2025-03-10 15:08:01,599 - INFO - 文件无需修改: jp/learn-more/use-cases/dify-schedule.md
+2025-03-10 15:08:01,618 - INFO - 文件无需修改: jp/learn-more/use-cases/private-ai-ollama-deepseek-dify.md
+2025-03-10 15:08:01,637 - INFO - 文件无需修改: jp/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.md
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/ERGcp/login-1.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/G6ziA/login-2.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/J6WsK/connect-with-notion-1.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/KrEi4/connect-with-notion-2.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/L91iQ/connect-with-notion-3.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/M8Xtz/connect-with-notion-4.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/Nkjuj/train-1.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/OYoCv/train-2.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/PN9F3/train-3.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/QWRHo/create-app-1.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/R6DT5/create-app-2.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/wp0Cy/using-api-1.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/xk2Fx/using-api-2.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/yPXHL/using-api-3.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/zpnI4/using-api-4.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/ADQSE/using-api-5.png
+2025-03-10 15:08:01,638 - INFO - 跳过远程图片: https://pan.wsyfin.com/f/XDBfO/create-app-5.png
+2025-03-10 15:08:05,064 - INFO - 已处理图片: ../../.gitbook/assets/image (34).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/27f353c0cc454912205d0acdc1aed51f.png
+2025-03-10 15:08:07,724 - INFO - 已处理图片: ../../.gitbook/assets/image (42).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/cf3649fe8bffaa76a86d71daa8ec0afb.png
+2025-03-10 15:08:10,666 - INFO - 已处理图片: ../../.gitbook/assets/image (27).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/3830bbae27580f32cc415340984cb4e9.png
+2025-03-10 15:08:10,708 - INFO - 已处理文件: jp/learn-more/use-cases/build-an-notion-ai-assistant.md
+2025-03-10 15:08:14,083 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (360).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/1bf24647a5ffeba4accecd1052011980.png
+2025-03-10 15:08:15,517 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/c57ce0a77ee668268f53e91497bd5c2b.png
+2025-03-10 15:08:19,031 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (359).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/03fd7e383daf419765bbfd05c3742923.png
+2025-03-10 15:08:22,003 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (362).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/4f2ce69f8c59e788beb91303c68db571.png
+2025-03-10 15:08:25,209 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (363).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/c3c30c7ed923ee1d7986e92bb35186c6.png
+2025-03-10 15:08:26,929 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (364).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/58c324c08c1c5fc23ab31e04967ae449.png
+2025-03-10 15:08:29,163 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (366).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/fbc64f060f9fda83847428439b07c247.png
+2025-03-10 15:08:32,684 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (367).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/0984a89e4cf2a1150ec3160da14c656e.png
+2025-03-10 15:08:32,727 - INFO - 已处理文件: jp/learn-more/use-cases/how-to-connect-aws-bedrock.md
+2025-03-10 15:08:32,747 - INFO - 文件无需修改: jp/learn-more/use-cases/README.md
+2025-03-10 15:08:32,767 - INFO - 文件无需修改: jp/learn-more/use-cases/practical-implementation-of-building-llm-applications-using-a-full-set-of-open-source-tools.md
+2025-03-10 15:08:35,657 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-wix-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/238daf21d6632d7d20cc9a6b882194f9.png
+2025-03-10 15:08:37,269 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-wix-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/ebab9e1f734d80e793db3675a46099fb.png
+2025-03-10 15:08:39,708 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-add-html-iframe.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/43b79d103da8beb69619e8f122609b89.png
+2025-03-10 15:08:42,600 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-insert-dify-iframe-code.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/fb257be087645aaa5eb2ae01a4a15d8d.png
+2025-03-10 15:08:42,633 - INFO - 已处理文件: jp/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.md
+2025-03-10 15:08:42,654 - INFO - 文件无需修改: jp/learn-more/use-cases/dify-on-wechat.md
+2025-03-10 15:08:45,492 - INFO - 已处理图片: ../../.gitbook/assets/image (53).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/13df685b32b248d122d6903bb410f657.png
+2025-03-10 15:08:48,594 - INFO - 已处理图片: ../../.gitbook/assets/image (25).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/61acc0a515f4f3dfffbea7c138245e05.png
+2025-03-10 15:08:50,080 - INFO - 已处理图片: ../../.gitbook/assets/image (92).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/b19b0a555a9bc62e7e0f6053e9dc1824.png
+2025-03-10 15:08:51,681 - INFO - 已处理图片: ../../.gitbook/assets/image (87).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/5819870c911d5df009d48b1c5e613343.png
+2025-03-10 15:08:54,528 - INFO - 已处理图片: ../../.gitbook/assets/image (59).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/11ce3d803fa6f3b384aae8bc33386ad9.png
+2025-03-10 15:08:57,240 - INFO - 已处理图片: ../../.gitbook/assets/image (93).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/3bd3e488fa6c513dae3a54078bda328d.png
+2025-03-10 15:09:02,334 - INFO - 已处理图片: ../../.gitbook/assets/image (100).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/b883028e410ece356e9ae332be66f3b9.png
+2025-03-10 15:09:04,981 - INFO - 已处理图片: ../../.gitbook/assets/image (85).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/a197930b09cc9dd5e216d245d236d516.png
+2025-03-10 15:09:05,024 - INFO - 已处理文件: jp/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.md
+2025-03-10 15:09:05,049 - INFO - 文件无需修改: jp/learn-more/use-cases/dify-model-arena.md
+2025-03-10 15:09:05,070 - INFO - 文件无需修改: jp/learn-more/use-cases/train-a-qa-chatbot-that-belongs-to-you.md
+2025-03-10 15:09:07,231 - INFO - 已处理图片: ../../.gitbook/assets/dify-on-wechat/create-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/08ece9f6dd15b6ba3c44eb187ea73bdd.jpeg
+2025-03-10 15:09:10,128 - INFO - 已处理图片: ../../.gitbook/assets/dify-on-wechat/config-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/312d1fbcd5c8f58ca41b9f8dc8131286.jpeg
+2025-03-10 15:09:12,567 - INFO - 已处理图片: ../../.gitbook/assets/dify-on-wechat/publish-basic-chatbot.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/410dc25f76beebf8659294b06c1a4d25.jpeg
+2025-03-10 15:09:14,896 - INFO - 已处理图片: ../../.gitbook/assets/dify-on-wechat/create-basic-chatbot-apikey.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/de85ada57a6f1a0029486dbdaea62fcf.jpeg
+2025-03-10 15:09:17,954 - INFO - 已处理图片: ../../.gitbook/assets/dify-on-whatsapp/twilio1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/f1586199a94ffefb18ffc4c8456a58d0.png
+2025-03-10 15:09:20,356 - INFO - 已处理图片: ../../.gitbook/assets/dify-on-whatsapp/lt1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/73f585d06be68fc71c0d37622a5b6f6c.png
+2025-03-10 15:09:22,579 - INFO - 已处理图片: ../../.gitbook/assets/dify-on-whatsapp/twilio2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/1f966b36bd5c213e4006a057b1c70c04.png
+2025-03-10 15:09:24,715 - INFO - 已处理图片: ../../.gitbook/assets/dify-on-whatsapp/twilio3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/6f810feee2a1eb07f718fc3f2be00b4b.png
+2025-03-10 15:09:27,372 - INFO - 已处理图片: ../../.gitbook/assets/dify-on-whatsapp/whatsapp1.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/36376da1b4699289e944355282656780.jpeg
+2025-03-10 15:09:27,418 - INFO - 已处理文件: jp/learn-more/use-cases/dify-on-whatsapp.md
+2025-03-10 15:09:31,438 - INFO - 已处理图片: ../../.gitbook/assets/image (99).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/b219b5b9c75c900886aead5ad6cb3294.png
+2025-03-10 15:09:33,435 - INFO - 已处理图片: ../../.gitbook/assets/screenshot-20230802-114025.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/936c786960ac4bf7936227c58b4754a4.png
+2025-03-10 15:09:36,429 - INFO - 已处理图片: ../../.gitbook/assets/WechatIMG38.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/488879620e712ce535106fd58d529bb7.jpeg
+2025-03-10 15:09:39,213 - INFO - 已处理图片: ../../.gitbook/assets/pre-prompt.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/9c03412aa11d3542940e3bdcc0a85a4e.png
+2025-03-10 15:09:42,591 - INFO - 已处理图片: ../../.gitbook/assets/screenshot-20230802-145326.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/ca81600060ffdfb7ec2a6e3c72bd86d7.png
+2025-03-10 15:09:44,290 - INFO - 已处理图片: ../../.gitbook/assets/WechatIMG157.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/86d0eb832fd8457dc3cb2e5656f96425.jpeg
+2025-03-10 15:09:47,116 - INFO - 已处理图片: ../../.gitbook/assets/WechatIMG158.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/ac8ab15304f9f1ff5fa67e78726e101c.jpeg
+2025-03-10 15:09:49,427 - INFO - 已处理图片: ../../.gitbook/assets/app-variables.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/6a906ca7145c8c32bf9a72fc02b17c0f.png
+2025-03-10 15:09:51,154 - INFO - 已处理图片: ../../.gitbook/assets/WechatIMG160.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/dd064aee30a248ce62f4fb197096c38d.jpeg
+2025-03-10 15:09:53,646 - INFO - 已处理图片: ../../.gitbook/assets/screenshot-20230802-141913.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/ea875bf33f674a39318e26b67e561e61.png
+2025-03-10 15:09:57,500 - INFO - 已处理图片: ../../.gitbook/assets/screenshot-20230802-142407.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/learn-more/use-cases/3f997d26023f1ee9bc8604eb2eb1cb6e.png
+2025-03-10 15:09:57,546 - INFO - 已处理文件: jp/learn-more/use-cases/create-a-midjoureny-prompt-word-robot-with-zero-code.md
+2025-03-10 15:09:57,572 - INFO - 文件无需修改: jp/policies/open-source.md
+2025-03-10 15:09:57,593 - INFO - 文件无需修改: jp/policies/agreement/README.md
+2025-03-10 15:09:57,614 - INFO - 文件无需修改: jp/policies/agreement/get-compliance-report.md
+2025-03-10 15:09:57,633 - INFO - 文件无需修改: jp/getting-started/cloud.md
+2025-03-10 15:09:57,654 - INFO - 文件无需修改: jp/getting-started/dify-premium.md
+2025-03-10 15:09:57,674 - INFO - 文件无需修改: jp/getting-started/install-self-hosted/environments.md
+2025-03-10 15:09:57,694 - INFO - 文件无需修改: jp/getting-started/install-self-hosted/bt-panel.md
+2025-03-10 15:09:57,713 - INFO - 文件无需修改: jp/getting-started/install-self-hosted/local-source-code.md
+2025-03-10 15:09:57,733 - INFO - 文件无需修改: jp/getting-started/install-self-hosted/faq.md
+2025-03-10 15:09:57,733 - INFO - 跳过远程图片: https://zeabur.com/button.svg
+2025-03-10 15:10:01,589 - INFO - 已处理图片: ../../.gitbook/assets/zeabur-template-overview.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/getting-started/install-self-hosted/fc58c921d332857fb644d4c869162bb5.jpeg
+2025-03-10 15:10:04,183 - INFO - 已处理图片: ../../.gitbook/assets/zeabur-region-select.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/getting-started/install-self-hosted/43cdd302ca243f2a1d2475a857cc1e66.png
+2025-03-10 15:10:07,181 - INFO - 已处理图片: ../../.gitbook/assets/zeabur-project.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/getting-started/install-self-hosted/7aa82d91ab9e798245b9df18221637b2.png
+2025-03-10 15:10:07,224 - INFO - 已处理文件: jp/getting-started/install-self-hosted/zeabur.md
+2025-03-10 15:10:07,250 - INFO - 文件无需修改: jp/getting-started/install-self-hosted/README.md
+2025-03-10 15:10:07,272 - INFO - 文件无需修改: jp/getting-started/install-self-hosted/docker-compose.md
+2025-03-10 15:10:07,292 - INFO - 文件无需修改: jp/getting-started/install-self-hosted/start-the-frontend-docker-container.md
+2025-03-10 15:10:07,312 - INFO - 文件无需修改: jp/getting-started/readme/features-and-specifications.md
+2025-03-10 15:10:07,332 - INFO - 文件无需修改: jp/getting-started/readme/model-providers.md
+2025-03-10 15:10:10,488 - INFO - 已处理图片: ../../../en/.gitbook/assets/first-party-tools.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/20cffc5ccef7e59ca3f7e7de6fcec302.png
+2025-03-10 15:10:12,102 - INFO - 已处理图片: ../../../en/.gitbook/assets/configure-first-party-tool-api.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/67643e5b416c155a1e3af54d3c5bb136.png
+2025-03-10 15:10:15,145 - INFO - 已处理图片: ../../../img/en-tools-create-customized-tools-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/308a8b052236aad9531ce723988e8005.png
+2025-03-10 15:10:17,078 - INFO - 已处理图片: ../../../img/en-tools-create-customized-tools-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/7f16a89d118b94e010a71140043a912c.png
+2025-03-10 15:10:19,883 - INFO - 已处理图片: ../../../img/en-tools-create-customized-tools-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/6422555dbb0735400fc66f629677d796.png
+2025-03-10 15:10:21,830 - INFO - 已处理图片: ../../../en/.gitbook/assets/use-tools-in-app.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/34e5fdc6118a42ffc2923d03c4ef6330.png
+2025-03-10 15:10:25,179 - INFO - 已处理图片: ../../../en/.gitbook/assets/ai-using-tools-during-conversation.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/d3845b811075914c1e0b4ac9f509d7ed.png
+2025-03-10 15:10:25,210 - INFO - 已处理文件: jp/guides/tools/README.md
+2025-03-10 15:10:25,250 - INFO - 文件无需修改: jp/guides/tools/advanced-tool-integration.md
+2025-03-10 15:10:27,912 - INFO - 已处理图片: ../../.gitbook/assets/Feb 4, 2024.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/c99fed3e1bbe5d724810fd6118012071.png
+2025-03-10 15:10:27,947 - INFO - 已处理文件: jp/guides/tools/quick-tool-integration.md
+2025-03-10 15:10:27,976 - INFO - 文件无需修改: jp/guides/tools/tool-configuration/alphavantage.md
+2025-03-10 15:10:30,247 - INFO - 已处理图片: ../../../../en/.gitbook/assets/guides/tools/comfyui_prompt.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/4e937df93709ca5a47c5c17e17498f38.png
+2025-03-10 15:10:31,759 - INFO - 已处理图片: ../../../../en/.gitbook/assets/guides/tools/comfyui.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/49794b23612f47245fabaf1eae207526.png
+2025-03-10 15:10:31,786 - INFO - 已处理文件: jp/guides/tools/tool-configuration/comfyui.md
+2025-03-10 15:10:31,815 - INFO - 文件无需修改: jp/guides/tools/tool-configuration/README.md
+2025-03-10 15:10:31,816 - ERROR - 转换图片失败: /img/en-google-api.jpg, 错误: [Errno 2] No such file or directory: '/img/en-google-api.jpg'
+2025-03-10 15:10:31,816 - ERROR - 转换图片失败: /img/en-google-api.jpg, 错误: [Errno 2] No such file or directory: '/img/en-google-api.jpg'
+2025-03-10 15:10:34,404 - INFO - 已处理图片: ../../../../img/en-youtube-workflow.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/abaa685d6ffa5fbb8c295869eecfd721.jpeg
+2025-03-10 15:10:37,672 - INFO - 已处理图片: ../../../../img/en-youtube-agent.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/a5dc28b46d00cb523268bf51399476b6.png
+2025-03-10 15:10:37,713 - INFO - 已处理文件: jp/guides/tools/tool-configuration/youtube.md
+2025-03-10 15:10:40,885 - INFO - 已处理图片: ../../../.gitbook/assets/tools-dalle.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/7d4e6ec0efcad4003d406f537092b5ed.png
+2025-03-10 15:10:42,940 - INFO - 已处理图片: ../../../../img/dalle3-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/5e3a0c1cf5574e3b924d978d080f0849.png
+2025-03-10 15:10:46,743 - INFO - 已处理图片: ../../../.gitbook/assets/agent-dalle3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/bf067815b692fc617c4f23f02e687dd9.png
+2025-03-10 15:10:46,779 - INFO - 已处理文件: jp/guides/tools/tool-configuration/dall-e.md
+2025-03-10 15:10:48,698 - INFO - 已处理图片: ../../../.gitbook/assets/tool-searchapi.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/b00563dd5a7ea62696bd435e082861e5.png
+2025-03-10 15:10:51,306 - INFO - 已处理图片: ../../../.gitbook/assets/tool-searchapi-flow.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/174ac4e16e4dc60d67aa0ddaa94b1d36.png
+2025-03-10 15:10:51,352 - INFO - 已处理文件: jp/guides/tools/tool-configuration/searchapi.md
+2025-03-10 15:10:54,518 - INFO - 已处理图片: ../../../.gitbook/assets/tools-google.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/41f639a04a23817c18bec84834a828ac.png
+2025-03-10 15:10:54,560 - INFO - 已处理文件: jp/guides/tools/tool-configuration/google.md
+2025-03-10 15:10:56,537 - INFO - 已处理图片: ../../../.gitbook/assets/tools-bing.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/e460fd7a41a47061b6a4b3f0dd0f3cc6.png
+2025-03-10 15:10:56,585 - INFO - 已处理文件: jp/guides/tools/tool-configuration/bing.md
+2025-03-10 15:10:59,303 - INFO - 已处理图片: ../../../../img/tools-perplexity.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/4a67338a66101cc29205d631771bd0d6.png
+2025-03-10 15:11:02,364 - INFO - 已处理图片: ../../../../img/tools-chatflow-perplexity.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/4a3ae03baadb7066e6152f2ed883a582.png
+2025-03-10 15:11:04,875 - INFO - 已处理图片: ../../../../img/tools-agent-perplexity.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/983682ddecfd6c47f04d56d44450c812.png
+2025-03-10 15:11:04,928 - INFO - 已处理文件: jp/guides/tools/tool-configuration/Perplexity.md
+2025-03-10 15:11:04,967 - INFO - 文件无需修改: jp/guides/tools/tool-configuration/perplexity-search.md
+2025-03-10 15:11:07,186 - INFO - 已处理图片: ../../../.gitbook/assets/tool-serper.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/f2e06162b25b3fa295b7fd392cc3534e.png
+2025-03-10 15:11:07,239 - INFO - 已处理文件: jp/guides/tools/tool-configuration/serper.md
+2025-03-10 15:11:07,269 - INFO - 文件无需修改: jp/guides/tools/tool-configuration/searxng.md
+2025-03-10 15:11:07,293 - INFO - 文件无需修改: jp/guides/tools/tool-configuration/stable-diffusion.md
+2025-03-10 15:11:15,341 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-27 13.04.16.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/65e6e2f0c8aa64958341b53770d7b2c7.png
+2025-03-10 15:11:19,482 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-27 13.17.40.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/1ada78b6761dd3b7a95d8b747486f38a.png
+2025-03-10 15:11:21,740 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-27 13.14.16.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/ade6f26e87ec4e2b091662a188a89e00.png
+2025-03-10 15:11:26,201 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-27 13.13.06.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/tools/tool-configuration/d89e52d598e042f0be0cc6249fc387f0.png
+2025-03-10 15:11:26,235 - INFO - 已处理文件: jp/guides/tools/tool-configuration/siliconflow.md
+2025-03-10 15:11:26,269 - INFO - 文件无需修改: jp/guides/extension/README.md
+2025-03-10 15:11:26,338 - INFO - 文件无需修改: jp/guides/extension/api-based-extension/external-data-tool.md
+2025-03-10 15:11:26,363 - INFO - 文件无需修改: jp/guides/extension/api-based-extension/dtatsru.md
+2025-03-10 15:11:29,186 - INFO - 已处理图片: ../../../.gitbook/assets/screenshot-20231128-104353.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/extension/api-based-extension/ae289aeca0b29222a4e36820f76e3c5c.png
+2025-03-10 15:11:32,201 - INFO - 已处理图片: ../../../.gitbook/assets/screenshot-20231128-104353.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/extension/api-based-extension/ae289aeca0b29222a4e36820f76e3c5c.png
+2025-03-10 15:11:34,935 - INFO - 已处理图片: ../../../.gitbook/assets/screenshot-20231128-104353 (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/extension/api-based-extension/ae289aeca0b29222a4e36820f76e3c5c.png
+2025-03-10 15:11:38,465 - INFO - 已处理图片: ../../../.gitbook/assets/download.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/extension/api-based-extension/c44d6cc5425508daac8d31bc4af113df.png
+2025-03-10 15:11:41,442 - INFO - 已处理图片: ../../../.gitbook/assets/8000.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/extension/api-based-extension/7ac8ee0f0955f36255e0261b36499db7.png
+2025-03-10 15:11:43,192 - INFO - 已处理图片: ../../../.gitbook/assets/ngrock.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/extension/api-based-extension/2b4adbe0bb1ff203da521ea6eea401f8.png
+2025-03-10 15:11:43,239 - INFO - 已处理文件: jp/guides/extension/api-based-extension/README.md
+2025-03-10 15:11:46,145 - INFO - 已处理图片: ../../../.gitbook/assets/api_extension_edit.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/extension/api-based-extension/9433a486a441713ade6270e9dc6c0544.png
+2025-03-10 15:11:49,446 - INFO - 已处理图片: ../../../.gitbook/assets/app_tools_edit.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/extension/api-based-extension/72c285e58ec136a1a9a66f61b4b41ca1.png
+2025-03-10 15:11:49,486 - INFO - 已处理文件: jp/guides/extension/api-based-extension/cloudflare-workers.md
+2025-03-10 15:11:49,512 - INFO - 文件无需修改: jp/guides/extension/api-based-extension/moderation.md
+2025-03-10 15:11:49,537 - INFO - 文件无需修改: jp/guides/extension/code-based-extension/external-data-tool.md
+2025-03-10 15:11:49,561 - INFO - 文件无需修改: jp/guides/extension/code-based-extension/README.md
+2025-03-10 15:11:49,585 - INFO - 文件无需修改: jp/guides/extension/code-based-extension/moderation.md
+2025-03-10 15:11:52,667 - INFO - 已处理图片: ../../.gitbook/assets/image (248).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workspace/37573570e27ed988331fee18a7a30ce1.png
+2025-03-10 15:11:54,784 - INFO - 已处理图片: ../../.gitbook/assets/creat-customize-app.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workspace/01216f0ccbd56855c41eddce194cbf48.jpeg
+2025-03-10 15:11:57,532 - INFO - 已处理图片: ../../.gitbook/assets/workspace.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workspace/aa95de9ca884480c7c52a6ee7239de1d.jpeg
+2025-03-10 15:11:57,618 - INFO - 已处理文件: jp/guides/workspace/app.md
+2025-03-10 15:11:57,674 - INFO - 文件无需修改: jp/guides/workspace/README.md
+2025-03-10 15:11:57,701 - INFO - 文件无需修改: jp/guides/workspace/invite-and-manage-members.md
+2025-03-10 15:12:00,367 - INFO - 已处理图片: ../../../.gitbook/assets/image (248).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workspace/app/37573570e27ed988331fee18a7a30ce1.png
+2025-03-10 15:12:01,887 - INFO - 已处理图片: ../../../explore/images/creat-customize-app.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workspace/app/01216f0ccbd56855c41eddce194cbf48.jpeg
+2025-03-10 15:12:04,648 - INFO - 已处理图片: ../../../explore/images/workspace.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workspace/app/aa95de9ca884480c7c52a6ee7239de1d.jpeg
+2025-03-10 15:12:04,762 - INFO - 已处理文件: jp/guides/workspace/app/README.md
+2025-03-10 15:12:07,604 - INFO - 已处理图片: ../../../en/.gitbook/assets/image.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/management/c4a9bb46f636807f0b59710724fddc40.png
+2025-03-10 15:12:10,147 - INFO - 已处理图片: ../../.gitbook/assets/personal-account-management-01.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/management/40ea6368cd22021a3f1627738e40f597.png
+2025-03-10 15:12:10,209 - INFO - 已处理文件: jp/guides/management/personal-account-management.md
+2025-03-10 15:12:12,631 - INFO - 已处理图片: ../../.gitbook/assets/subscription-management-01.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/management/07eb0d03a33e2e01df44dbf3cf241f14.png
+2025-03-10 15:12:14,141 - INFO - 已处理图片: ../../.gitbook/assets/subscription-management-02.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/management/c572ba8806b41eb6564fc658d3d8124b.jpeg
+2025-03-10 15:12:14,248 - INFO - 已处理文件: jp/guides/management/subscription-management.md
+2025-03-10 15:12:15,787 - INFO - 已处理图片: ../../../img/switch-workspace.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/management/93a6f055cfaf65dfe138e8ac332f71d1.png
+2025-03-10 15:12:18,699 - INFO - 已处理图片: ../../.gitbook/assets/team-members-management-01.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/management/bbd0873959dd3fe342b7212b98e812ae.png
+2025-03-10 15:12:20,491 - INFO - 已处理图片: ../../.gitbook/assets/team-members-management-02.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/management/0596a58b4fc59c9a0fae24bdff90b769.png
+2025-03-10 15:12:20,532 - INFO - 已处理文件: jp/guides/management/team-members-management.md
+2025-03-10 15:12:20,557 - INFO - 文件无需修改: jp/guides/management/README.md
+2025-03-10 15:12:23,029 - INFO - 已处理图片: ../../.gitbook/assets/export-dsl.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/management/544c18d770e230db93d6756bba98d8a7.png
+2025-03-10 15:12:26,164 - INFO - 已处理图片: ../../.gitbook/assets/export-dsl-secret.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/management/25ce002ef7f0392fc6b3b6975ae137ec.png
+2025-03-10 15:12:28,756 - INFO - 已处理图片: ../../../en/.gitbook/assets/image (92).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/management/63a449e9a8ae337b9c067165d1674a45.png
+2025-03-10 15:12:28,796 - INFO - 已处理文件: jp/guides/management/app-management.md
+2025-03-10 15:12:31,099 - INFO - 已处理图片: ../../../en/.gitbook/assets/app-logs-ann.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/a17d81cd50a6788df3bf6853cc963d0b.png
+2025-03-10 15:12:31,138 - INFO - 已处理文件: jp/guides/annotation/logs.md
+2025-03-10 15:12:33,959 - INFO - 已处理图片: ../../.gitbook/assets/image (130).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/7bebcf85d52f65d5649956f47ed33d43.png
+2025-03-10 15:12:37,482 - INFO - 已处理图片: ../../../en/.gitbook/assets/annotated-replies.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/b467da1fbaa9beb22cfb2a987f51f653.png
+2025-03-10 15:12:39,200 - INFO - 已处理图片: ../../../en/.gitbook/assets/setting-parameters-for-annotated-replies.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/a2c7b82a4f25a96fcdf68c807fb96812.png
+2025-03-10 15:12:41,812 - INFO - 已处理图片: ../../../en/.gitbook/assets/add-annotation-reply.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/e064e3dcca3f04e16f5269b169820d2d.png
+2025-03-10 15:12:43,182 - INFO - 已处理图片: ../../../en/.gitbook/assets/editing-annotated-replies.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/b79aabe6e9b336e26ca409a49526501e.png
+2025-03-10 15:12:44,610 - INFO - 已处理图片: ../../../en/.gitbook/assets/annotaiton-reply.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/810f640d184227f4918ee197ff906203.png
+2025-03-10 15:12:46,919 - INFO - 已处理图片: ../../../en/.gitbook/assets/logs-annotation-switch.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/c74951765f078392924da901008eb815.png
+2025-03-10 15:12:49,404 - INFO - 已处理图片: ../../../en/.gitbook/assets/annotated-replies-initial.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/5bbd94402452e3f4ecc29eb398591585.png
+2025-03-10 15:12:51,907 - INFO - 已处理图片: ../../../en/.gitbook/assets/bulk-import-annotated.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/ad6497dbe8c93fe9988cf76775434a7c.png
+2025-03-10 15:12:54,070 - INFO - 已处理图片: ../../../en/.gitbook/assets/bulk-export-annotations.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/4d80d0a9b8056711a2dcdf664c19e840.png
+2025-03-10 15:12:57,503 - INFO - 已处理图片: ../../../en/.gitbook/assets/view-annotation-hit-history.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/annotation/26b6c37dcff225201ea5b4fb712b2d4d.png
+2025-03-10 15:12:57,553 - INFO - 已处理文件: jp/guides/annotation/annotation-reply.md
+2025-03-10 15:12:57,579 - INFO - 文件无需修改: jp/guides/annotation/README.md
+2025-03-10 15:12:57,604 - INFO - 文件无需修改: jp/guides/model-configuration/predefined-model.md
+2025-03-10 15:12:57,629 - INFO - 文件无需修改: jp/guides/model-configuration/schema.md
+2025-03-10 15:12:59,429 - INFO - 已处理图片: ../../.gitbook/assets/image (24).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/244cf2b0a126ed360f9588fbf1050e03.png
+2025-03-10 15:12:59,474 - INFO - 已处理文件: jp/guides/model-configuration/customizable-model.md
+2025-03-10 15:13:03,986 - INFO - 已处理图片: ../../.gitbook/assets/image (21).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/458a37f10d6f0d08c3701aa86c447983.png
+2025-03-10 15:13:06,604 - INFO - 已处理图片: ../../.gitbook/assets/image (14).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/22d9f76bae0f0b0a492ce465d3cb0f38.png
+2025-03-10 15:13:09,304 - INFO - 已处理图片: ../../.gitbook/assets/image (19).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/a5ec4a8508382ff895a375aa19b84e53.png
+2025-03-10 15:13:12,661 - INFO - 已处理图片: ../../.gitbook/assets/image (22).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/961fa0a4c3b9e11615170b9851e6a583.png
+2025-03-10 15:13:12,697 - INFO - 已处理文件: jp/guides/model-configuration/README.md
+2025-03-10 15:13:12,725 - INFO - 文件无需修改: jp/guides/model-configuration/interfaces.md
+2025-03-10 15:13:12,750 - INFO - 文件无需修改: jp/guides/model-configuration/new-provider.md
+2025-03-10 15:13:15,476 - INFO - 已处理图片: ../../.gitbook/assets/jp-load_balancing_1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/5caa857ac9c263d557e970cb33558b1b.png
+2025-03-10 15:13:18,482 - INFO - 已处理图片: ../../../img/jp-load_balancing_2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/d8bfe128e70293392fcfa9df1505a2f4.png
+2025-03-10 15:13:21,411 - INFO - 已处理图片: ../../.gitbook/assets/image (7).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/642c0ff7edfdfe77fba43aa22cc3fa71.png
+2025-03-10 15:13:24,272 - INFO - 已处理图片: ../../../img/jp-load_balancing_3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/6123eff333b31660fe2f92b0c2e16365.png
+2025-03-10 15:13:26,565 - INFO - 已处理图片: ../../.gitbook/assets/image (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/model-configuration/12970502b2e202d1f890dcecadf2dcbd.png
+2025-03-10 15:13:26,716 - INFO - 已处理文件: jp/guides/model-configuration/load-balancing.md
+2025-03-10 15:13:29,546 - INFO - 已处理图片: ../../.gitbook/assets/agent-dalle3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/bf067815b692fc617c4f23f02e687dd9.png
+2025-03-10 15:13:32,511 - INFO - 已处理图片: ../../.gitbook/assets/jp-agent-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/25c0a4a8a1c2d3c83ed2011aba737b5e.png
+2025-03-10 15:13:36,133 - INFO - 已处理图片: ../../.gitbook/assets/jp-agent-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/d481cf4f733378ed7cbd5f7cb01418fc.png
+2025-03-10 15:13:39,163 - INFO - 已处理图片: ../../.gitbook/assets/jp-agent-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/76b4807d5d4887740448483692150655.png
+2025-03-10 15:13:42,664 - INFO - 已处理图片: ../../.gitbook/assets/jp-agent-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/f10aa2287ead79c751984ed582625c86.png
+2025-03-10 15:13:44,645 - INFO - 已处理图片: ../../.gitbook/assets/jp-agent-5.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/5e5b435a57721c5fb25a1f5752d7a263.png
+2025-03-10 15:13:46,931 - INFO - 已处理图片: ../../.gitbook/assets/jp-agent-6.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/7da96fb0bbc2a17c10ee898699cd3d47.png
+2025-03-10 15:13:49,940 - INFO - 已处理图片: ../../.gitbook/assets/jp-agent-7.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/df2f6f23bc2aa6ff65e6560ad45dd94a.png
+2025-03-10 15:13:52,064 - INFO - 已处理图片: ../../.gitbook/assets/jp-agent-8.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/50f9f42ad312c9d37a7134562f346392.png
+2025-03-10 15:13:55,097 - INFO - 已处理图片: ../../.gitbook/assets/jp-agent-9.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/1b5934f412cfe0d4c44bfa5ad1a5fc66.png
+2025-03-10 15:13:55,157 - INFO - 已处理文件: jp/guides/application-orchestrate/agent.md
+2025-03-10 15:13:57,340 - INFO - 已处理图片: ../../.gitbook/assets/jp-conversation-options.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/4bbcbecba6f3d826b9f7d0bf1d5e2079.png
+2025-03-10 15:13:58,439 - INFO - 已处理图片: ../../.gitbook/assets/jp-context.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/dd33b25175c48bf0776ad32e10ad9f33.png
+2025-03-10 15:14:00,226 - INFO - 已处理图片: ../../.gitbook/assets/jp-conversation-debug.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/58a59cfd677990426d6059008510b7ce.png
+2025-03-10 15:14:02,556 - INFO - 已处理图片: ../../.gitbook/assets/jp-modify-model.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/96c97bea71df343ddc8dc013602e8a32.jpeg
+2025-03-10 15:14:05,966 - INFO - 已处理图片: ../../.gitbook/assets/jp-create-chatbox.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/24a6f30145d5005413fa75693996377c.png
+2025-03-10 15:14:07,662 - INFO - 已处理图片: ../../.gitbook/assets/jp-create-prompt.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/4332c94f126ae1ce72e1881e91d81729.png
+2025-03-10 15:14:11,077 - INFO - 已处理图片: ../../.gitbook/assets/jp-conversation-remarkers.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/8ee49c47ed4b197e77d88e95b5bf4b2a.png
+2025-03-10 15:14:11,134 - INFO - 已处理文件: jp/guides/application-orchestrate/chatbot-application.md
+2025-03-10 15:14:13,800 - INFO - 已处理图片: ../../.gitbook/assets/jp-create-an-application.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/448760da7b5f22f9e6bee7fd47e33a90.png
+2025-03-10 15:14:15,571 - INFO - 已处理图片: ../../.gitbook/assets/jp-create-blank-application.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/9f5d811f6e117d4f9c11c9128e44d3f7.png
+2025-03-10 15:14:18,686 - INFO - 已处理图片: ../../.gitbook/assets/jp-dsl-import.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/188ed099d344761e396510031f991dcc.png
+2025-03-10 15:14:21,475 - INFO - 已处理图片: ../../.gitbook/assets/jp-url-import.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/661112195d6fea2437ffa0dfe94436cb.png
+2025-03-10 15:14:21,519 - INFO - 已处理文件: jp/guides/application-orchestrate/creating-an-application.md
+2025-03-10 15:14:21,550 - INFO - 文件无需修改: jp/guides/application-orchestrate/README.md
+2025-03-10 15:14:21,579 - INFO - 文件无需修改: jp/guides/application-orchestrate/multiple-llms-debugging.md
+2025-03-10 15:14:25,220 - INFO - 已处理图片: ../../../.gitbook/assets/jp-app-toolkits-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/c7c024ebca12339a7f497f0eda72a64b.png
+2025-03-10 15:14:28,428 - INFO - 已处理图片: ../../../.gitbook/assets/jp-app-toolkits-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/4b518bd1682332a674c35d5eaf812dff.png
+2025-03-10 15:14:30,518 - INFO - 已处理图片: ../../../.gitbook/assets/jp-app-toolkits-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/d12afc44dc5c0ffe83395fc00abb0039.png
+2025-03-10 15:14:33,779 - INFO - 已处理图片: ../../../.gitbook/assets/jp-app-toolkits-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/ff7d0c23ec0ff81a9a29b1451b1df546.png
+2025-03-10 15:14:37,179 - INFO - 已处理图片: ../../../.gitbook/assets/jp-app-toolkits-5.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/a97a8ce736c8f067a2049a4a1934064d.png
+2025-03-10 15:14:40,949 - INFO - 已处理图片: ../../../.gitbook/assets/jp-app-toolkits-6.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/323f5b74bd92d1dee9c374ebe0a9cd77.png
+2025-03-10 15:14:41,001 - INFO - 已处理文件: jp/guides/application-orchestrate/app-toolkits/README.md
+2025-03-10 15:14:45,812 - INFO - 已处理图片: ../../../.gitbook/assets/jp-moderation-tool-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/734ec4ebcf6b32ec1c350636565636bf.png
+2025-03-10 15:14:48,901 - INFO - 已处理图片: ../../../.gitbook/assets/jp-moderation-tool-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/50c16bbe962b02d3748c95d3b41cf31a.png
+2025-03-10 15:14:51,868 - INFO - 已处理图片: ../../../.gitbook/assets/jp-moderation-tool-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/7ae6e1462d020276506f87b9ea5db409.png
+2025-03-10 15:14:54,923 - INFO - 已处理图片: ../../../.gitbook/assets/jp-moderation-tool-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/520b5b7be1dc02c5b874b55a15e57f45.png
+2025-03-10 15:14:58,147 - INFO - 已处理图片: ../../../.gitbook/assets/jp-moderation-tool-5.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-orchestrate/app-toolkits/66cae99e32d12f1b5b168d1b10eb1a63.png
+2025-03-10 15:14:58,199 - INFO - 已处理文件: jp/guides/application-orchestrate/app-toolkits/moderation-tool.md
+2025-03-10 15:15:00,848 - INFO - 已处理图片: ../../.gitbook/assets/knowledge-base-api.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/02cf8bc06990606ff1d60b73ce7a82c8.png
+2025-03-10 15:15:00,897 - INFO - 已处理文件: jp/guides/knowledge-base/knowledge-and-documents-maintenance.md
+2025-03-10 15:15:02,434 - INFO - 已处理图片: ../../.gitbook/assets/api_based.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/37827292396877ca167965ccf3b98ff3.png
+2025-03-10 15:15:05,247 - INFO - 已处理图片: ../../.gitbook/assets/weather inquiry.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/905152bc69d94e3e240aef3c513344cb.png
+2025-03-10 15:15:08,472 - INFO - 已处理图片: ../../.gitbook/assets/api_based_extension1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/caaf204151dffef0c86471ac383bd9f8.png
+2025-03-10 15:15:11,104 - INFO - 已处理图片: ../../.gitbook/assets/Weather_search_tool.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/754285fd156db8eca54bd60ac8e49fa7.jpeg
+2025-03-10 15:15:12,202 - INFO - 已处理图片: ../../.gitbook/assets/log.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/5239291022f6060dc8ace1f623e4eb3d.jpeg
+2025-03-10 15:15:12,237 - INFO - 已处理文件: jp/guides/knowledge-base/external-data-tool.md
+2025-03-10 15:15:14,654 - INFO - 已处理图片: ../../.gitbook/assets/rerank-flow-chart.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/64007d543f1c5c3f2e87d606d79d04d3.png
+2025-03-10 15:15:17,393 - INFO - 已处理图片: ../../.gitbook/assets/jp-rag-multiple.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/a4f9e6e9096970b567e89a0a7f130ef6.png
+2025-03-10 15:15:19,928 - INFO - 已处理图片: ../../.gitbook/assets/jp-rerank-model-api.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/f3a371ecd3ee8d0f10d5537a37929fea.png
+2025-03-10 15:15:22,741 - INFO - 已处理图片: ../../.gitbook/assets/jp-knowledge-base-table.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/5a7555413207b32cdc4a686933c5f19e.png
+2025-03-10 15:15:22,777 - INFO - 已处理文件: jp/guides/knowledge-base/integrate-knowledge-within-application.md
+2025-03-10 15:15:22,820 - INFO - 文件无需修改: jp/guides/knowledge-base/README.md
+2025-03-10 15:15:24,535 - INFO - 已处理图片: ../../.gitbook/assets/image (31).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/9375511bd3f571a798fee6b3224152a6.png
+2025-03-10 15:15:27,353 - INFO - 已处理图片: ../../../img/connect-kb-1-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/4d7d06ff196b74d2cae3b7fca29b3064.png
+2025-03-10 15:15:28,735 - INFO - 已处理图片: ../../../img/connect-kb-2-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/7e612d7f7e6b98c5b225ed6e0f733ea3.png
+2025-03-10 15:15:30,822 - INFO - 已处理图片: ../../../img/connect-kb-3-en.webp -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/2ce4dd7527093f64837d49f8e1d6c808.webp
+2025-03-10 15:15:34,371 - INFO - 已处理图片: ../../../img/connect-kb-4-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/67d5250adf1f8c6ebe5c657b8053d332.png
+2025-03-10 15:15:36,471 - INFO - 已处理图片: ../../../img/connect-kb-5-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/0bb82416f70f12d9d502bb31903513aa.png
+2025-03-10 15:15:37,967 - INFO - 已处理图片: ../../../img/connect-kb-6-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/6c5ae224b1f4a35459cbfdeed137a53a.png
+2025-03-10 15:15:40,077 - INFO - 已处理图片: ../../../img/connect-kb-7-en.webp -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/7662197a2f22bae84c8a2e7e8e0b59bb.webp
+2025-03-10 15:15:40,112 - INFO - 已处理文件: jp/guides/knowledge-base/connect-external-knowledge-base.md
+2025-03-10 15:15:41,889 - INFO - 已处理图片: ../../.gitbook/assets/knowledge-base-api-token.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/2848fc9fc3a7f641f16eee11ed6c6223.png
+2025-03-10 15:15:41,933 - INFO - 已处理文件: jp/guides/knowledge-base/maintain-dataset-via-api.md
+2025-03-10 15:15:41,961 - INFO - 文件无需修改: jp/guides/knowledge-base/external-knowledge-api-documentation.md
+2025-03-10 15:15:44,619 - INFO - 已处理图片: ../../.gitbook/assets/citation-and-attribution.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/c50a37d96be8b631c02483144c226cd7.png
+2025-03-10 15:15:46,244 - INFO - 已处理图片: ../../../img/view-citation-information.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/8eed0be0aa90697a4bfbc0ea84a2dcdb.png
+2025-03-10 15:15:46,287 - INFO - 已处理文件: jp/guides/knowledge-base/retrieval-test-and-citation.md
+2025-03-10 15:15:46,320 - INFO - 文件无需修改: jp/guides/knowledge-base/create-knowledge-and-upload-documents/chunking-and-cleaning-text.md
+2025-03-10 15:15:46,365 - INFO - 文件无需修改: jp/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods.md
+2025-03-10 15:15:46,405 - INFO - 文件无需修改: jp/guides/knowledge-base/create-knowledge-and-upload-documents/README.md
+2025-03-10 15:15:46,433 - INFO - 文件无需修改: jp/guides/knowledge-base/create-knowledge-and-upload-documents/selecting-retrieval-settings.md
+2025-03-10 15:15:49,575 - INFO - 已处理图片: ../../../../../zh_CN/.gitbook/assets/dataset-creation-step2(jina).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-online-datasource/e16e5c7fd6b13e0bf8686817ddf360a7.png
+2025-03-10 15:15:49,629 - INFO - 已处理文件: jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-online-datasource/sync-from-website.md
+2025-03-10 15:15:49,664 - INFO - 文件无需修改: jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-online-datasource/README.md
+2025-03-10 15:15:52,212 - INFO - 已处理图片: ../../../../.gitbook/assets/integrate-notion-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-online-datasource/87e612b70469281ed2ec2c45038daf1e.png
+2025-03-10 15:15:54,204 - INFO - 已处理图片: ../../../../.gitbook/assets/notion-secret.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-online-datasource/a2e0a30fb3903d8cce6556ed9ecd3951.png
+2025-03-10 15:15:56,911 - INFO - 已处理图片: ../../../../.gitbook/assets/public-integration.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-online-datasource/3e7a700f41464d88057e63050c6f2093.png
+2025-03-10 15:15:59,069 - INFO - 已处理图片: ../../../../.gitbook/assets/notion-public-secret.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-online-datasource/554557566ef3f56076be1e8542c4cddb.png
+2025-03-10 15:15:59,120 - INFO - 已处理文件: jp/guides/knowledge-base/create-knowledge-and-upload-documents/import-online-datasource/sync-from-notion.md
+2025-03-10 15:15:59,150 - INFO - 文件无需修改: jp/guides/workflow/shortcut-key.md
+2025-03-10 15:16:00,897 - INFO - 已处理图片: ../../../img/en-bulletin-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/90c0e2d9ac9c16b493bb4793b90df548.png
+2025-03-10 15:16:02,246 - INFO - 已处理图片: ../../../img/en-bulletin-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/befa0580cd0b7ab312c2fe85f6fc2ac7.png
+2025-03-10 15:16:05,138 - INFO - 已处理图片: ../../../img/en-bulletin-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/f137939601f9d95112e27ad27cb2aa3a.png
+2025-03-10 15:16:08,096 - INFO - 已处理图片: ../../../img/en-bulletin-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/93f533be37a1f936879379fcaabc2b45.png
+2025-03-10 15:16:11,298 - INFO - 已处理图片: ../../../img/en-bulletin-5.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/e64569e7d240bf453308e86ec0573178.png
+2025-03-10 15:16:11,353 - INFO - 已处理文件: jp/guides/workflow/bulletin.md
+2025-03-10 15:16:15,189 - INFO - 已处理图片: ../../.gitbook/assets/output (4) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/ea40850e9b8cc216b540362a7425ac5c.png
+2025-03-10 15:16:15,258 - INFO - 已处理文件: jp/guides/workflow/publish.md
+2025-03-10 15:16:17,480 - INFO - 已处理图片: ../../../en/.gitbook/assets/image (1) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/527c6752596356c263262f5e24ef8941.png
+2025-03-10 15:16:19,599 - INFO - 已处理图片: ../../../en/.gitbook/assets/image (2) (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/6802747ef5de4772ce8d05f6c0a23130.png
+2025-03-10 15:16:21,649 - INFO - 已处理图片: ../../../en/.gitbook/assets/image (3) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/b18af11da3f339c496193d9732906849.png
+2025-03-10 15:16:24,151 - INFO - 已处理图片: ../../../en/.gitbook/assets/image (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/8e6a3deaaa5eebeb66f9e1d844dc1ec6.png
+2025-03-10 15:16:27,137 - INFO - 已处理图片: ../../../en/.gitbook/assets/image (5).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/f6ea094b30b240c999a4248d1fc21a1c.png
+2025-03-10 15:16:29,094 - INFO - 已处理图片: ../../../en/.gitbook/assets/image (6).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/f8980732757050049a430eea934511cf.png
+2025-03-10 15:16:32,394 - INFO - 已处理图片: ../../../en/.gitbook/assets/image (7).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/bc39be7fd4879b3875e6b77daaff5d37.png
+2025-03-10 15:16:32,445 - INFO - 已处理文件: jp/guides/workflow/file-upload.md
+2025-03-10 15:16:34,311 - INFO - 已处理图片: ../../.gitbook/assets/jp-workflow.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/de69dc304524b6c748951fdd19442d05.png
+2025-03-10 15:16:34,366 - INFO - 已处理文件: jp/guides/workflow/README.md
+2025-03-10 15:16:37,352 - INFO - 已处理图片: ../../.gitbook/assets/output (5) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/3fdac452ecea5c560f13d74a9e953b1c.png
+2025-03-10 15:16:40,359 - INFO - 已处理图片: ../../.gitbook/assets/output (6) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/c912a260e5164608d210ea690b88a566.png
+2025-03-10 15:16:43,638 - INFO - 已处理图片: ../../.gitbook/assets/output (7) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/af7846c4e92e109547ad4f25d50aea1e.png
+2025-03-10 15:16:43,691 - INFO - 已处理文件: jp/guides/workflow/extract_import_template.md
+2025-03-10 15:16:45,831 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/3984e13db72e2bd19870f5764ec000cf.jpeg
+2025-03-10 15:16:48,130 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-serial-design.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/e8e884e146994b5f95cb16ec31cdd81b.png
+2025-03-10 15:16:51,162 - INFO - 已处理图片: ../../.gitbook/assets/viewing-serial-structure-app-logs.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/1707ee3651f154fcb90c882a2aeab6e9.png
+2025-03-10 15:16:53,667 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-parallel-design-method-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/b93ff4b81f2a5526a8787aa1e9fb314d.png
+2025-03-10 15:16:56,203 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-parallel-design-method-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/8deebdb38e3848966ed667e6ed97bdce.png
+2025-03-10 15:16:57,917 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-parallel-design-method-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/3997bca0f5efa1a3c4a214dbe3ed1f0c.png
+2025-03-10 15:17:00,710 - INFO - 已处理图片: ../../../img/orchestrate-node-parallel-design-method-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/516d11ac4c75ecf394da371f76feb89c.png
+2025-03-10 15:17:03,376 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-chatflow-multi-answer.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/1d0884e4c9bfa548d84849871719d646.png
+2025-03-10 15:17:05,884 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-simple-parallel.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/5ba85864454880561ec95a37db382f20.png
+2025-03-10 15:17:07,542 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-nested-parallel.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/036f9fcfb1d0f8dedbd34e90ebb64c29.png
+2025-03-10 15:17:10,017 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-conditional-branch-parallel.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/d28637a39327032fa333fd49b9dd2e73.png
+2025-03-10 15:17:12,610 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-iteration-parallel.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/bc06917031cf52c2e3d8cf9fe8a8dc8b.png
+2025-03-10 15:17:15,366 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-parallel-logs.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/ad6acb838b58d2e0c8f99669b24aa20d.png
+2025-03-10 15:17:15,423 - INFO - 已处理文件: jp/guides/workflow/orchestrate-node.md
+2025-03-10 15:17:18,561 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (7).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/af39d02a3205a8b24a11558bff8f3a32.png
+2025-03-10 15:17:21,471 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (8).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/d412f5048cd544b90b829662f64f9593.png
+2025-03-10 15:17:23,846 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (9).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/cf3823d608dc1707b8166ab223662650.png
+2025-03-10 15:17:23,895 - INFO - 已处理文件: jp/guides/workflow/additional-features.md
+2025-03-10 15:17:26,171 - INFO - 已处理图片: ../../.gitbook/assets/image (30).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/684db784d35f7b9771ea40bfda64822c.png
+2025-03-10 15:17:27,723 - INFO - 已处理图片: ../../.gitbook/assets/image (1) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/79340d58bf2c202dd6bd4e93fa03272d.png
+2025-03-10 15:17:29,234 - INFO - 已处理图片: ../../.gitbook/assets/jp-env-variable.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/6ca7ee432384d6341cd19e650eef66f7.png
+2025-03-10 15:17:31,852 - INFO - 已处理图片: ../../.gitbook/assets/conversation-var.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/c04285fec92f13a20ccbd3e21361a30d.png
+2025-03-10 15:17:31,890 - INFO - 已处理文件: jp/guides/workflow/variables.md
+2025-03-10 15:17:34,707 - INFO - 已处理图片: ../../.gitbook/assets/jp-create-chatbox-chatflow.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/97d74fb8181659de68ae25db6a382b09.png
+2025-03-10 15:17:37,966 - INFO - 已处理图片: ../../.gitbook/assets/jp-create-workflow.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/e19ef5ad8cca6f0686257c1115394e9a.png
+2025-03-10 15:17:38,022 - INFO - 已处理文件: jp/guides/workflow/key-concept.md
+2025-03-10 15:17:40,414 - INFO - 已处理图片: ../../../.gitbook/assets/output (3) (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/5ff3e82563c43b41e359c83483fd0f9b.png
+2025-03-10 15:17:40,472 - INFO - 已处理文件: jp/guides/workflow/debug-and-preview/history.md
+2025-03-10 15:17:40,502 - INFO - 文件无需修改: jp/guides/workflow/debug-and-preview/README.md
+2025-03-10 15:17:43,946 - INFO - 已处理图片: ../../../.gitbook/assets/output (8).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/9b88af156ab35bb5b05b00ffc3e84dc7.png
+2025-03-10 15:17:47,222 - INFO - 已处理图片: ../../../.gitbook/assets/output (1) (6).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/b1e0a84aabbafd96897d277d787019de.png
+2025-03-10 15:17:47,312 - INFO - 已处理文件: jp/guides/workflow/debug-and-preview/log.md
+2025-03-10 15:17:50,581 - INFO - 已处理图片: ../../../.gitbook/assets/output (2) (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/16201deaa47a518ff73c983a33ab4002.png
+2025-03-10 15:17:50,633 - INFO - 已处理文件: jp/guides/workflow/debug-and-preview/checklist.md
+2025-03-10 15:17:54,717 - INFO - 已处理图片: ../../../.gitbook/assets/output (7).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/91379dc42d0d815e52ddad0cc5450a46.png
+2025-03-10 15:17:57,826 - INFO - 已处理图片: ../../../.gitbook/assets/output (1) (5).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/b92d7536392b1e1f2423d0e3aa113915.png
+2025-03-10 15:18:00,307 - INFO - 已处理图片: ../../../.gitbook/assets/output (2) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/4c81791508592e0f8019b8ebf8f119ea.png
+2025-03-10 15:18:00,364 - INFO - 已处理文件: jp/guides/workflow/debug-and-preview/yu-lan-yu-yun-hang.md
+2025-03-10 15:18:02,896 - INFO - 已处理图片: ../../../.gitbook/assets/output (3) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/36e547165a5088510c99baee4ce42bcd.png
+2025-03-10 15:18:04,790 - INFO - 已处理图片: ../../../.gitbook/assets/output (4) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/debug-and-preview/040e1051d33b94d35e4683d3c89691a8.png
+2025-03-10 15:18:04,844 - INFO - 已处理文件: jp/guides/workflow/debug-and-preview/step-run.md
+2025-03-10 15:18:04,873 - INFO - 文件无需修改: jp/guides/workflow/error-handling/error-type.md
+2025-03-10 15:18:04,900 - INFO - 文件无需修改: jp/guides/workflow/error-handling/saretaerrojikku.md
+2025-03-10 15:18:04,925 - INFO - 文件无需修改: jp/guides/workflow/error-handling/README.md
+2025-03-10 15:18:04,952 - INFO - 文件无需修改: jp/guides/workflow/error-handling/predefined-nodes-failure-logic.md
+2025-03-10 15:18:07,987 - INFO - 已处理图片: ../../../.gitbook/assets/conversational-variables-scenario-01.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/8f34c16783cc5a6a032d7c7751a46490.png
+2025-03-10 15:18:10,270 - INFO - 已处理图片: ../../../.gitbook/assets/conversation-var-scenario-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/1867d608a7d009431b73377ed65b427b.png
+2025-03-10 15:18:13,948 - INFO - 已处理图片: ../../../.gitbook/assets/conversation-var-scenario-2-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/c4362b01298b12e7d6fcd9e798f3165a.png
+2025-03-10 15:18:14,060 - INFO - 已处理文件: jp/guides/workflow/node/variable-assigner.md
+2025-03-10 15:18:15,505 - INFO - 已处理图片: ../../../.gitbook/assets/jp-template.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/7a3c701efd43e3d1729cb3baebe86018.png
+2025-03-10 15:18:15,505 - INFO - 跳过远程图片: https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCdDIVDY6AtAz028MFT4d%2Fuploads%2FOtGkLaz38v0FSzSBNuV2%2Fimage.png?alt=media&token=122965f8-9d70-4e57-b0e2-1fdaf1320275
+2025-03-10 15:18:15,549 - INFO - 已处理文件: jp/guides/workflow/node/template.md
+2025-03-10 15:18:18,693 - INFO - 已处理图片: ../../../.gitbook/assets/jp-parameter-extractor1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/44217718acf8557dc6794d4591afce59.png
+2025-03-10 15:18:20,186 - INFO - 已处理图片: ../../../.gitbook/assets/jp-parameter-extractor2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/4d59891b3d49ee2040ecfe50640b7292.png
+2025-03-10 15:18:21,468 - INFO - 已处理图片: ../../../.gitbook/assets/jp-parameter-extractor-setting.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/560c5a6ddf9e496a9840670a2cad663e.png
+2025-03-10 15:18:21,521 - INFO - 已处理文件: jp/guides/workflow/node/parameter-extractor.md
+2025-03-10 15:18:23,436 - INFO - 已处理图片: ../../../.gitbook/assets/image (227).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/7a7c91663c3799ce9d056b013d5df29c.png
+2025-03-10 15:18:26,683 - INFO - 已处理图片: ../../../.gitbook/assets/image (225).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/78e088e16a409cc18552b21bec98bc01.png
+2025-03-10 15:18:29,217 - INFO - 已处理图片: ../../../.gitbook/assets/image (226).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/da33064c784fc44c19b532a6d873cfaf.png
+2025-03-10 15:18:29,272 - INFO - 已处理文件: jp/guides/workflow/node/variable-aggregator.md
+2025-03-10 15:18:32,339 - INFO - 已处理图片: ../../../.gitbook/assets/jp-knowledge-retrieval.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/9e73f3baf4dcebdd7bfd106e725ef9cc.png
+2025-03-10 15:18:35,336 - INFO - 已处理图片: ../../../.gitbook/assets/jp-knowledge-retrieval-setting.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/5f21ab5c21535dcb28dfc49b39906987.png
+2025-03-10 15:18:36,829 - INFO - 已处理图片: ../../../.gitbook/assets/jp-knowledge-retrieval-output.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/2910b39ecb7633c5580761b87e939201.png
+2025-03-10 15:18:39,533 - INFO - 已处理图片: ../../../.gitbook/assets/jp-knowledge-retrieval-llm.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/4d6388a3cc7b23a6a0e8b511a46faa99.png
+2025-03-10 15:18:39,591 - INFO - 已处理文件: jp/guides/workflow/node/knowledge-retrieval.md
+2025-03-10 15:18:41,625 - INFO - 已处理图片: ../../../.gitbook/assets/image (12).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/27173b2503ca7241b084f7cbd17cdb4c.png
+2025-03-10 15:18:41,627 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (373).png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (373).png'
+2025-03-10 15:18:45,782 - INFO - 已处理图片: ../../../.gitbook/assets/image (14).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/22d9f76bae0f0b0a492ce465d3cb0f38.png
+2025-03-10 15:18:47,822 - INFO - 已处理图片: ../../../.gitbook/assets/image (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/12970502b2e202d1f890dcecadf2dcbd.png
+2025-03-10 15:18:47,876 - INFO - 已处理文件: jp/guides/workflow/node/doc-extractor.md
+2025-03-10 15:18:49,873 - INFO - 已处理图片: ../../../../zh_CN/.gitbook/assets/image (15).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/522a0c932aab93d4f3970168412f759e.png
+2025-03-10 15:18:52,388 - INFO - 已处理图片: ../../../../zh_CN/.gitbook/assets/image (17).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/8c1be5a1270203aeb694872c316cd61e.png
+2025-03-10 15:18:54,389 - INFO - 已处理图片: ../../../../zh_CN/.gitbook/assets/image (375).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/ca60c2a982f7a9902c178e4e5503db50.png
+2025-03-10 15:18:54,439 - INFO - 已处理文件: jp/guides/workflow/node/list-operator.md
+2025-03-10 15:18:56,858 - INFO - 已处理图片: ../../../.gitbook/assets/jp-http-request.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/5ca7d5e264e2377bc81333d6666b70dc.png
+2025-03-10 15:18:58,535 - INFO - 已处理图片: ../../../.gitbook/assets/customer-feedback-classification.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/090975269f8998f906c5636dde8d9540.png
+2025-03-10 15:19:00,250 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image (145).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/1f2e33cf7bed33096b5aee145006193d.png
+2025-03-10 15:19:00,295 - INFO - 已处理文件: jp/guides/workflow/node/http-request.md
+2025-03-10 15:19:00,326 - INFO - 文件无需修改: jp/guides/workflow/node/README.md
+2025-03-10 15:19:02,826 - INFO - 已处理图片: ../../../.gitbook/assets/jp-answer-demo.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/6491003f25630e300ebd70d1deb7034e.png
+2025-03-10 15:19:05,143 - INFO - 已处理图片: ../../../.gitbook/assets/jp-answer-with-image.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/aee5e83eafa2222473da745da1f8ee22.png
+2025-03-10 15:19:07,880 - INFO - 已处理图片: ../../../.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/19b19eddfb50fdbe880da598e43c24c9.png
+2025-03-10 15:19:07,936 - INFO - 已处理文件: jp/guides/workflow/node/answer.md
+2025-03-10 15:19:10,429 - INFO - 已处理图片: ../../../../img/en-iteration-scenario.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/754373d760ee3f58386c4181c25865a6.jpeg
+2025-03-10 15:19:13,383 - INFO - 已处理图片: ../../../.gitbook/assets/long-article-iteration-generator.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/3a403551d48b178d0a41ce2a5748dd2d.png
+2025-03-10 15:19:15,295 - INFO - 已处理图片: ../../../.gitbook/assets/jp-iteration-start.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/a5f4c1b7dea3f6d86a9548bd8712eebb.png
+2025-03-10 15:19:17,541 - INFO - 已处理图片: ../../../.gitbook/assets/jp-iteration-outline.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/52aac7a8678aa2594c52c15f347b385a.png
+2025-03-10 15:19:19,854 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-extract-subtitles-and-outlines.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/d3beee536ff3c35f4e1eb1ab610f35d7.png
+2025-03-10 15:19:21,816 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-iteration-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/ac91582998868004b298afe2f04e5589.png
+2025-03-10 15:19:23,190 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-iteration-llm-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/d849ff9164482a83ea8a091fde9cb4d1.png
+2025-03-10 15:19:25,338 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-configure-anwer-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/64da09ab904f74c8ec45e098c81f95be.png
+2025-03-10 15:19:28,383 - INFO - 已处理图片: ../../../.gitbook/assets/iteration-node-iteration-through-story-chapters.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/f443508d9ecc6d30094297243f590e6a.png
+2025-03-10 15:19:30,747 - INFO - 已处理图片: ../../../.gitbook/assets/iteration-node-iteration-long-article-iteration-generator.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/6e973b52bb3960bf948f92df8ae2f910.png
+2025-03-10 15:19:30,748 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/jp/guides/workflow/node, 错误: [Errno 21] Is a directory: '/Users/allen/Documents/dify-docs/jp/guides/workflow/node'
+2025-03-10 15:19:33,110 - INFO - 已处理图片: ../../../../img/en-iteration-two-executions.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/69ca622fa514072893d5358ccf6c2087.jpeg
+2025-03-10 15:19:35,144 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-extract-subtitles-and-outlines.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/d3beee536ff3c35f4e1eb1ab610f35d7.png
+2025-03-10 15:19:36,863 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-parameter-extraction-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/b5a9d4bee95d7a1331bb7ff7433e47a3.png
+2025-03-10 15:19:38,065 - INFO - 已处理图片: ../../../.gitbook/assets/iteration-code-node-convert.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/8be2372b00a802e981efe6f0ceff815b.png
+2025-03-10 15:19:40,041 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-template-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/8c0bcc5de453dea2776d2755449bd971.png
+2025-03-10 15:19:40,115 - INFO - 已处理文件: jp/guides/workflow/node/iteration.md
+2025-03-10 15:19:43,545 - INFO - 已处理图片: ../../../.gitbook/assets/jp-node-llm-prompt-generator.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/e11a18409212c4112c582a2385b3ca60.png
+2025-03-10 15:19:45,046 - INFO - 已处理图片: ../../../.gitbook/assets/jp-llm-detail.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/75a0eee463e2fd34e41010b55b47d504.png
+2025-03-10 15:19:47,685 - INFO - 已处理图片: ../../../.gitbook/assets/jp-llm-model.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/883c0e6facbe4b9a845c331797ef8feb.png
+2025-03-10 15:19:50,368 - INFO - 已处理图片: ../../../.gitbook/assets/jp-llm-customize.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/0033bc271052d1b299ca876d912010c9.png
+2025-03-10 15:19:52,370 - INFO - 已处理图片: ../../../.gitbook/assets/jp-llm-variable.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/2170b741801cc8e03f0b4574d2345950.png
+2025-03-10 15:19:52,372 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (371).png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/.gitbook/assets/image (371).png'
+2025-03-10 15:19:54,092 - INFO - 已处理图片: ../../../.gitbook/assets/jp-llm-with-histories.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/fd1707d32cf62f3e707cce70c83d08a1.png
+2025-03-10 15:19:56,326 - INFO - 已处理图片: ../../../.gitbook/assets/jp-llm-model-provider-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/ddeb4bcd71b57c62a12a4cf35107f0b6.png
+2025-03-10 15:19:58,101 - INFO - 已处理图片: ../../../.gitbook/assets/jp-llm-model-provider-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/8e145cb795bc71172e32348678b1551c.png
+2025-03-10 15:20:00,230 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image (135).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/988590f51629f43ac81770396456b372.png
+2025-03-10 15:20:03,461 - INFO - 已处理图片: ../../../.gitbook/assets/image (137).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/e1d26d2371dc7a2b10cbc0f5595816de.png
+2025-03-10 15:20:03,518 - INFO - 已处理文件: jp/guides/workflow/node/llm.md
+2025-03-10 15:20:04,935 - INFO - 已处理图片: ../../../.gitbook/assets/jp-code.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/c7e838ae455c0c6722ec1cfae41640fd.png
+2025-03-10 15:20:04,989 - INFO - 已处理文件: jp/guides/workflow/node/code.md
+2025-03-10 15:20:07,417 - INFO - 已处理图片: ../../../.gitbook/assets/jp-end-setting.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/b2d98960b11a1f8060190e5a9eb9d3ec.png
+2025-03-10 15:20:09,302 - INFO - 已处理图片: ../../../.gitbook/assets/jp-end-result.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/7ccc8b575f0d5eb7b7185e431b604c7a.png
+2025-03-10 15:20:11,123 - INFO - 已处理图片: ../../../.gitbook/assets/jp-end-double-result.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/86e19b0292a1659d15caafe1bf9fe2e7.png
+2025-03-10 15:20:11,177 - INFO - 已处理文件: jp/guides/workflow/node/end.md
+2025-03-10 15:20:11,178 - INFO - 跳过远程图片: https://r2.xmsex.net/2024/10/233efef6802ae700489f3ab3478bca6b.png
+2025-03-10 15:20:13,615 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/c4a9bb46f636807f0b59710724fddc40.png
+2025-03-10 15:20:15,812 - INFO - 已处理图片: ../../../../zh_CN/.gitbook/assets/image (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/2b26dc5f5b088304b65190e14f58423a.png
+2025-03-10 15:20:15,812 - INFO - 跳过远程图片: https://docs.dify.ai/~gitbook/image?url=https%3A%2F%2F1288284732-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FCdDIVDY6AtAz028MFT4d%252Fuploads%252FrN6uw5MOfjV2xsDnQsV1%252Fimage.png%3Falt%3Dmedia%26token%3D309a9336-7bd7-4ef6-8621-779538245e25&width=768&dpr=4&quality=100&sign=9d7d625a&sv=1
+2025-03-10 15:20:15,864 - INFO - 已处理文件: jp/guides/workflow/node/start.md
+2025-03-10 15:20:17,546 - INFO - 已处理图片: ../../../../img/jp-ifelse.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/0ac5b007b9fb6c1c22e2c9ea7c00dac5.png
+2025-03-10 15:20:19,097 - INFO - 已处理图片: ../../../.gitbook/assets/jp-ifelse-setting.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/098cf0cb913048464ed270cee12acde7.png
+2025-03-10 15:20:19,138 - INFO - 已处理文件: jp/guides/workflow/node/ifelse.md
+2025-03-10 15:20:22,485 - INFO - 已处理图片: ../../../.gitbook/assets/jp-question.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/5c3032359cb0c99013be446ab187d263.png
+2025-03-10 15:20:25,537 - INFO - 已处理图片: ../../../.gitbook/assets/jp-question-setting.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/workflow/node/c9d43eae2810729797456552c20ea481.png
+2025-03-10 15:20:25,568 - INFO - 已处理文件: jp/guides/workflow/node/question-classifier.md
+2025-03-10 15:20:25,569 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/workflow-tool.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/jp/.gitbook/assets/workflow-tool.png'
+2025-03-10 15:20:25,569 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/workflow-google-search-tool.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/jp/.gitbook/assets/workflow-google-search-tool.png'
+2025-03-10 15:20:25,599 - INFO - 文件无需修改: jp/guides/workflow/node/tools.md
+2025-03-10 15:20:25,630 - INFO - 文件无需修改: jp/guides/application-publishing/embedding-in-websites.md
+2025-03-10 15:20:25,631 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/guides\application-publishing\launch-your-webapp-quickly/API Access.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/.gitbook/assets/guides\\application-publishing\\launch-your-webapp-quickly/API Access.png'
+2025-03-10 15:20:25,662 - INFO - 文件无需修改: jp/guides/application-publishing/developing-with-apis.md
+2025-03-10 15:20:25,691 - INFO - 文件无需修改: jp/guides/application-publishing/README.md
+2025-03-10 15:20:25,723 - INFO - 文件无需修改: jp/guides/application-publishing/based-on-frontend-templates.md
+2025-03-10 15:20:27,926 - INFO - 已处理图片: ../../../../en/.gitbook/assets/conversation-chatbot.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/8decae00eeea24622e1f2ef73d4c447e.png
+2025-03-10 15:20:30,458 - INFO - 已处理图片: ../../../../en/.gitbook/assets/conversation-chatbot-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/5b7a6f950ed8a2ce3a705f362b4813fe.png
+2025-03-10 15:20:31,527 - INFO - 已处理图片: ../../../../en/.gitbook/assets/pin-delete-chat.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/46372ad4d79a3ea943d43f9434974956.png
+2025-03-10 15:20:34,393 - INFO - 已处理图片: ../../../../en/.gitbook/assets/conversation-opener.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/22e59e509296d25eb85cbd541e161c6d.png
+2025-03-10 15:20:37,396 - INFO - 已处理图片: ../../../../en/.gitbook/assets/conversation-follow-up.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/f88a7ffd777d51299f8b604249c044b3.png
+2025-03-10 15:20:39,602 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image (79) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/3a64c79792f1166301403f6c44cf4c85.png
+2025-03-10 15:20:39,651 - INFO - 已处理文件: jp/guides/application-publishing/launch-your-webapp-quickly/conversation-application.md
+2025-03-10 15:20:39,689 - INFO - 文件无需修改: jp/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.md
+2025-03-10 15:20:42,439 - INFO - 已处理图片: ../../../.gitbook/assets/image (244).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/56093185a61265109cee9f2e00420ff4.png
+2025-03-10 15:20:44,929 - INFO - 已处理图片: ../../../.gitbook/assets/image (69).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/1e2e8c9adc620f9d6b4ea157119e8659.png
+2025-03-10 15:20:48,313 - INFO - 已处理图片: ../../../.gitbook/assets/image (40).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/f5a5e95e1120906669b3c1ad4e186dea.png
+2025-03-10 15:20:48,358 - INFO - 已处理文件: jp/guides/application-publishing/launch-your-webapp-quickly/README.md
+2025-03-10 15:20:50,784 - INFO - 已处理图片: ../../../../en/.gitbook/assets/text-generator.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/4c5380cf71066d933082f7c30deacb01.png
+2025-03-10 15:20:51,965 - INFO - 已处理图片: ../../../../en/.gitbook/assets/text-generator-batch.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/c8381ab7fad14a54c86835dc4b1b6b5d.png
+2025-03-10 15:20:54,147 - INFO - 已处理图片: ../../../../en/.gitbook/assets/text-generator-batch-download.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/bae4859c5cb7404ce901b7979237bb93.png
+2025-03-10 15:20:56,976 - INFO - 已处理图片: ../../../../en/.gitbook/assets/batch-run.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/fc84f62f41c12e14ff85b29e6bf43d27.png
+2025-03-10 15:21:00,089 - INFO - 已处理图片: ../../../../en/.gitbook/assets/text-generator-saved.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/3cdd15e87aa1f1aae9f6abadb0f16d1f.png
+2025-03-10 15:21:02,974 - INFO - 已处理图片: ../../../../en/.gitbook/assets/text-generator-more-like-this.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/application-publishing/launch-your-webapp-quickly/65fb111d8e89a8f7b761859265e42f0a.png
+2025-03-10 15:21:03,034 - INFO - 已处理文件: jp/guides/application-publishing/launch-your-webapp-quickly/text-generator.md
+2025-03-10 15:21:04,707 - INFO - 已处理图片: ../../../en/.gitbook/assets/overview-data-analysis.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/273fbe372440ad8da870e6524854fa97.png
+2025-03-10 15:21:04,762 - INFO - 已处理文件: jp/guides/monitoring/analysis.md
+2025-03-10 15:21:06,500 - INFO - 已处理图片: ../../.gitbook/assets/image (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/45c8580f167e27c9e26784b5426987d0.png
+2025-03-10 15:21:06,550 - INFO - 已处理文件: jp/guides/monitoring/README.md
+2025-03-10 15:21:09,707 - INFO - 已处理图片: ../../../.gitbook/assets/image (249).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/75bed34765ed7d0e933a0069ecb094dd.png
+2025-03-10 15:21:12,252 - INFO - 已处理图片: ../../../.gitbook/assets/image (251).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/26cfbb94e312a100c39e217fdd0b4406.png
+2025-03-10 15:21:14,304 - INFO - 已处理图片: ../../../.gitbook/assets/image (253).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/2ed72a6761f2977201c29e67e5bc634c.png
+2025-03-10 15:21:17,366 - INFO - 已处理图片: ../../../.gitbook/assets/image (252).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/3c3fbd5392d37fbccf1f9ef76c54f0bc.png
+2025-03-10 15:21:20,582 - INFO - 已处理图片: ../../../.gitbook/assets/image (254).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/a2ff67951ce300082d875eae8458c8c7.png
+2025-03-10 15:21:23,348 - INFO - 已处理图片: ../../../../img/tracing-app-performance-langfuse.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/ebc84b328ad37c0f6dbca6101e1f90ab.png
+2025-03-10 15:21:24,848 - INFO - 已处理图片: ../../../../img/config-langfuse.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/5bfa409e7a073f133f21146535401512.png
+2025-03-10 15:21:27,833 - INFO - 已处理图片: ../../../../zh_CN/.gitbook/assets/image (26).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/de3b4e21db7fd39b4fa4cb4d54d1079e.png
+2025-03-10 15:21:30,663 - INFO - 已处理图片: ../../../../img/debug-app-in-dify.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/a1370fdbb79257cba31a565ac6764802.png
+2025-03-10 15:21:32,991 - INFO - 已处理图片: ../../../../img/view-traces-in-langfuse.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/b4fc3474336d5f60dc049c9153454496.png
+2025-03-10 15:21:33,043 - INFO - 已处理文件: jp/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.md
+2025-03-10 15:21:33,075 - INFO - 文件无需修改: jp/guides/monitoring/integrate-external-ops-tools/integrate-opik.md
+2025-03-10 15:21:35,795 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image (3) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/58e20105fcc0771ca2431e8e5dcc42d3.png
+2025-03-10 15:21:37,718 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image (7) (1) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/642c0ff7edfdfe77fba43aa22cc3fa71.png
+2025-03-10 15:21:40,066 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image (8) (1) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/c49a1fc769215193928ff0d880422f89.png
+2025-03-10 15:21:42,783 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image (3) (1) (1) (1) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/7082286b0d12af4bc0c84d9a3acf8b1b.png
+2025-03-10 15:21:46,094 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image (5) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/75a69bd4dd02f0ffc0313589ae12fb36.png
+2025-03-10 15:21:49,164 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image (9) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/723e96a13e8f722d6df714b11ffd0bb1.png
+2025-03-10 15:21:51,639 - INFO - 已处理图片: ../../../../en/.gitbook/assets/tracing-app-performance.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/b6c7e5d4c2ca2092d59465cca27bc69c.png
+2025-03-10 15:21:54,142 - INFO - 已处理图片: ../../../../en/.gitbook/assets/config-langsmith.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/93dfabcadb7b2ff597f54beb5e642124.png
+2025-03-10 15:21:55,624 - INFO - 已处理图片: ../../../../en/.gitbook/assets/integrate-with-langsmith.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/43369dc4de8f606c166fae2efab97d73.png
+2025-03-10 15:21:58,432 - INFO - 已处理图片: ../../../../en/.gitbook/assets/debug-app-in-dify.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/a1370fdbb79257cba31a565ac6764802.png
+2025-03-10 15:22:01,669 - INFO - 已处理图片: ../../../../en/.gitbook/assets/image (2) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/2833b2ffa20927b5328e9624b065beea.png
+2025-03-10 15:22:04,094 - INFO - 已处理图片: ../../../../en/.gitbook/assets/viewing-app-data-in-langsmith.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/guides/monitoring/integrate-external-ops-tools/beeb4ee50c80de8db7400c1f65727c8c.png
+2025-03-10 15:22:04,152 - INFO - 已处理文件: jp/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.md
+2025-03-10 15:22:04,188 - INFO - 文件无需修改: jp/guides/monitoring/integrate-external-ops-tools/README.md
+2025-03-10 15:22:04,243 - INFO - 文件无需修改: jp/community/contribution.md
+2025-03-10 15:22:07,601 - INFO - 已处理图片: ../.gitbook/assets/jp-docs-contribution.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/jp/community/a4056d0c457d7b754ee9a2bc7225a8ad.png
+2025-03-10 15:22:07,653 - INFO - 已处理文件: jp/community/docs-contribution.md
+2025-03-10 15:22:07,685 - INFO - 文件无需修改: jp/community/support.md
+2025-03-10 15:22:07,714 - INFO - 文件无需修改: en/SUMMARY.md
+2025-03-10 15:22:07,740 - INFO - 文件无需修改: en/README.md
+2025-03-10 15:22:09,509 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-12-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/05ff829cf382e82c9ece2676032d2383.png
+2025-03-10 15:22:11,460 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/f73d82756bdf93c8863ac0b1f55fa5af.png
+2025-03-10 15:22:13,603 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-2-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/bcc961ffc8a341c8ba3137e475072f99.png
+2025-03-10 15:22:15,024 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-4-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/0fda6e81dc23974576ddc21bda96e26d.png
+2025-03-10 15:22:17,772 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-5-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/b250952afad12b39613aa27da5335fa3.png
+2025-03-10 15:22:19,865 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-6-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/3b86940eadfe0ce14d175a9bb80fe5a9.png
+2025-03-10 15:22:22,241 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-7-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/139ac0d2f4a10e2ec0e191457f4687a1.png
+2025-03-10 15:22:24,498 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-8-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/9045dbab8600e9c9d9632add787f26a6.png
+2025-03-10 15:22:26,505 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-9-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/47edc14c1d3c68eeb4ee4807b35df185.png
+2025-03-10 15:22:28,257 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-10-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/6e1c3dd63925fd9ba60568deb2602044.png
+2025-03-10 15:22:29,431 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-11-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/539060be4e014126f9c5fc96c53dc5a4.png
+2025-03-10 15:22:32,132 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-12-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/05ff829cf382e82c9ece2676032d2383.png
+2025-03-10 15:22:33,291 - INFO - 已处理图片: ../../.gitbook/assets/prompt-gen-1-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/426a416e468b9f495eb13ac2986acdca.png
+2025-03-10 15:22:36,623 - INFO - 已处理图片: ../../.gitbook/assets/prompt-gen-2-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/d750983264182e7af5014d5df4477e31.png
+2025-03-10 15:22:38,576 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-13-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/38a1bf752ca1fc71eccbbfd18046f5bc.png
+2025-03-10 15:22:40,020 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-14-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/d2d883d887272786ee19d97894cbb307.png
+2025-03-10 15:22:42,212 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-16-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/828b27d1a873ff7b4b44f76d93229225.png
+2025-03-10 15:22:44,475 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-3-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/4b4102f9027e2bda3fc520eaa8ea2354.png
+2025-03-10 15:22:46,212 - INFO - 已处理图片: ../../.gitbook/assets/build-ai-image-generation-app-15-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/basic/06dcf569989d797919fbe49ab8d5cadc.png
+2025-03-10 15:22:46,269 - INFO - 已处理文件: en/workshop/basic/build-ai-image-generation-app.md
+2025-03-10 15:22:46,301 - INFO - 文件无需修改: en/workshop/basic/README.md
+2025-03-10 15:22:47,484 - INFO - 已处理图片: ../../.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-03_08.51.29.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/4b4102f9027e2bda3fc520eaa8ea2354.png
+2025-03-10 15:22:48,758 - INFO - 已处理图片: ../../.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_20.37.09.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/b2955735f5c122d8a2fc08ef13654239.png
+2025-03-10 15:22:51,328 - INFO - 已处理图片: ../../.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_22.44.44.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/baee341b771d1cd77780fd4845b467b2.png
+2025-03-10 15:22:53,404 - INFO - 已处理图片: ../../.gitbook/assets/image (114).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/bad3185d9f2c92994c24de65a5414182.png
+2025-03-10 15:22:54,594 - INFO - 已处理图片: ../../.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-03_08.42.10.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/a041be2230364d7e729527f3f7af34d8.png
+2025-03-10 15:22:56,901 - INFO - 已处理图片: ../../.gitbook/assets/7d5de1cce4426f70f448402d7812bd040d681c225e49a2de66b59cbde66ba834.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/e5523ba1f801f4009b74e7cf03e2ef2f.png
+2025-03-10 15:22:58,320 - INFO - 已处理图片: ../../.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_19.43.21 (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/13899d88abeb3b3be20c44d40565a5f9.png
+2025-03-10 15:23:00,447 - INFO - 已处理图片: ../../.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_22.55.20.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/c99b66ac8d30289615a8869bae5a6455.png
+2025-03-10 15:23:02,517 - INFO - 已处理图片: ../../.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.02.04.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/51f9350677acb396bad5841fa80c903c.png
+2025-03-10 15:23:04,360 - INFO - 已处理图片: ../../.gitbook/assets/CleanShot 2024-10-07 at 21.44.50@2x.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/094b96e513169a47f1749e46e1357893.png
+2025-03-10 15:23:06,752 - INFO - 已处理图片: ../../.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.35.38.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/46f4e15ac1e9d3ca3f47dc5bb921ff01.png
+2025-03-10 15:23:09,874 - INFO - 已处理图片: ../../.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.41.03.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/a25b122dfa14f0c65fcd3498ccf1898e.png
+2025-03-10 15:23:11,623 - INFO - 已处理图片: ../../.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.47.20.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/835a01082e74723138d9f97bee0c6c4b.png
+2025-03-10 15:23:11,677 - INFO - 已处理文件: en/workshop/intermediate/twitter-chatflow.md
+2025-03-10 15:23:13,768 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-18 15.46.30.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/0147e0d6fa1412dcf38ff0b12d30e5fe.png
+2025-03-10 15:23:15,902 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-18 15.54.59.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/ebfb40e8b80adb8d7e1096ee5da16fad.png
+2025-03-10 15:23:18,782 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-18 15.57.26.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/0dab2d0a607d9486ae973d897b0c08bd.png
+2025-03-10 15:23:20,796 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-18 16.00.28.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/6a1f2b4a6e1b63febdaee3e01c1d39a4.png
+2025-03-10 15:23:23,091 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-18 16.02.41.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/fdc20eb804ec39a308726324f6b33f45.png
+2025-03-10 15:23:24,491 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-18 16.09.18.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/8936a4f7952c7aefe5f9d58ee730883c.png
+2025-03-10 15:23:27,211 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-18 16.15.45.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/627566df2b28b58ab84e53d3737c6927.png
+2025-03-10 15:23:29,406 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-18 16.22.44.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/0052ebf236d55dc0c143c5dbfe5f1e76.png
+2025-03-10 15:23:31,336 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-18 16.23.25.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/7bcfb95e806966a868885814f0d7dc35.png
+2025-03-10 15:23:33,894 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-11-18 16.24.18.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/cda4458ccb9be9e1c3ec9821fb5c5f99.png
+2025-03-10 15:23:33,950 - INFO - 已处理文件: en/workshop/intermediate/customer-service-bot.md
+2025-03-10 15:23:33,984 - INFO - 文件无需修改: en/workshop/intermediate/README.md
+2025-03-10 15:23:35,595 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-21 15.21.21.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/bc4b1492bd10ef782457ec6a709997f9.png
+2025-03-10 15:23:37,811 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-22 08.56.33.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/cc9cbf8b718b8abbf84cd8649a08c1a3.png
+2025-03-10 15:23:39,639 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-22 09.10.17.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/8eff802e3e1e3da466c5dc9ac56c50f2.png
+2025-03-10 15:23:41,910 - INFO - 已处理图片: ../../.gitbook/assets/截屏2024-10-22 09.11.28.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/workshop/intermediate/287690e1fef87af270c0d5020d25d6cf.png
+2025-03-10 15:23:41,966 - INFO - 已处理文件: en/workshop/intermediate/article-reader.md
+2025-03-10 15:23:41,997 - INFO - 文件无需修改: en/development/backend/README.md
+2025-03-10 15:23:42,027 - INFO - 文件无需修改: en/development/backend/sandbox/contribution.md
+2025-03-10 15:23:42,056 - INFO - 文件无需修改: en/development/backend/sandbox/README.md
+2025-03-10 15:23:42,084 - INFO - 文件无需修改: en/development/models-integration/openllm.md
+2025-03-10 15:23:43,769 - INFO - 已处理图片: ../../.gitbook/assets/image (16) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/6945f8e7a0ae88d1f67f988d53d420bd.png
+2025-03-10 15:23:43,825 - INFO - 已处理文件: en/development/models-integration/xinference.md
+2025-03-10 15:23:46,561 - INFO - 已处理图片: ../../.gitbook/assets/image (115).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/c02feef6b054be16639ecd23ce10b605.png
+2025-03-10 15:23:46,616 - INFO - 已处理文件: en/development/models-integration/litellm.md
+2025-03-10 15:23:46,617 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/development/models-integration/.gitbook/assets/ollama (1, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/development/models-integration/.gitbook/assets/ollama (1'
+2025-03-10 15:23:48,981 - INFO - 已处理图片: ../../.gitbook/assets/ollama-config-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/06aa8dca873203e7bd8cc1866fa8f83b.png
+2025-03-10 15:23:51,187 - INFO - 已处理图片: ../../.gitbook/assets/ollama-use-model-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/f6003949d3fdf670fb4d61fab39d7947.png
+2025-03-10 15:23:51,251 - INFO - 已处理文件: en/development/models-integration/ollama.md
+2025-03-10 15:23:53,842 - INFO - 已处理图片: ../../.gitbook/assets/gpustack-deploy-llm.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/35f535a6bb3023aa69a3fdafbdb0c8f3.png
+2025-03-10 15:23:56,731 - INFO - 已处理图片: ../../.gitbook/assets/add-gpustack-llm.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/8e8851fec5a1515a2284aad68b90ad40.png
+2025-03-10 15:23:56,852 - INFO - 已处理文件: en/development/models-integration/gpustack.md
+2025-03-10 15:23:56,880 - INFO - 文件无需修改: en/development/models-integration/README.md
+2025-03-10 15:23:56,909 - INFO - 文件无需修改: en/development/models-integration/aws-bedrock-deepseek.md
+2025-03-10 15:23:59,427 - INFO - 已处理图片: ../../.gitbook/assets/image (14) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/af8a771b1e71152837e0f25b87a4471e.png
+2025-03-10 15:24:01,588 - INFO - 已处理图片: ../../.gitbook/assets/check-hosted-api.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/dc5a5584cef16fe76595058d37043546.png
+2025-03-10 15:24:04,361 - INFO - 已处理图片: ../../.gitbook/assets/get-model-name.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/248a80fb0dac520e690cb122dbe91324.png
+2025-03-10 15:24:06,556 - INFO - 已处理图片: ../../.gitbook/assets/create-model.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/425f762f4b4b88d7ff69f5e3e898e6d0.png
+2025-03-10 15:24:08,493 - INFO - 已处理图片: ../../.gitbook/assets/select-model-deploy.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/0821340197577ff126440b2558446890.png
+2025-03-10 15:24:10,936 - INFO - 已处理图片: ../../.gitbook/assets/deploy-model.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/f7582adc0937dc4f038e462b578d9c17.png
+2025-03-10 15:24:12,171 - INFO - 已处理图片: ../../.gitbook/assets/endpoint-url.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/30c38995813c0d05c35c42dc0f1d467c.png
+2025-03-10 15:24:13,776 - INFO - 已处理图片: ../../.gitbook/assets/use-model-in-dify.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/736421b38ac731e58585487ca2040c8b.png
+2025-03-10 15:24:16,711 - INFO - 已处理图片: ../../.gitbook/assets/endpoint-url-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/6a8908cace5b287070577bf555d69b0c.png
+2025-03-10 15:24:16,771 - INFO - 已处理文件: en/development/models-integration/hugging-face.md
+2025-03-10 15:24:18,174 - INFO - 已处理图片: ../../.gitbook/assets/set-up-replicate.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/b11aa84eb58e4457b47696f077389e37.png
+2025-03-10 15:24:19,339 - INFO - 已处理图片: ../../.gitbook/assets/replicate-version.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/95e2ad371c82ef7ef641192f2bf1a1f8.png
+2025-03-10 15:24:19,396 - INFO - 已处理文件: en/development/models-integration/replicate.md
+2025-03-10 15:24:19,429 - INFO - 文件无需修改: en/development/models-integration/localai.md
+2025-03-10 15:24:19,458 - INFO - 文件无需修改: en/development/migration/README.md
+2025-03-10 15:24:19,487 - INFO - 文件无需修改: en/development/migration/migrate-to-v1.md
+2025-03-10 15:24:19,516 - INFO - 文件无需修改: en/plugins/faq.md
+2025-03-10 15:24:19,546 - INFO - 文件无需修改: en/plugins/introduction.md
+2025-03-10 15:24:19,575 - INFO - 文件无需修改: en/plugins/manage-plugins.md
+2025-03-10 15:24:19,605 - INFO - 文件无需修改: en/plugins/publish-plugins/publish-plugin-on-personal-github-repo.md
+2025-03-10 15:24:19,649 - INFO - 文件无需修改: en/plugins/publish-plugins/README.md
+2025-03-10 15:24:19,678 - INFO - 文件无需修改: en/plugins/publish-plugins/package-plugin-file-and-publish.md
+2025-03-10 15:24:19,707 - INFO - 文件无需修改: en/plugins/publish-plugins/publish-to-dify-marketplace/README.md
+2025-03-10 15:24:19,737 - INFO - 文件无需修改: en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-developer-guidelines.md
+2025-03-10 15:24:19,767 - INFO - 文件无需修改: en/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines.md
+2025-03-10 15:24:19,797 - INFO - 文件无需修改: en/plugins/schema-definition/agent.md
+2025-03-10 15:24:19,827 - INFO - 文件无需修改: en/plugins/schema-definition/endpoint.md
+2025-03-10 15:24:19,857 - INFO - 文件无需修改: en/plugins/schema-definition/general-specifications.md
+2025-03-10 15:24:19,886 - INFO - 文件无需修改: en/plugins/schema-definition/tool.md
+2025-03-10 15:24:19,916 - INFO - 文件无需修改: en/plugins/schema-definition/persistent-storage.md
+2025-03-10 15:24:19,946 - INFO - 文件无需修改: en/plugins/schema-definition/README.md
+2025-03-10 15:24:19,976 - INFO - 文件无需修改: en/plugins/schema-definition/manifest.md
+2025-03-10 15:24:20,007 - INFO - 文件无需修改: en/plugins/schema-definition/reverse-invocation-of-the-dify-service/app.md
+2025-03-10 15:24:20,037 - INFO - 文件无需修改: en/plugins/schema-definition/reverse-invocation-of-the-dify-service/model.md
+2025-03-10 15:24:20,066 - INFO - 文件无需修改: en/plugins/schema-definition/reverse-invocation-of-the-dify-service/tool.md
+2025-03-10 15:24:20,097 - INFO - 文件无需修改: en/plugins/schema-definition/reverse-invocation-of-the-dify-service/node.md
+2025-03-10 15:24:20,127 - INFO - 文件无需修改: en/plugins/schema-definition/reverse-invocation-of-the-dify-service/README.md
+2025-03-10 15:24:20,158 - INFO - 文件无需修改: en/plugins/schema-definition/model/model-schema.md
+2025-03-10 15:24:20,189 - INFO - 文件无需修改: en/plugins/schema-definition/model/README.md
+2025-03-10 15:24:20,219 - INFO - 文件无需修改: en/plugins/schema-definition/model/model-designing-rules.md
+2025-03-10 15:24:20,250 - INFO - 文件无需修改: en/plugins/quick-start/install-plugins.md
+2025-03-10 15:24:20,281 - INFO - 文件无需修改: en/plugins/quick-start/README.md
+2025-03-10 15:24:20,314 - INFO - 文件无需修改: en/plugins/quick-start/debug-plugin.md
+2025-03-10 15:24:20,345 - INFO - 文件无需修改: en/plugins/quick-start/develop-plugins/extension-plugin.md
+2025-03-10 15:24:20,375 - INFO - 文件无需修改: en/plugins/quick-start/develop-plugins/agent-strategy-plugin.md
+2025-03-10 15:24:20,406 - INFO - 文件无需修改: en/plugins/quick-start/develop-plugins/README.md
+2025-03-10 15:24:20,446 - INFO - 文件无需修改: en/plugins/quick-start/develop-plugins/tool-plugin.md
+2025-03-10 15:24:20,477 - INFO - 文件无需修改: en/plugins/quick-start/develop-plugins/bundle.md
+2025-03-10 15:24:20,509 - INFO - 文件无需修改: en/plugins/quick-start/develop-plugins/initialize-development-tools.md
+2025-03-10 15:24:20,540 - INFO - 文件无需修改: en/plugins/quick-start/develop-plugins/model-plugin/predefined-model.md
+2025-03-10 15:24:20,571 - INFO - 文件无需修改: en/plugins/quick-start/develop-plugins/model-plugin/create-model-providers.md
+2025-03-10 15:24:20,601 - INFO - 文件无需修改: en/plugins/quick-start/develop-plugins/model-plugin/customizable-model.md
+2025-03-10 15:24:20,633 - INFO - 文件无需修改: en/plugins/quick-start/develop-plugins/model-plugin/README.md
+2025-03-10 15:24:20,665 - INFO - 文件无需修改: en/plugins/best-practice/develop-a-slack-bot-plugin.md
+2025-03-10 15:24:20,696 - INFO - 文件无需修改: en/plugins/best-practice/README.md
+2025-03-10 15:24:20,727 - INFO - 文件无需修改: en/features/workflow.md
+2025-03-10 15:24:20,727 - ERROR - 转换图片失败: /Users/allen/Documents/img/learn-more-json-schema.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/img/learn-more-json-schema.png'
+2025-03-10 15:24:22,081 - INFO - 已处理图片: ../../img/best-practice-json-schema-ui-example.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/03c1132f714cbd5920f5b0f80287a07d.png
+2025-03-10 15:24:22,126 - INFO - 已处理文件: en/learn-more/how-to-use-json-schema-in-dify.md
+2025-03-10 15:24:22,163 - INFO - 文件无需修改: en/learn-more/faq/use-llms-faq.md
+2025-03-10 15:24:22,202 - INFO - 文件无需修改: en/learn-more/faq/README.md
+2025-03-10 15:24:22,233 - INFO - 文件无需修改: en/learn-more/faq/install-faq.md
+2025-03-10 15:24:22,266 - INFO - 文件无需修改: en/learn-more/faq/plugins.md
+2025-03-10 15:24:22,297 - INFO - 文件无需修改: en/learn-more/prompt-engineering/README.md
+2025-03-10 15:24:22,329 - INFO - 文件无需修改: en/learn-more/prompt-engineering/prompt-engineering-1/prompt-engineering-template.md
+2025-03-10 15:24:22,329 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/.gitbook/assets/screenshot-20231017-092613.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/.gitbook/assets/screenshot-20231017-092613.png'
+2025-03-10 15:24:22,329 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/.gitbook/assets/screenshot-20231017-092957.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/.gitbook/assets/screenshot-20231017-092957.png'
+2025-03-10 15:24:22,329 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/.gitbook/assets/3.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/.gitbook/assets/3.png'
+2025-03-10 15:24:22,329 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/.gitbook/assets/4.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/.gitbook/assets/4.png'
+2025-03-10 15:24:22,329 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/.gitbook/assets/5.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/.gitbook/assets/5.png'
+2025-03-10 15:24:22,330 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/.gitbook/assets/专家模式.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/.gitbook/assets/专家模式.png'
+2025-03-10 15:24:22,330 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/.gitbook/assets/参数设置.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/.gitbook/assets/参数设置.png'
+2025-03-10 15:24:22,330 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/.gitbook/assets/快捷键.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/.gitbook/assets/快捷键.png'
+2025-03-10 15:24:22,330 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/.gitbook/assets/日志.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/.gitbook/assets/日志.png'
+2025-03-10 15:24:22,330 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/.gitbook/assets/11.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/.gitbook/assets/11.png'
+2025-03-10 15:24:22,330 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/.gitbook/assets/12.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/.gitbook/assets/12.png'
+2025-03-10 15:24:22,362 - INFO - 文件无需修改: en/learn-more/prompt-engineering/prompt-engineering-1/README.md
+2025-03-10 15:24:26,066 - INFO - 已处理图片: ../../.gitbook/assets/learn-more-json-schema.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/899b0a46e438e50bef731fa45d3e7837.png
+2025-03-10 15:24:28,241 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-json-schema-ui-example.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/03c1132f714cbd5920f5b0f80287a07d.png
+2025-03-10 15:24:28,301 - INFO - 已处理文件: en/learn-more/extended-reading/how-to-use-json-schema-in-dify.md
+2025-03-10 15:24:28,337 - INFO - 文件无需修改: en/learn-more/extended-reading/README.md
+2025-03-10 15:24:28,369 - INFO - 文件无需修改: en/learn-more/extended-reading/what-is-llmops.md
+2025-03-10 15:24:30,283 - INFO - 已处理图片: ../../../.gitbook/assets/en-rag-multiple.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/a44e23f00203fd85d16b090403f8fb58.png
+2025-03-10 15:24:32,684 - INFO - 已处理图片: ../../../.gitbook/assets/rerank-flow-chart.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/64007d543f1c5c3f2e87d606d79d04d3.png
+2025-03-10 15:24:32,744 - INFO - 已处理文件: en/learn-more/extended-reading/retrieval-augment/retrieval.md
+2025-03-10 15:24:35,794 - INFO - 已处理图片: ../../../.gitbook/assets/image (129).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/19b393464a4d0374498144502f024516.png
+2025-03-10 15:24:35,855 - INFO - 已处理文件: en/learn-more/extended-reading/retrieval-augment/README.md
+2025-03-10 15:24:38,552 - INFO - 已处理图片: ../../../.gitbook/assets/image (128) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/292a7f8e50b9b6be6ababd6b84ac322f.png
+2025-03-10 15:24:40,877 - INFO - 已处理图片: ../../../.gitbook/assets/en-rerank-cohere.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/cf0cd2766490583758d06cafbfb01a40.png
+2025-03-10 15:24:42,943 - INFO - 已处理图片: ../../../.gitbook/assets/en-rerank-explore.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/ad3bc13e53749ce69de5db196443676f.png
+2025-03-10 15:24:44,283 - INFO - 已处理图片: ../../../.gitbook/assets/en-rerank-setting.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/f9cde54ca59bfdc5ad94afb00551d5d0.png
+2025-03-10 15:24:44,348 - INFO - 已处理文件: en/learn-more/extended-reading/retrieval-augment/rerank.md
+2025-03-10 15:24:46,520 - INFO - 已处理图片: ../../../.gitbook/assets/image (127).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/16818764adc7c9e7bfbe4be8fb3fd6ee.png
+2025-03-10 15:24:48,534 - INFO - 已处理图片: ../../../.gitbook/assets/image (116).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/d9f6c540579ffa7833c8e8fecab13470.png
+2025-03-10 15:24:49,875 - INFO - 已处理图片: ../../../.gitbook/assets/image (122).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/4ba9e7aed96e64da0e6475913041ed55.png
+2025-03-10 15:24:52,096 - INFO - 已处理图片: ../../../.gitbook/assets/image (118).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/60ab88815f84ef92a45ac239481fcefd.png
+2025-03-10 15:24:54,300 - INFO - 已处理图片: ../../../.gitbook/assets/image (119).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/36f3a2e700529cdfdab067acc1340d4e.png
+2025-03-10 15:24:56,563 - INFO - 已处理图片: ../../../.gitbook/assets/image (120).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/24fc8d33f05253cc83b5f6371b94b84b.png
+2025-03-10 15:24:59,108 - INFO - 已处理图片: ../../../.gitbook/assets/image (121).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/extended-reading/retrieval-augment/b07e4a2c1345ab676c6e0c107651d0f9.png
+2025-03-10 15:24:59,243 - INFO - 已处理文件: en/learn-more/extended-reading/retrieval-augment/hybrid-search.md
+2025-03-10 15:24:59,290 - INFO - 文件无需修改: en/learn-more/use-cases/dify-schedule.md
+2025-03-10 15:24:59,344 - INFO - 文件无需修改: en/learn-more/use-cases/private-ai-ollama-deepseek-dify.md
+2025-03-10 15:24:59,376 - INFO - 文件无需修改: en/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.md
+2025-03-10 15:24:59,385 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/login-2.png, 错误: unknown file extension:
+2025-03-10 15:24:59,397 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/connect-with-notion-1.png, 错误: unknown file extension:
+2025-03-10 15:24:59,409 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/train-1.png, 错误: unknown file extension:
+2025-03-10 15:24:59,427 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/train-2.png, 错误: unknown file extension:
+2025-03-10 15:24:59,444 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/train-3.png, 错误: unknown file extension:
+2025-03-10 15:24:59,462 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/create-app-1.png, 错误: unknown file extension:
+2025-03-10 15:24:59,478 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/create-app-2.png, 错误: unknown file extension:
+2025-03-10 15:25:02,512 - INFO - 已处理图片: ../../.gitbook/assets/app-url.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/1f8c6f7d7f3d61a1928d25ab85f7b1ff.png
+2025-03-10 15:25:03,905 - INFO - 已处理图片: ../../.gitbook/assets/api-reference.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/4062ac40525d573f14a8059a6605688a.png
+2025-03-10 15:25:06,629 - INFO - 已处理图片: ../../.gitbook/assets/using-api-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/b2546aa50caff4316798edc0b950661d.png
+2025-03-10 15:25:09,186 - INFO - 已处理图片: ../../.gitbook/assets/using-api-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/6feec1081814299c574b5fb4af3f2bb8.png
+2025-03-10 15:25:09,217 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/using-api-4.png, 错误: unknown file extension:
+2025-03-10 15:25:09,244 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/using-api-5.png, 错误: unknown file extension:
+2025-03-10 15:25:09,266 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/create-app-5.png, 错误: unknown file extension:
+2025-03-10 15:25:09,272 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/connect-with-notion-2.png, 错误: unknown file extension:
+2025-03-10 15:25:09,279 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/connect-with-notion-3.png, 错误: unknown file extension:
+2025-03-10 15:25:09,286 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/connect-with-notion-4.png, 错误: unknown file extension:
+2025-03-10 15:25:12,406 - INFO - 已处理图片: ../../.gitbook/assets/image (40) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/f5a5e95e1120906669b3c1ad4e186dea.png
+2025-03-10 15:25:15,205 - INFO - 已处理图片: ../../.gitbook/assets/notion-speech-to-text.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/ffa36d0313dba8ac4255424c4f880191.png
+2025-03-10 15:25:15,268 - INFO - 已处理文件: en/learn-more/use-cases/build-an-notion-ai-assistant.md
+2025-03-10 15:25:18,314 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (360).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/1bf24647a5ffeba4accecd1052011980.png
+2025-03-10 15:25:20,187 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/c57ce0a77ee668268f53e91497bd5c2b.png
+2025-03-10 15:25:23,007 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (359).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/03fd7e383daf419765bbfd05c3742923.png
+2025-03-10 15:25:24,539 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (362).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/4f2ce69f8c59e788beb91303c68db571.png
+2025-03-10 15:25:27,056 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (363).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/c3c30c7ed923ee1d7986e92bb35186c6.png
+2025-03-10 15:25:29,965 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (364).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/58c324c08c1c5fc23ab31e04967ae449.png
+2025-03-10 15:25:32,918 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (366).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/fbc64f060f9fda83847428439b07c247.png
+2025-03-10 15:25:35,697 - INFO - 已处理图片: ../../../zh_CN/.gitbook/assets/image (367).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/0984a89e4cf2a1150ec3160da14c656e.png
+2025-03-10 15:25:35,750 - INFO - 已处理文件: en/learn-more/use-cases/how-to-connect-aws-bedrock.md
+2025-03-10 15:25:35,785 - INFO - 文件无需修改: en/learn-more/use-cases/README.md
+2025-03-10 15:25:37,080 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-wix-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/238daf21d6632d7d20cc9a6b882194f9.png
+2025-03-10 15:25:38,268 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-wix-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/ebab9e1f734d80e793db3675a46099fb.png
+2025-03-10 15:25:40,712 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-add-html-iframe.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/43b79d103da8beb69619e8f122609b89.png
+2025-03-10 15:25:42,597 - INFO - 已处理图片: ../../.gitbook/assets/best-practice-insert-dify-iframe-code.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/fb257be087645aaa5eb2ae01a4a15d8d.png
+2025-03-10 15:25:42,656 - INFO - 已处理文件: en/learn-more/use-cases/how-to-integrate-dify-chatbot-to-your-wix-website.md
+2025-03-10 15:25:45,688 - INFO - 已处理图片: ../../.gitbook/assets/ai-chatbot-knowledge-base.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/3ba45ef5b8859d80cded096caf386c1b.png
+2025-03-10 15:25:48,162 - INFO - 已处理图片: ../../.gitbook/assets/app-pre-prompt-opening-remarks.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/1175a854034f6814b8066852d63bcdf8.png
+2025-03-10 15:25:50,043 - INFO - 已处理图片: ../../.gitbook/assets/debug-ai-chatbot-publish.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/6e917021e11803171d7801af948ffc4c.png
+2025-03-10 15:25:54,116 - INFO - 已处理图片: ../../.gitbook/assets/ai-chatbot-embedded.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/8945e4cbb2ffbd9c5e2272fd99768be3.png
+2025-03-10 15:25:54,175 - INFO - 已处理文件: en/learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.md
+2025-03-10 15:25:54,225 - INFO - 文件无需修改: en/learn-more/use-cases/dify-model-arena.md
+2025-03-10 15:25:56,544 - INFO - 已处理图片: ../../.gitbook/assets/mj-prompt-bot-with-dify.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/b9e69dc45562f699ef2d6e5f8d71e7ce.png
+2025-03-10 15:25:59,328 - INFO - 已处理图片: ../../.gitbook/assets/screenshot-20230802-114025.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/936c786960ac4bf7936227c58b4754a4.png
+2025-03-10 15:26:02,337 - INFO - 已处理图片: ../../.gitbook/assets/WechatIMG38.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/488879620e712ce535106fd58d529bb7.jpeg
+2025-03-10 15:26:04,804 - INFO - 已处理图片: ../../.gitbook/assets/pre-prompt.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/9c03412aa11d3542940e3bdcc0a85a4e.png
+2025-03-10 15:26:07,615 - INFO - 已处理图片: ../../.gitbook/assets/screenshot-20230802-145326.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/ca81600060ffdfb7ec2a6e3c72bd86d7.png
+2025-03-10 15:26:10,053 - INFO - 已处理图片: ../../.gitbook/assets/WechatIMG157.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/86d0eb832fd8457dc3cb2e5656f96425.jpeg
+2025-03-10 15:26:12,402 - INFO - 已处理图片: ../../.gitbook/assets/WechatIMG158.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/ac8ab15304f9f1ff5fa67e78726e101c.jpeg
+2025-03-10 15:26:14,520 - INFO - 已处理图片: ../../.gitbook/assets/app-variables.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/6a906ca7145c8c32bf9a72fc02b17c0f.png
+2025-03-10 15:26:16,908 - INFO - 已处理图片: ../../.gitbook/assets/WechatIMG160.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/dd064aee30a248ce62f4fb197096c38d.jpeg
+2025-03-10 15:26:19,196 - INFO - 已处理图片: ../../.gitbook/assets/screenshot-20230802-141913.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/ea875bf33f674a39318e26b67e561e61.png
+2025-03-10 15:26:21,673 - INFO - 已处理图片: ../../.gitbook/assets/screenshot-20230802-142407.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/3f997d26023f1ee9bc8604eb2eb1cb6e.png
+2025-03-10 15:26:21,719 - INFO - 已处理文件: en/learn-more/use-cases/create-a-midjourney-prompt-bot-with-dify.md
+2025-03-10 15:26:24,844 - INFO - 已处理图片: ../../.gitbook/assets/schedule-chat.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/29a5c3cecfb51b03a810ff3cfc84824b.png
+2025-03-10 15:26:27,953 - INFO - 已处理图片: ../../.gitbook/assets/schedule-chat2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/e46b0c8b31e97d9c36c0f1ec260c3a4a.png
+2025-03-10 15:26:30,150 - INFO - 已处理图片: ../../.gitbook/assets/schedule-dify1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/3662df1a59acad8c27a716637512fe7b.png
+2025-03-10 15:26:33,462 - INFO - 已处理图片: ../../.gitbook/assets/schedule-dify2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/learn-more/use-cases/5e67ae283c36aba4bc36fc1187ecaacd.png
+2025-03-10 15:26:33,526 - INFO - 已处理文件: en/learn-more/use-cases/how-to-creat-dify-schedule.md
+2025-03-10 15:26:33,562 - INFO - 文件无需修改: en/policies/open-source.md
+2025-03-10 15:26:33,596 - INFO - 文件无需修改: en/policies/agreement/README.md
+2025-03-10 15:26:33,629 - INFO - 文件无需修改: en/policies/agreement/get-compliance-report.md
+2025-03-10 15:26:33,664 - INFO - 文件无需修改: en/getting-started/cloud.md
+2025-03-10 15:26:33,698 - INFO - 文件无需修改: en/getting-started/dify-premium-on-aws.md
+2025-03-10 15:26:33,732 - INFO - 文件无需修改: en/getting-started/install-self-hosted/environments.md
+2025-03-10 15:26:33,765 - INFO - 文件无需修改: en/getting-started/install-self-hosted/bt-panel.md
+2025-03-10 15:26:33,798 - INFO - 文件无需修改: en/getting-started/install-self-hosted/local-source-code.md
+2025-03-10 15:26:33,831 - INFO - 文件无需修改: en/getting-started/install-self-hosted/faqs.md
+2025-03-10 15:26:33,864 - INFO - 文件无需修改: en/getting-started/install-self-hosted/README.md
+2025-03-10 15:26:33,897 - INFO - 文件无需修改: en/getting-started/install-self-hosted/install-faq.md
+2025-03-10 15:26:33,942 - INFO - 文件无需修改: en/getting-started/install-self-hosted/docker-compose.md
+2025-03-10 15:26:34,009 - INFO - 文件无需修改: en/getting-started/install-self-hosted/start-the-frontend-docker-container.md
+2025-03-10 15:26:34,047 - INFO - 文件无需修改: en/getting-started/readme/features-and-specifications.md
+2025-03-10 15:26:34,082 - INFO - 文件无需修改: en/getting-started/readme/model-providers.md
+2025-03-10 15:26:37,114 - INFO - 已处理图片: ../../.gitbook/assets/first-party-tools.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/20cffc5ccef7e59ca3f7e7de6fcec302.png
+2025-03-10 15:26:39,311 - INFO - 已处理图片: ../../.gitbook/assets/configure-first-party-tool-api.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/67643e5b416c155a1e3af54d3c5bb136.png
+2025-03-10 15:26:39,312 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-tools-create-customized-tools-1.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/.gitbook/assets/en-tools-create-customized-tools-1.png'
+2025-03-10 15:26:39,312 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-tools-create-customized-tools-2.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/.gitbook/assets/en-tools-create-customized-tools-2.png'
+2025-03-10 15:26:39,312 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-tools-create-customized-tools-3.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/.gitbook/assets/en-tools-create-customized-tools-3.png'
+2025-03-10 15:26:42,129 - INFO - 已处理图片: ../../.gitbook/assets/use-tools-in-app.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/34e5fdc6118a42ffc2923d03c4ef6330.png
+2025-03-10 15:26:45,338 - INFO - 已处理图片: ../../.gitbook/assets/ai-using-tools-during-conversation.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/d3845b811075914c1e0b4ac9f509d7ed.png
+2025-03-10 15:26:46,850 - INFO - 已处理文件: en/guides/tools/README.md
+2025-03-10 15:26:47,938 - INFO - 文件无需修改: en/guides/tools/advanced-tool-integration.md
+2025-03-10 15:26:51,008 - INFO - 已处理图片: ../../.gitbook/assets/Feb 4, 2024 (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/c99fed3e1bbe5d724810fd6118012071.png
+2025-03-10 15:26:51,366 - INFO - 已处理文件: en/guides/tools/quick-tool-integration.md
+2025-03-10 15:26:51,435 - INFO - 文件无需修改: en/guides/tools/tool-configuration/alphavantage.md
+2025-03-10 15:26:51,436 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/tools/comfyui_prompt.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/tools/comfyui_prompt.png'
+2025-03-10 15:26:51,437 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/tools/comfyui.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/tools/comfyui.png'
+2025-03-10 15:26:51,495 - INFO - 文件无需修改: en/guides/tools/tool-configuration/comfyui.md
+2025-03-10 15:26:51,570 - INFO - 文件无需修改: en/guides/tools/tool-configuration/README.md
+2025-03-10 15:26:51,571 - ERROR - 转换图片失败: /img/en-google-api.jpg, 错误: [Errno 2] No such file or directory: '/img/en-google-api.jpg'
+2025-03-10 15:26:51,571 - ERROR - 转换图片失败: /img/en-set-youtube-api.jpeg, 错误: [Errno 2] No such file or directory: '/img/en-set-youtube-api.jpeg'
+2025-03-10 15:26:53,361 - INFO - 已处理图片: ../../../../img/en-youtube-workflow.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/abaa685d6ffa5fbb8c295869eecfd721.jpeg
+2025-03-10 15:26:56,339 - INFO - 已处理图片: ../../../../img/en-youtube-agent.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/a5dc28b46d00cb523268bf51399476b6.png
+2025-03-10 15:26:56,395 - INFO - 已处理文件: en/guides/tools/tool-configuration/youtube.md
+2025-03-10 15:26:58,922 - INFO - 已处理图片: ../../../.gitbook/assets/tools-dalle.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/7d4e6ec0efcad4003d406f537092b5ed.png
+2025-03-10 15:26:58,974 - INFO - 已处理文件: en/guides/tools/tool-configuration/dall-e.md
+2025-03-10 15:27:01,880 - INFO - 已处理图片: ../../../.gitbook/assets/tool-searchapi.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/b00563dd5a7ea62696bd435e082861e5.png
+2025-03-10 15:27:04,513 - INFO - 已处理图片: ../../../.gitbook/assets/tool-searchapi-flow.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/174ac4e16e4dc60d67aa0ddaa94b1d36.png
+2025-03-10 15:27:04,688 - INFO - 已处理文件: en/guides/tools/tool-configuration/searchapi.md
+2025-03-10 15:27:06,592 - INFO - 已处理图片: ../../../.gitbook/assets/tools-google.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/41f639a04a23817c18bec84834a828ac.png
+2025-03-10 15:27:06,633 - INFO - 已处理文件: en/guides/tools/tool-configuration/google.md
+2025-03-10 15:27:10,098 - INFO - 已处理图片: ../../../.gitbook/assets/tools-bing.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/e460fd7a41a47061b6a4b3f0dd0f3cc6.png
+2025-03-10 15:27:10,187 - INFO - 已处理文件: en/guides/tools/tool-configuration/bing.md
+2025-03-10 15:27:13,061 - INFO - 已处理图片: ../../../.gitbook/assets/tools-perplexity.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/4a67338a66101cc29205d631771bd0d6.png
+2025-03-10 15:27:15,846 - INFO - 已处理图片: ../../../.gitbook/assets/tools-chatflow-perplexity.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/4a3ae03baadb7066e6152f2ed883a582.png
+2025-03-10 15:27:18,726 - INFO - 已处理图片: ../../../.gitbook/assets/tools-agent-perplexity.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/983682ddecfd6c47f04d56d44450c812.png
+2025-03-10 15:27:18,797 - INFO - 已处理文件: en/guides/tools/tool-configuration/perplexity.md
+2025-03-10 15:27:21,563 - INFO - 已处理图片: ../../../.gitbook/assets/tool-serper.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/f2e06162b25b3fa295b7fd392cc3534e.png
+2025-03-10 15:27:21,633 - INFO - 已处理文件: en/guides/tools/tool-configuration/serper.md
+2025-03-10 15:27:21,674 - INFO - 文件无需修改: en/guides/tools/tool-configuration/searxng.md
+2025-03-10 15:27:21,712 - INFO - 文件无需修改: en/guides/tools/tool-configuration/stable-diffusion.md
+2025-03-10 15:27:24,676 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-27 13.04.16.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/65e6e2f0c8aa64958341b53770d7b2c7.png
+2025-03-10 15:27:27,648 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-27 13.17.40.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/1ada78b6761dd3b7a95d8b747486f38a.png
+2025-03-10 15:27:29,867 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-27 13.14.16.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/ade6f26e87ec4e2b091662a188a89e00.png
+2025-03-10 15:27:41,007 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-09-27 13.13.06.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/tools/tool-configuration/d89e52d598e042f0be0cc6249fc387f0.png
+2025-03-10 15:27:41,125 - INFO - 已处理文件: en/guides/tools/tool-configuration/siliconflow.md
+2025-03-10 15:27:41,597 - INFO - 文件无需修改: en/guides/extension/README.md
+2025-03-10 15:27:41,599 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/guides/extension/api-based-extension/todo, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/guides/extension/api-based-extension/todo'
+2025-03-10 15:27:41,649 - INFO - 文件无需修改: en/guides/extension/api-based-extension/external-data-tool.md
+2025-03-10 15:27:45,300 - INFO - 已处理图片: ../../../.gitbook/assets/screenshot-20231128-104353 (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/extension/api-based-extension/ae289aeca0b29222a4e36820f76e3c5c.png
+2025-03-10 15:27:48,296 - INFO - 已处理图片: ../../../.gitbook/assets/screenshot-20231128-104353 (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/extension/api-based-extension/ae289aeca0b29222a4e36820f76e3c5c.png
+2025-03-10 15:27:51,690 - INFO - 已处理图片: ../../../.gitbook/assets/screenshot-20231128-104353 (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/extension/api-based-extension/ae289aeca0b29222a4e36820f76e3c5c.png
+2025-03-10 15:27:51,715 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/spaces_CdDIVDY6AtAz028MFT4d_uploads_kLpE7vN8jg1KrzeCWZtn_download.webp, 错误: unknown file extension:
+2025-03-10 15:27:53,432 - INFO - 已处理图片: ../../../.gitbook/assets/spaces_CdDIVDY6AtAz028MFT4d_uploads_Z1SpULkGZ0xDBnSXOhC1_8000.webp -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/extension/api-based-extension/5d3cf23074d5411ffd8571de28a07774.webp
+2025-03-10 15:27:55,393 - INFO - 已处理图片: ../../../.gitbook/assets/spaces_CdDIVDY6AtAz028MFT4d_uploads_8EgAgdMcArHAaJJFEEWA_ngrock copy.jpg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/extension/api-based-extension/4357f9c0dc1e494b3718b56ae9253e6a.jpeg
+2025-03-10 15:27:55,459 - INFO - 已处理文件: en/guides/extension/api-based-extension/README.md
+2025-03-10 15:27:58,086 - INFO - 已处理图片: ../../../.gitbook/assets/api_extension_edit (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/extension/api-based-extension/9433a486a441713ade6270e9dc6c0544.png
+2025-03-10 15:28:00,868 - INFO - 已处理图片: ../../../.gitbook/assets/app_tools_edit (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/extension/api-based-extension/72c285e58ec136a1a9a66f61b4b41ca1.png
+2025-03-10 15:28:00,927 - INFO - 已处理文件: en/guides/extension/api-based-extension/cloudflare-workers.md
+2025-03-10 15:28:00,987 - INFO - 文件无需修改: en/guides/extension/api-based-extension/moderation-extension.md
+2025-03-10 15:28:01,023 - INFO - 文件无需修改: en/guides/extension/api-based-extension/moderation.md
+2025-03-10 15:28:01,023 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/guides/extension/code-based-extension/todo, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/guides/extension/code-based-extension/todo'
+2025-03-10 15:28:01,061 - INFO - 文件无需修改: en/guides/extension/code-based-extension/external-data-tool.md
+2025-03-10 15:28:01,100 - INFO - 文件无需修改: en/guides/extension/code-based-extension/README.md
+2025-03-10 15:28:01,100 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/guides/extension/code-based-extension/todo, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/guides/extension/code-based-extension/todo'
+2025-03-10 15:28:01,135 - INFO - 文件无需修改: en/guides/extension/code-based-extension/moderation.md
+2025-03-10 15:28:01,136 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/guides/explore/images/explore-app.jpg, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/guides/explore/images/explore-app.jpg'
+2025-03-10 15:28:01,136 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/guides/explore/images/creat-customize-app.jpg, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/guides/explore/images/creat-customize-app.jpg'
+2025-03-10 15:28:01,136 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/guides/explore/images/workspace.jpg, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/guides/explore/images/workspace.jpg'
+2025-03-10 15:28:01,176 - INFO - 文件无需修改: en/guides/workspace/explore.md
+2025-03-10 15:28:04,097 - INFO - 已处理图片: ../../.gitbook/assets/explore-apps-by-dify.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workspace/e26314942a21cfafaaf576b6a0b723e2.png
+2025-03-10 15:28:05,988 - INFO - 已处理图片: ../../.gitbook/assets/create-app (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workspace/5ce9a17b6b811d010426c8fe3e0646ab.png
+2025-03-10 15:28:06,036 - INFO - 已处理文件: en/guides/workspace/app.md
+2025-03-10 15:28:06,037 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/guides/.gitbook/assets/usage.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/guides/.gitbook/assets/usage.png'
+2025-03-10 15:28:06,074 - INFO - 文件无需修改: en/guides/workspace/billing.md
+2025-03-10 15:28:06,109 - INFO - 文件无需修改: en/guides/workspace/README.md
+2025-03-10 15:28:06,144 - INFO - 文件无需修改: en/guides/workspace/invite-and-manage-members.md
+2025-03-10 15:28:08,250 - INFO - 已处理图片: ../../../../img/explore-apps-by-dify.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workspace/app/e26314942a21cfafaaf576b6a0b723e2.png
+2025-03-10 15:28:10,186 - INFO - 已处理图片: ../../../../img/create-app.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workspace/app/5ce9a17b6b811d010426c8fe3e0646ab.png
+2025-03-10 15:28:10,250 - INFO - 已处理文件: en/guides/workspace/app/README.md
+2025-03-10 15:28:14,233 - INFO - 已处理图片: ../../.gitbook/assets/image (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/management/c4a9bb46f636807f0b59710724fddc40.png
+2025-03-10 15:28:16,937 - INFO - 已处理图片: ../../.gitbook/assets/image (1) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/management/527c6752596356c263262f5e24ef8941.png
+2025-03-10 15:28:17,003 - INFO - 已处理文件: en/guides/management/personal-account-management.md
+2025-03-10 15:28:19,273 - INFO - 已处理图片: ../../.gitbook/assets/subscription-management-01.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/management/07eb0d03a33e2e01df44dbf3cf241f14.png
+2025-03-10 15:28:21,425 - INFO - 已处理图片: ../../.gitbook/assets/subscription-management-02.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/management/c572ba8806b41eb6564fc658d3d8124b.jpeg
+2025-03-10 15:28:21,489 - INFO - 已处理文件: en/guides/management/subscription-management.md
+2025-03-10 15:28:23,735 - INFO - 已处理图片: ../../../img/switch-workspace.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/management/93a6f055cfaf65dfe138e8ac332f71d1.png
+2025-03-10 15:28:26,863 - INFO - 已处理图片: ../../.gitbook/assets/team-members-management-01.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/management/bbd0873959dd3fe342b7212b98e812ae.png
+2025-03-10 15:28:29,461 - INFO - 已处理图片: ../../.gitbook/assets/team-members-management-02.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/management/0596a58b4fc59c9a0fae24bdff90b769.png
+2025-03-10 15:28:29,515 - INFO - 已处理文件: en/guides/management/team-members-management.md
+2025-03-10 15:28:29,552 - INFO - 文件无需修改: en/guides/management/README.md
+2025-03-10 15:28:31,731 - INFO - 已处理图片: ../../.gitbook/assets/export-dsl.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/management/544c18d770e230db93d6756bba98d8a7.png
+2025-03-10 15:28:34,096 - INFO - 已处理图片: ../../.gitbook/assets/export-dsl-secret.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/management/25ce002ef7f0392fc6b3b6975ae137ec.png
+2025-03-10 15:28:36,184 - INFO - 已处理图片: ../../.gitbook/assets/image (92).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/management/63a449e9a8ae337b9c067165d1674a45.png
+2025-03-10 15:28:36,233 - INFO - 已处理文件: en/guides/management/app-management.md
+2025-03-10 15:28:38,871 - INFO - 已处理图片: ../../.gitbook/assets/app-logs-ann.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/a17d81cd50a6788df3bf6853cc963d0b.png
+2025-03-10 15:28:38,935 - INFO - 已处理文件: en/guides/annotation/logs.md
+2025-03-10 15:28:41,788 - INFO - 已处理图片: ../../.gitbook/assets/image (130).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/7bebcf85d52f65d5649956f47ed33d43.png
+2025-03-10 15:28:44,887 - INFO - 已处理图片: ../../.gitbook/assets/annotated-replies.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/b467da1fbaa9beb22cfb2a987f51f653.png
+2025-03-10 15:28:47,976 - INFO - 已处理图片: ../../.gitbook/assets/setting-parameters-for-annotated-replies.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/a2c7b82a4f25a96fcdf68c807fb96812.png
+2025-03-10 15:28:50,289 - INFO - 已处理图片: ../../.gitbook/assets/add-annotation-reply.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/e064e3dcca3f04e16f5269b169820d2d.png
+2025-03-10 15:28:53,187 - INFO - 已处理图片: ../../.gitbook/assets/editing-annotated-replies.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/b79aabe6e9b336e26ca409a49526501e.png
+2025-03-10 15:28:55,430 - INFO - 已处理图片: ../../.gitbook/assets/annotaiton-reply.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/810f640d184227f4918ee197ff906203.png
+2025-03-10 15:28:58,018 - INFO - 已处理图片: ../../.gitbook/assets/logs-annotation-switch.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/c74951765f078392924da901008eb815.png
+2025-03-10 15:29:00,721 - INFO - 已处理图片: ../../.gitbook/assets/annotated-replies-initial.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/5bbd94402452e3f4ecc29eb398591585.png
+2025-03-10 15:29:03,352 - INFO - 已处理图片: ../../.gitbook/assets/bulk-import-annotated.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/ad6497dbe8c93fe9988cf76775434a7c.png
+2025-03-10 15:29:05,606 - INFO - 已处理图片: ../../.gitbook/assets/bulk-export-annotations.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/4d80d0a9b8056711a2dcdf664c19e840.png
+2025-03-10 15:29:07,193 - INFO - 已处理图片: ../../.gitbook/assets/view-annotation-hit-history.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/annotation/26b6c37dcff225201ea5b4fb712b2d4d.png
+2025-03-10 15:29:07,233 - INFO - 已处理文件: en/guides/annotation/annotation-reply.md
+2025-03-10 15:29:07,271 - INFO - 文件无需修改: en/guides/annotation/README.md
+2025-03-10 15:29:07,309 - INFO - 文件无需修改: en/guides/model-configuration/predefined-model.md
+2025-03-10 15:29:07,348 - INFO - 文件无需修改: en/guides/model-configuration/schema.md
+2025-03-10 15:29:09,244 - INFO - 已处理图片: ../../.gitbook/assets/customizable-model.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/30f5d554e9f42670c32b6d877dccdff2.png
+2025-03-10 15:29:09,347 - INFO - 已处理文件: en/guides/model-configuration/customizable-model.md
+2025-03-10 15:29:12,518 - INFO - 已处理图片: ../../.gitbook/assets/image (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/941524058c800a06d39290c48d14673b.png
+2025-03-10 15:29:15,041 - INFO - 已处理图片: ../../.gitbook/assets/image-default-models (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/c5ac5f32deb020a8aae46045d3ee9c8d.png
+2025-03-10 15:29:18,094 - INFO - 已处理图片: ../../.gitbook/assets/image-20231210143654461 (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/b55cb7d0dcff7ef14cdf6e6aca207790.png
+2025-03-10 15:29:20,624 - INFO - 已处理图片: ../../.gitbook/assets/choice-model-in-app (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/6e74424124cfcfe224d3c083f90b54d2.png
+2025-03-10 15:29:20,688 - INFO - 已处理文件: en/guides/model-configuration/README.md
+2025-03-10 15:29:20,726 - INFO - 文件无需修改: en/guides/model-configuration/interfaces.md
+2025-03-10 15:29:20,761 - INFO - 文件无需修改: en/guides/model-configuration/new-provider.md
+2025-03-10 15:29:23,383 - INFO - 已处理图片: ../../.gitbook/assets/load-balancing.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/9cabd37adbb8f566f55dacd4a214c84b.png
+2025-03-10 15:29:26,046 - INFO - 已处理图片: ../../.gitbook/assets/load-balancing-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/4652cb43949869667b4fdd1a4f28fe64.png
+2025-03-10 15:29:27,603 - INFO - 已处理图片: ../../.gitbook/assets/load-balancing-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/625abfbd3ac73092fd446940d48652ae.png
+2025-03-10 15:29:30,005 - INFO - 已处理图片: ../../.gitbook/assets/load-balancing-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/94125c036a277d962fdb50ada5ddf936.png
+2025-03-10 15:29:32,144 - INFO - 已处理图片: ../../.gitbook/assets/load-balancing-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/model-configuration/f583fd97b2a954ab67db567af16236c0.png
+2025-03-10 15:29:32,307 - INFO - 已处理文件: en/guides/model-configuration/load-balancing.md
+2025-03-10 15:29:35,068 - INFO - 已处理图片: ../../.gitbook/assets/agent-dalle3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/bf067815b692fc617c4f23f02e687dd9.png
+2025-03-10 15:29:37,727 - INFO - 已处理图片: ../../.gitbook/assets/docs-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/83bd71eba743301bc108ea5e9289b00a.png
+2025-03-10 15:29:40,240 - INFO - 已处理图片: ../../.gitbook/assets/docs-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/9843518e4e543071dde7f9b7f1ce527c.png
+2025-03-10 15:29:42,666 - INFO - 已处理图片: ../../.gitbook/assets/docs-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/c2cf3853cfda01d111df29dffdef8efe.png
+2025-03-10 15:29:45,898 - INFO - 已处理图片: ../../.gitbook/assets/docs-5.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/427269890d201edf077280ff21d6ee17.png
+2025-03-10 15:29:48,732 - INFO - 已处理图片: ../../.gitbook/assets/docs-6.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/03d1837e32321ba352e8df2abf9b0671.png
+2025-03-10 15:29:48,734 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/guides/application_orchestrate/agent/sec-7.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/.gitbook/assets/guides/application_orchestrate/agent/sec-7.png'
+2025-03-10 15:29:52,075 - INFO - 已处理图片: ../../.gitbook/assets/docs-8.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/67818c83a30cae24eb7048fe9dc96538.png
+2025-03-10 15:29:54,636 - INFO - 已处理图片: ../../.gitbook/assets/docs-9.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/6561599c7b57818a45fb2e380b00ba28.png
+2025-03-10 15:29:56,340 - INFO - 已处理图片: ../../.gitbook/assets/docs-10.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/7f5513a74e2dbfc8ac0039a143a12f68.png
+2025-03-10 15:29:56,404 - INFO - 已处理文件: en/guides/application-orchestrate/agent.md
+2025-03-10 15:29:57,563 - INFO - 已处理图片: ../../.gitbook/assets/conversation-options.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/30f248ed143042b06d46b95c4f062fe1.png
+2025-03-10 15:29:59,349 - INFO - 已处理图片: ../../../img/context.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/dcdcfbe0d7b44792c53d1d026aeebe29.png
+2025-03-10 15:30:02,001 - INFO - 已处理图片: ../../.gitbook/assets/debug.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/1509ff763400980eba81dac1f01d996f.png
+2025-03-10 15:30:04,809 - INFO - 已处理图片: ../../.gitbook/assets/adjust-model-parameters.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/07a8c40ba969e849f083e27dee6992b0.png
+2025-03-10 15:30:07,505 - INFO - 已处理图片: ../../.gitbook/assets/compose-the-app.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/6e45b9cecf2280814de20375ca0a3734.png
+2025-03-10 15:30:10,231 - INFO - 已处理图片: ../../.gitbook/assets/conversation-remarkers.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/86ff7c2f2c29bc4a31e3b4a255ecbb84.png
+2025-03-10 15:30:10,331 - INFO - 已处理文件: en/guides/application-orchestrate/chatbot-application.md
+2025-03-10 15:30:10,333 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/guides/application-orchestrate/ https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/5a29c89223d559eb67801d57895628c1.png
+2025-03-10 15:30:15,334 - INFO - 已处理图片: ../../.gitbook/assets/image (169).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/2668f878d105cf7a9f2cb29ee4e8eb9f.png
+2025-03-10 15:30:17,160 - INFO - 已处理图片: ../../.gitbook/assets/create-from-blank.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/f3fac01ad131b23ff8f45fa81a40d8a6.png
+2025-03-10 15:30:19,687 - INFO - 已处理图片: ../../.gitbook/assets/en-import-dsl-file.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/1cfbe4604896c25cbb6c71bf38f1c148.png
+2025-03-10 15:30:21,997 - INFO - 已处理图片: ../../.gitbook/assets/en-import-dsl-file-via-url.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/557be7a176fba979b7f7327d6a0cf8e4.png
+2025-03-10 15:30:22,051 - INFO - 已处理文件: en/guides/application-orchestrate/creating-an-application.md
+2025-03-10 15:30:22,094 - INFO - 文件无需修改: en/guides/application-orchestrate/llms-use-faq.md
+2025-03-10 15:30:22,143 - INFO - 文件无需修改: en/guides/application-orchestrate/README.md
+2025-03-10 15:30:22,192 - INFO - 文件无需修改: en/guides/application-orchestrate/multiple-llms-debugging.md
+2025-03-10 15:30:22,193 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/screenshot-20231017-092613.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/screenshot-20231017-092613.png'
+2025-03-10 15:30:22,193 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/screenshot-20231017-092957.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/screenshot-20231017-092957.png'
+2025-03-10 15:30:22,193 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/Context.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/Context.png'
+2025-03-10 15:30:22,193 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/QUERY.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/QUERY.png'
+2025-03-10 15:30:22,193 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/history (1).png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/history (1).png'
+2025-03-10 15:30:22,193 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/000.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/000.png'
+2025-03-10 15:30:22,193 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/Context parameters.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/Context parameters.png'
+2025-03-10 15:30:22,193 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/Context.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/Context.png'
+2025-03-10 15:30:22,193 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/shortcut.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/shortcut.png'
+2025-03-10 15:30:22,193 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/Access to the Prompt Log (1).png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/Access to the Prompt Log (1).png'
+2025-03-10 15:30:22,193 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/log1.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/log1.png'
+2025-03-10 15:30:22,194 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/33333.png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/application_orchestrate/prompt-engineering/33333.png'
+2025-03-10 15:30:22,232 - INFO - 文件无需修改: en/guides/application-orchestrate/prompt-engineering/prompt-engineering-expert-mode.md
+2025-03-10 15:30:22,272 - INFO - 文件无需修改: en/guides/application-orchestrate/prompt-engineering/README.md
+2025-03-10 15:30:22,314 - INFO - 文件无需修改: en/guides/application-orchestrate/prompt-engineering/prompt-template.md
+2025-03-10 15:30:25,405 - INFO - 已处理图片: ../../../.gitbook/assets/content_moderation (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/app-toolkits/d74a330f5d7723a8aa8c0ca920d0d49a.png
+2025-03-10 15:30:27,887 - INFO - 已处理图片: ../../../.gitbook/assets/image (240).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/app-toolkits/e5362d03d059d2837c653bff6fdf9964.png
+2025-03-10 15:30:29,765 - INFO - 已处理图片: ../../../.gitbook/assets/image (241).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/app-toolkits/cd5b2fab9415165d7b52ca1461055ce2.png
+2025-03-10 15:30:29,829 - INFO - 已处理文件: en/guides/application-orchestrate/app-toolkits/README.md
+2025-03-10 15:30:32,535 - INFO - 已处理图片: ../../../.gitbook/assets/content-moderation.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/app-toolkits/63c5c0be18933a0578edf72c2eed1609.png
+2025-03-10 15:30:34,517 - INFO - 已处理图片: ../../../.gitbook/assets/content-moderation-settings-openai.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/app-toolkits/959415a64f32ee28461441847a96ae64.png
+2025-03-10 15:30:36,841 - INFO - 已处理图片: ../../../.gitbook/assets/keywords-content-moderation.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/app-toolkits/15652f65c3af15d931598a866a7baa17.png
+2025-03-10 15:30:39,080 - INFO - 已处理图片: ../../../.gitbook/assets/moderation-api-extension.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-orchestrate/app-toolkits/d101ff5542c53b7ca6f8d57d24193916.png
+2025-03-10 15:30:39,134 - INFO - 已处理文件: en/guides/application-orchestrate/app-toolkits/moderation-tool.md
+2025-03-10 15:30:41,843 - INFO - 已处理图片: ../../.gitbook/assets/knowledge-base-api.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/02cf8bc06990606ff1d60b73ce7a82c8.png
+2025-03-10 15:30:41,912 - INFO - 已处理文件: en/guides/knowledge-base/knowledge-and-documents-maintenance.md
+2025-03-10 15:30:41,914 - INFO - 跳过远程图片: https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRncMhlfeYTrpujwzDIqw%2Fuploads%2FtAwcLoAYT1A2v12pfJC3%2Fimage.png?alt=media&token=3b5b784f-2808-431f-8595-2638d038c190
+2025-03-10 15:30:41,985 - INFO - 文件无需修改: en/guides/knowledge-base/sync-from-website.md
+2025-03-10 15:30:44,856 - INFO - 已处理图片: ../../.gitbook/assets/rerank-flow-chart.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/64007d543f1c5c3f2e87d606d79d04d3.png
+2025-03-10 15:30:47,578 - INFO - 已处理图片: ../../.gitbook/assets/en-rerank-model-api.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/d0cc2f102a918bd210f465816d8a726b.png
+2025-03-10 15:30:50,746 - INFO - 已处理图片: ../../.gitbook/assets/image (101).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/07b5cf9a4a613298352128f80573103d.png
+2025-03-10 15:30:50,792 - INFO - 已处理文件: en/guides/knowledge-base/integrate-knowledge-within-application.md
+2025-03-10 15:30:50,834 - INFO - 文件无需修改: en/guides/knowledge-base/create-knowledge-and-upload-documents.md
+2025-03-10 15:30:50,875 - INFO - 文件无需修改: en/guides/knowledge-base/README.md
+2025-03-10 15:30:52,779 - INFO - 已处理图片: ../../.gitbook/assets/image (117).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/9375511bd3f571a798fee6b3224152a6.png
+2025-03-10 15:30:55,677 - INFO - 已处理图片: ../../../img/connect-kb-1-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/4d7d06ff196b74d2cae3b7fca29b3064.png
+2025-03-10 15:30:57,069 - INFO - 已处理图片: ../../../img/connect-kb-2-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/7e612d7f7e6b98c5b225ed6e0f733ea3.png
+2025-03-10 15:30:59,490 - INFO - 已处理图片: ../../../img/connect-kb-3-en.webp -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/2ce4dd7527093f64837d49f8e1d6c808.webp
+2025-03-10 15:31:03,871 - INFO - 已处理图片: ../../../img/connect-kb-4-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/67d5250adf1f8c6ebe5c657b8053d332.png
+2025-03-10 15:31:06,734 - INFO - 已处理图片: ../../../img/connect-kb-5-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/0bb82416f70f12d9d502bb31903513aa.png
+2025-03-10 15:31:09,443 - INFO - 已处理图片: ../../../img/connect-kb-6-en.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/6c5ae224b1f4a35459cbfdeed137a53a.png
+2025-03-10 15:31:11,680 - INFO - 已处理图片: ../../../img/connect-kb-7-en.webp -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/7662197a2f22bae84c8a2e7e8e0b59bb.webp
+2025-03-10 15:31:11,728 - INFO - 已处理文件: en/guides/knowledge-base/connect-external-knowledge.md
+2025-03-10 15:31:11,766 - INFO - 文件无需修改: en/guides/knowledge-base/external-knowledge-api-documentation.md
+2025-03-10 15:31:14,301 - INFO - 已处理图片: ../../.gitbook/assets/citation-and-attribution.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/c50a37d96be8b631c02483144c226cd7.png
+2025-03-10 15:31:17,285 - INFO - 已处理图片: ../../../img/view-citation-information.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/8eed0be0aa90697a4bfbc0ea84a2dcdb.png
+2025-03-10 15:31:17,332 - INFO - 已处理文件: en/guides/knowledge-base/retrieval-test-and-citation.md
+2025-03-10 15:31:17,372 - INFO - 文件无需修改: en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md
+2025-03-10 15:31:20,002 - INFO - 已处理图片: ../../../.gitbook/assets/knowledge-base-api-token.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/knowledge-base/knowledge-and-documents-maintenance/2848fc9fc3a7f641f16eee11ed6c6223.png
+2025-03-10 15:31:20,096 - INFO - 已处理文件: en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md
+2025-03-10 15:31:20,136 - INFO - 文件无需修改: en/guides/knowledge-base/create-knowledge-and-upload-documents/3.-select-the-indexing-method-and-retrieval-setting.md
+2025-03-10 15:31:20,182 - INFO - 文件无需修改: en/guides/knowledge-base/create-knowledge-and-upload-documents/2.-choose-a-chunk-mode.md
+2025-03-10 15:31:20,221 - INFO - 文件无需修改: en/guides/knowledge-base/create-knowledge-and-upload-documents/1.-import-text-data/1.1-import-data-from-notion.md
+2025-03-10 15:31:20,259 - INFO - 文件无需修改: en/guides/knowledge-base/create-knowledge-and-upload-documents/1.-import-text-data/README.md
+2025-03-10 15:31:20,297 - INFO - 文件无需修改: en/guides/workflow/shortcut-key.md
+2025-03-10 15:31:20,335 - INFO - 文件无需修改: en/guides/workflow/key-concepts.md
+2025-03-10 15:31:23,179 - INFO - 已处理图片: ../../.gitbook/assets/image (138).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/edeb9bfe8cafc8c7fa242bf895dfb850.png
+2025-03-10 15:31:25,854 - INFO - 已处理图片: ../../.gitbook/assets/image (140).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/df9f74f5362f31672ebe3a166f0a419a.png
+2025-03-10 15:31:28,708 - INFO - 已处理图片: ../../.gitbook/assets/image (141).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/05bf5ca6ea2f384cc171e3041a6f0751.png
+2025-03-10 15:31:31,657 - INFO - 已处理图片: ../../.gitbook/assets/image (142).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/bc6e9e3a57844f5f1e50b4716592449d.png
+2025-03-10 15:31:33,854 - INFO - 已处理图片: ../../.gitbook/assets/image (143).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/d8c447886a9bdea1aeeda8991b46742e.png
+2025-03-10 15:31:33,922 - INFO - 已处理文件: en/guides/workflow/bulletin.md
+2025-03-10 15:31:36,782 - INFO - 已处理图片: ../../.gitbook/assets/output (4) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/ea40850e9b8cc216b540362a7425ac5c.png
+2025-03-10 15:31:36,853 - INFO - 已处理文件: en/guides/workflow/publish.md
+2025-03-10 15:31:38,704 - INFO - 已处理图片: ../../.gitbook/assets/image (1) (3) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/20784cfa167417654a69c10e42e8271b.png
+2025-03-10 15:31:40,848 - INFO - 已处理图片: ../../.gitbook/assets/image (2) (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/6802747ef5de4772ce8d05f6c0a23130.png
+2025-03-10 15:31:42,129 - INFO - 已处理图片: ../../.gitbook/assets/image (3) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/b18af11da3f339c496193d9732906849.png
+2025-03-10 15:31:44,583 - INFO - 已处理图片: ../../.gitbook/assets/image (4).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/8e6a3deaaa5eebeb66f9e1d844dc1ec6.png
+2025-03-10 15:31:47,638 - INFO - 已处理图片: ../../.gitbook/assets/image (5).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/f6ea094b30b240c999a4248d1fc21a1c.png
+2025-03-10 15:31:50,713 - INFO - 已处理图片: ../../.gitbook/assets/image (6).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/f8980732757050049a430eea934511cf.png
+2025-03-10 15:31:53,986 - INFO - 已处理图片: ../../.gitbook/assets/image (7).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/bc39be7fd4879b3875e6b77daaff5d37.png
+2025-03-10 15:31:54,048 - INFO - 已处理文件: en/guides/workflow/file-upload.md
+2025-03-10 15:31:56,900 - INFO - 已处理图片: ../../.gitbook/assets/image (156).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/65e9ed3fb88e03f631b3862acc2479e4.png
+2025-03-10 15:31:57,011 - INFO - 已处理文件: en/guides/workflow/README.md
+2025-03-10 15:31:59,171 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node.jpeg -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/3984e13db72e2bd19870f5764ec000cf.jpeg
+2025-03-10 15:32:01,515 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-serial-design.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/e8e884e146994b5f95cb16ec31cdd81b.png
+2025-03-10 15:32:04,086 - INFO - 已处理图片: ../../.gitbook/assets/viewing-serial-structure-app-logs.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/1707ee3651f154fcb90c882a2aeab6e9.png
+2025-03-10 15:32:06,029 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-parallel-design-method-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/b93ff4b81f2a5526a8787aa1e9fb314d.png
+2025-03-10 15:32:08,536 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-parallel-design-method-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/8deebdb38e3848966ed667e6ed97bdce.png
+2025-03-10 15:32:09,949 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-parallel-design-method-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/3997bca0f5efa1a3c4a214dbe3ed1f0c.png
+2025-03-10 15:32:09,950 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/img/orchestrate-node-parallel-design-method-4.jpeg, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/img/orchestrate-node-parallel-design-method-4.jpeg'
+2025-03-10 15:32:11,456 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-chatflow-multi-answer.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/1d0884e4c9bfa548d84849871719d646.png
+2025-03-10 15:32:13,884 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-simple-parallel.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/5ba85864454880561ec95a37db382f20.png
+2025-03-10 15:32:16,576 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-nested-parallel.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/036f9fcfb1d0f8dedbd34e90ebb64c29.png
+2025-03-10 15:32:19,209 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-conditional-branch-parallel.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/d28637a39327032fa333fd49b9dd2e73.png
+2025-03-10 15:32:21,849 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-iteration-parallel.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/bc06917031cf52c2e3d8cf9fe8a8dc8b.png
+2025-03-10 15:32:24,451 - INFO - 已处理图片: ../../.gitbook/assets/orchestrate-node-parallel-logs.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/ad6acb838b58d2e0c8f99669b24aa20d.png
+2025-03-10 15:32:24,551 - INFO - 已处理文件: en/guides/workflow/orchestrate-node.md
+2025-03-10 15:32:26,832 - INFO - 已处理图片: ../../.gitbook/assets/image (8).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/b18af11da3f339c496193d9732906849.png
+2025-03-10 15:32:29,473 - INFO - 已处理图片: ../../.gitbook/assets/image (9).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/3a3582bd9bc8ea94bbdbfeefe6a78571.png
+2025-03-10 15:32:34,602 - INFO - 已处理图片: ../../.gitbook/assets/image (10).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/66471e8e67b2ede0c94bfa1cffeab834.png
+2025-03-10 15:32:34,667 - INFO - 已处理文件: en/guides/workflow/additional-features.md
+2025-03-10 15:32:34,670 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/workflow/export-import/output (5) (2).png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/workflow/export-import/output (5) (2).png'
+2025-03-10 15:32:34,671 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/workflow/export-import/output (6) (1).png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/workflow/export-import/output (6) (1).png'
+2025-03-10 15:32:34,671 - ERROR - 转换图片失败: /en/.gitbook/assets/guides/workflow/export-import/output (7) (1).png, 错误: [Errno 2] No such file or directory: '/en/.gitbook/assets/guides/workflow/export-import/output (7) (1).png'
+2025-03-10 15:32:34,713 - INFO - 文件无需修改: en/guides/workflow/export_import.md
+2025-03-10 15:32:39,479 - INFO - 已处理图片: ../../.gitbook/assets/image (15).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/09d9f977965d41cf056f37a4f8f952db.png
+2025-03-10 15:32:41,706 - INFO - 已处理图片: ../../.gitbook/assets/image (1) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/79340d58bf2c202dd6bd4e93fa03272d.png
+2025-03-10 15:32:44,263 - INFO - 已处理图片: ../../.gitbook/assets/en-env-variable.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/475c2b9a04b8c9ab16b7d3dba21755f3.png
+2025-03-10 15:32:46,824 - INFO - 已处理图片: ../../.gitbook/assets/conversation-var.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/c04285fec92f13a20ccbd3e21361a30d.png
+2025-03-10 15:32:46,894 - INFO - 已处理文件: en/guides/workflow/variables.md
+2025-03-10 15:32:49,103 - INFO - 已处理图片: ../../../.gitbook/assets/logs-history.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/e6b7b1b00b43109d42cc265ed77ab58f.png
+2025-03-10 15:32:49,160 - INFO - 已处理文件: en/guides/workflow/debug-and-preview/history.md
+2025-03-10 15:32:49,205 - INFO - 文件无需修改: en/guides/workflow/debug-and-preview/README.md
+2025-03-10 15:32:52,265 - INFO - 已处理图片: ../../../.gitbook/assets/conversation-logs.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/4eda6b3f833f12ae2ce1a23348678f49.png
+2025-03-10 15:32:52,330 - INFO - 已处理文件: en/guides/workflow/debug-and-preview/log.md
+2025-03-10 15:32:55,016 - INFO - 已处理图片: ../../../.gitbook/assets/checklist.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/be2b57394186c9b607a94614793dd5ca.png
+2025-03-10 15:32:55,101 - INFO - 已处理文件: en/guides/workflow/debug-and-preview/checklist.md
+2025-03-10 15:32:59,598 - INFO - 已处理图片: ../../../.gitbook/assets/output (7).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/91379dc42d0d815e52ddad0cc5450a46.png
+2025-03-10 15:33:02,721 - INFO - 已处理图片: ../../../.gitbook/assets/output (1) (5).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/b92d7536392b1e1f2423d0e3aa113915.png
+2025-03-10 15:33:02,781 - INFO - 已处理文件: en/guides/workflow/debug-and-preview/yu-lan-yu-yun-hang.md
+2025-03-10 15:33:06,076 - INFO - 已处理图片: ../../../.gitbook/assets/output (3) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/36e547165a5088510c99baee4ce42bcd.png
+2025-03-10 15:33:09,705 - INFO - 已处理图片: ../../../.gitbook/assets/output (4) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/debug-and-preview/040e1051d33b94d35e4683d3c89691a8.png
+2025-03-10 15:33:09,784 - INFO - 已处理文件: en/guides/workflow/debug-and-preview/step-run.md
+2025-03-10 15:33:09,837 - INFO - 文件无需修改: en/guides/workflow/error-handling/error-type.md
+2025-03-10 15:33:09,878 - INFO - 文件无需修改: en/guides/workflow/error-handling/predefined-error-handling-logic.md
+2025-03-10 15:33:09,918 - INFO - 文件无需修改: en/guides/workflow/error-handling/README.md
+2025-03-10 15:33:12,862 - INFO - 已处理图片: ../../../.gitbook/assets/en-1-9-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/1f4d803ff68394d507abd3bcc13ba0f3.png
+2025-03-10 15:33:15,770 - INFO - 已处理图片: ../../../.gitbook/assets/en-1-9-0.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/f14082c44462ac03955e41d66ffd4cca.png
+2025-03-10 15:33:18,329 - INFO - 已处理图片: ../../../.gitbook/assets/en-1-9-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/47e29e5993821b61632af9cdb8392357.png
+2025-03-10 15:33:20,913 - INFO - 已处理图片: ../../../.gitbook/assets/en-agent-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/10505cd7c6f0b3ba10161abb88d9e36b.png
+2025-03-10 15:33:23,424 - INFO - 已处理图片: ../../../.gitbook/assets/en-agent-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/60fa430029e509ac1a609c72fd04c413.png
+2025-03-10 15:33:26,371 - INFO - 已处理图片: ../../../.gitbook/assets/en-1-9-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/54c8e4f0eaa7379bd8c1b5ac6305b326.png
+2025-03-10 15:33:29,487 - INFO - 已处理图片: ../../../.gitbook/assets/en-1-9-6.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/0120d3d0e63f5b59ec9d279a38c970ef.png
+2025-03-10 15:33:29,559 - INFO - 已处理文件: en/guides/workflow/node/agent.md
+2025-03-10 15:33:32,581 - INFO - 已处理图片: ../../../.gitbook/assets/conversation-variables-scenario-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/8d0492814b1515f50e87b2900ff400db.png
+2025-03-10 15:33:35,590 - INFO - 已处理图片: ../../../.gitbook/assets/conversation-var-scenario-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/1867d608a7d009431b73377ed65b427b.png
+2025-03-10 15:33:39,443 - INFO - 已处理图片: ../../../.gitbook/assets/conversation-var-scenario-2-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/c4362b01298b12e7d6fcd9e798f3165a.png
+2025-03-10 15:33:39,524 - INFO - 已处理文件: en/guides/workflow/node/variable-assigner.md
+2025-03-10 15:33:41,722 - INFO - 已处理图片: ../../../.gitbook/assets/image (158).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/549bd41e839ba2689d7ff286f77f7489.png
+2025-03-10 15:33:44,176 - INFO - 已处理图片: ../../../.gitbook/assets/image (159).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/51f80c553d979e947a9749a9f820b6ab.png
+2025-03-10 15:33:44,247 - INFO - 已处理文件: en/guides/workflow/node/template.md
+2025-03-10 15:33:47,194 - INFO - 已处理图片: ../../../.gitbook/assets/precise-query.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/a8bae4106a015c76ebb0a165f2409458.png
+2025-03-10 15:33:50,956 - INFO - 已处理图片: ../../../.gitbook/assets/convert-chapter-content.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/71d8e48d842342668f92e6dd84fc03c1.png
+2025-03-10 15:33:51,021 - INFO - 已处理文件: en/guides/workflow/node/parameter-extractor.md
+2025-03-10 15:33:54,287 - INFO - 已处理图片: ../../../.gitbook/assets/image (227).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/7a7c91663c3799ce9d056b013d5df29c.png
+2025-03-10 15:33:57,048 - INFO - 已处理图片: ../../../.gitbook/assets/variable-aggregation.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/2b1694936fdab4843f5edc3f2fd1e79a.png
+2025-03-10 15:33:59,673 - INFO - 已处理图片: ../../../.gitbook/assets/if-else-conditional.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/ff0e5774a3eccc8a04c310ab9bae25e7.png
+2025-03-10 15:33:59,744 - INFO - 已处理文件: en/guides/workflow/node/variable-aggregator.md
+2025-03-10 15:34:02,089 - INFO - 已处理图片: ../../../.gitbook/assets/knowledge-retrieval.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/d90961c6d794d425a8e11df177315188.png
+2025-03-10 15:34:04,889 - INFO - 已处理图片: ../../../.gitbook/assets/knowledge-retrieval-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/2e2c3316619ed31514a665226ce6ed08.png
+2025-03-10 15:34:07,763 - INFO - 已处理图片: ../../../.gitbook/assets/knowledge-retrieval-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/4a3007cda9dfa50ddac3711693725dce.png
+2025-03-10 15:34:07,841 - INFO - 已处理文件: en/guides/workflow/node/knowledge-retrieval.md
+2025-03-10 15:34:10,546 - INFO - 已处理图片: ../../../.gitbook/assets/image (11).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/f3853b40904e275da895711107e9c72f.png
+2025-03-10 15:34:13,535 - INFO - 已处理图片: ../../../.gitbook/assets/image (12).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/f6ea094b30b240c999a4248d1fc21a1c.png
+2025-03-10 15:34:16,160 - INFO - 已处理图片: ../../../.gitbook/assets/image (13).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/83bca46bcde07069660ff649e5c7cf4c.png
+2025-03-10 15:34:18,792 - INFO - 已处理图片: ../../../.gitbook/assets/image (14).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/d05301438e8aab7393bb5863554f1009.png
+2025-03-10 15:34:18,877 - INFO - 已处理文件: en/guides/workflow/node/doc-extractor.md
+2025-03-10 15:34:20,920 - INFO - 已处理图片: ../../../.gitbook/assets/image (123).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/522a0c932aab93d4f3970168412f759e.png
+2025-03-10 15:34:23,697 - INFO - 已处理图片: ../../../.gitbook/assets/image (132).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/812d1b2f167065e17df8392b2cb3cc8a.png
+2025-03-10 15:34:24,983 - INFO - 已处理图片: ../../../.gitbook/assets/image (133).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/610358293217e54b55b7e1d4d16bf83c.png
+2025-03-10 15:34:25,051 - INFO - 已处理文件: en/guides/workflow/node/list-operator.md
+2025-03-10 15:34:28,127 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-http-request-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/07c5e952eb4c9d6a32d0b7c2d855d4a5.png
+2025-03-10 15:34:31,656 - INFO - 已处理图片: ../../../.gitbook/assets/customer-feedback-classification.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/090975269f8998f906c5636dde8d9540.png
+2025-03-10 15:34:34,077 - INFO - 已处理图片: ../../../.gitbook/assets/image (145).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/1f2e33cf7bed33096b5aee145006193d.png
+2025-03-10 15:34:34,145 - INFO - 已处理文件: en/guides/workflow/node/http-request.md
+2025-03-10 15:34:34,188 - INFO - 文件无需修改: en/guides/workflow/node/README.md
+2025-03-10 15:34:37,647 - INFO - 已处理图片: ../../../.gitbook/assets/answer-plain-text.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/1b1fadb8f838963134fc5c9eb14b5632.png
+2025-03-10 15:34:41,134 - INFO - 已处理图片: ../../../.gitbook/assets/answer-img-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/16279b70829e308bcc0c1e73aa1c870f.png
+2025-03-10 15:34:44,064 - INFO - 已处理图片: ../../../.gitbook/assets/answer-img-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/19b19eddfb50fdbe880da598e43c24c9.png
+2025-03-10 15:34:44,136 - INFO - 已处理文件: en/guides/workflow/node/answer.md
+2025-03-10 15:34:45,822 - INFO - 已处理图片: ../../../.gitbook/assets/long-article-iteration-generator.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/3a403551d48b178d0a41ce2a5748dd2d.png
+2025-03-10 15:34:47,964 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-start-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/3af1c2ed0df00f19e584bcf511302f55.png
+2025-03-10 15:34:50,490 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-generate-subtitles-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/55f1eceb43bd6e301078a08584988b18.png
+2025-03-10 15:34:52,836 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-extract-subtitles-and-outlines.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/d3beee536ff3c35f4e1eb1ab610f35d7.png
+2025-03-10 15:34:54,498 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-iteration-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/ac91582998868004b298afe2f04e5589.png
+2025-03-10 15:34:56,693 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-iteration-llm-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/d849ff9164482a83ea8a091fde9cb4d1.png
+2025-03-10 15:34:58,890 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-configure-anwer-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/64da09ab904f74c8ec45e098c81f95be.png
+2025-03-10 15:35:01,632 - INFO - 已处理图片: ../../../.gitbook/assets/iteration-node-iteration-through-story-chapters.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/f443508d9ecc6d30094297243f590e6a.png
+2025-03-10 15:35:04,776 - INFO - 已处理图片: ../../../.gitbook/assets/iteration-node-iteration-long-article-iteration-generator.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/6e973b52bb3960bf948f92df8ae2f910.png
+2025-03-10 15:35:07,042 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-extract-subtitles-and-outlines.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/d3beee536ff3c35f4e1eb1ab610f35d7.png
+2025-03-10 15:35:09,681 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-parameter-extraction-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/b5a9d4bee95d7a1331bb7ff7433e47a3.png
+2025-03-10 15:35:11,882 - INFO - 已处理图片: ../../../.gitbook/assets/iteration-code-node-convert.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/8be2372b00a802e981efe6f0ceff815b.png
+2025-03-10 15:35:14,004 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-template-node.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/8c0bcc5de453dea2776d2755449bd971.png
+2025-03-10 15:35:14,073 - INFO - 已处理文件: en/guides/workflow/node/iteration.md
+2025-03-10 15:35:16,850 - INFO - 已处理图片: ../../../.gitbook/assets/llm-node-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/85730fbfa1d441d12d969b89adf2670e.png
+2025-03-10 15:35:20,003 - INFO - 已处理图片: ../../../.gitbook/assets/llm-node-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/43f81418ea70d4d79e3705505e777b1b.png
+2025-03-10 15:35:23,302 - INFO - 已处理图片: ../../../.gitbook/assets/en-prompt-generator.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/bec10045f819316f80068c563cf14eb1.png
+2025-03-10 15:35:24,540 - INFO - 已处理图片: ../../../.gitbook/assets/llm-node-3.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/d8ed0160a7fba0a14dd823ef97610cc4.png
+2025-03-10 15:35:27,312 - INFO - 已处理图片: ../../../.gitbook/assets/llm-node-4.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/5aefed96962bd994f8f05bac96b11e22.png
+2025-03-10 15:35:31,379 - INFO - 已处理图片: ../../../.gitbook/assets/image (204).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/b8642f8c6e3f562fceeefae83628fd68.png
+2025-03-10 15:35:33,293 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-10-18 11.35.17.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/5eaaa3f8082b769544a02ff510b207d8.png
+2025-03-10 15:35:34,490 - INFO - 已处理图片: ../../../.gitbook/assets/截屏2024-10-18 11.37.43.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/b913f9cdf1f9b03e791a49836bc770dd.png
+2025-03-10 15:35:36,427 - INFO - 已处理图片: ../../../.gitbook/assets/image (135).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/988590f51629f43ac81770396456b372.png
+2025-03-10 15:35:38,945 - INFO - 已处理图片: ../../../.gitbook/assets/image (137).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/373ac80deaf7ef9ed77019a94d31bed5.png
+2025-03-10 15:35:39,010 - INFO - 已处理文件: en/guides/workflow/node/llm.md
+2025-03-10 15:35:40,986 - INFO - 已处理图片: ../../../.gitbook/assets/image (157).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/9969aa1bc1912aebe366f5d8f5dde296.png
+2025-03-10 15:35:41,040 - INFO - 已处理文件: en/guides/workflow/node/code.md
+2025-03-10 15:35:43,541 - INFO - 已处理图片: ../../../.gitbook/assets/end-answer.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/a103792790447c1725c1da1176334cae.png
+2025-03-10 15:35:46,948 - INFO - 已处理图片: ../../../.gitbook/assets/single-path-execution.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/9e43961344d318e09af8d64464d81774.png
+2025-03-10 15:35:50,274 - INFO - 已处理图片: ../../../.gitbook/assets/output (1) (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/3cb3f5fea376265bede0a4ac5bcc1ddc.png
+2025-03-10 15:35:50,354 - INFO - 已处理文件: en/guides/workflow/node/end.md
+2025-03-10 15:35:52,866 - INFO - 已处理图片: ../../../.gitbook/assets/image (3).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/c4a9bb46f636807f0b59710724fddc40.png
+2025-03-10 15:35:52,927 - INFO - 已处理文件: en/guides/workflow/node/start.md
+2025-03-10 15:35:55,789 - INFO - 已处理图片: ../../../.gitbook/assets/if-else-elif.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/d26ffff1b2ad0989d46e80d6812cf2e7.png
+2025-03-10 15:35:58,417 - INFO - 已处理图片: ../../../.gitbook/assets/mutliple-judgement (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/0b71ee7363e07298348e0c81e63481b0.png
+2025-03-10 15:35:58,496 - INFO - 已处理文件: en/guides/workflow/node/ifelse.md
+2025-03-10 15:36:01,360 - INFO - 已处理图片: ../../../.gitbook/assets/question-classifier-scenarios.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/2f06ecce149c844c23be70a8fcff09bc.png
+2025-03-10 15:36:04,370 - INFO - 已处理图片: ../../../.gitbook/assets/question-classifier-1.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/2f039c5ff3f095b0eed291101d9bff15.png
+2025-03-10 15:36:04,457 - INFO - 已处理文件: en/guides/workflow/node/question-classifier.md
+2025-03-10 15:36:06,539 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-tool.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/0f0255764a3f459f0b3c708db1cb32c9.png
+2025-03-10 15:36:09,329 - INFO - 已处理图片: ../../../.gitbook/assets/workflow-google-search-tool.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/workflow/node/c7b52209e7ad4e15ce42b882cf646d1b.png
+2025-03-10 15:36:09,414 - INFO - 已处理文件: en/guides/workflow/node/tools.md
+2025-03-10 15:36:09,460 - INFO - 文件无需修改: en/guides/application-publishing/embedding-in-websites.md
+2025-03-10 15:36:09,461 - ERROR - 转换图片失败: /Users/allen/Documents/dify-docs/en/.gitbook/assets/guides\application-publishing\launch-your-webapp-quickly/API Access.png, 错误: [Errno 2] No such file or directory: '/Users/allen/Documents/dify-docs/en/.gitbook/assets/guides\\application-publishing\\launch-your-webapp-quickly/API Access.png'
+2025-03-10 15:36:09,505 - INFO - 文件无需修改: en/guides/application-publishing/developing-with-apis.md
+2025-03-10 15:36:09,548 - INFO - 文件无需修改: en/guides/application-publishing/README.md
+2025-03-10 15:36:09,617 - INFO - 文件无需修改: en/guides/application-publishing/based-on-frontend-templates.md
+2025-03-10 15:36:11,793 - INFO - 已处理图片: ../../../.gitbook/assets/conversation-chatbot.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/8decae00eeea24622e1f2ef73d4c447e.png
+2025-03-10 15:36:14,142 - INFO - 已处理图片: ../../../.gitbook/assets/conversation-chatbot-2.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/5b7a6f950ed8a2ce3a705f362b4813fe.png
+2025-03-10 15:36:16,404 - INFO - 已处理图片: ../../../.gitbook/assets/pin-delete-chat.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/46372ad4d79a3ea943d43f9434974956.png
+2025-03-10 15:36:19,366 - INFO - 已处理图片: ../../../.gitbook/assets/conversation-opener.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/22e59e509296d25eb85cbd541e161c6d.png
+2025-03-10 15:36:22,431 - INFO - 已处理图片: ../../../.gitbook/assets/conversation-follow-up.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/f88a7ffd777d51299f8b604249c044b3.png
+2025-03-10 15:36:24,978 - INFO - 已处理图片: ../../../.gitbook/assets/image (79) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/3a64c79792f1166301403f6c44cf4c85.png
+2025-03-10 15:36:25,051 - INFO - 已处理文件: en/guides/application-publishing/launch-your-webapp-quickly/conversation-application.md
+2025-03-10 15:36:25,098 - INFO - 文件无需修改: en/guides/application-publishing/launch-your-webapp-quickly/web-app-settings.md
+2025-03-10 15:36:27,446 - INFO - 已处理图片: ../../../.gitbook/assets/en-web-app-settings.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/ad3f17240475d87becafa6acf5b040db.png
+2025-03-10 15:36:29,675 - INFO - 已处理图片: ../../../.gitbook/assets/en-public-web-app.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/7ef249e00d089beb981d4e02e7207a42.png
+2025-03-10 15:36:29,748 - INFO - 已处理文件: en/guides/application-publishing/launch-your-webapp-quickly/README.md
+2025-03-10 15:36:32,588 - INFO - 已处理图片: ../../../.gitbook/assets/text-generator.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/4c5380cf71066d933082f7c30deacb01.png
+2025-03-10 15:36:34,797 - INFO - 已处理图片: ../../../.gitbook/assets/text-generator-batch.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/c8381ab7fad14a54c86835dc4b1b6b5d.png
+2025-03-10 15:36:36,974 - INFO - 已处理图片: ../../../.gitbook/assets/text-generator-batch-download.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/bae4859c5cb7404ce901b7979237bb93.png
+2025-03-10 15:36:44,043 - INFO - 已处理图片: ../../../.gitbook/assets/batch-run.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/fc84f62f41c12e14ff85b29e6bf43d27.png
+2025-03-10 15:36:49,973 - INFO - 已处理图片: ../../../.gitbook/assets/text-generator-saved.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/3cdd15e87aa1f1aae9f6abadb0f16d1f.png
+2025-03-10 15:36:52,670 - INFO - 已处理图片: ../../../.gitbook/assets/text-generator-more-like-this.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/application-publishing/launch-your-webapp-quickly/65fb111d8e89a8f7b761859265e42f0a.png
+2025-03-10 15:36:52,829 - INFO - 已处理文件: en/guides/application-publishing/launch-your-webapp-quickly/text-generator.md
+2025-03-10 15:36:55,155 - INFO - 已处理图片: ../../.gitbook/assets/overview-data-analysis.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/273fbe372440ad8da870e6524854fa97.png
+2025-03-10 15:36:55,220 - INFO - 已处理文件: en/guides/monitoring/analysis.md
+2025-03-10 15:36:57,803 - INFO - 已处理图片: ../../.gitbook/assets/monitoring-app.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/2aab0029f58b0c43faa8f45349555cdc.png
+2025-03-10 15:36:57,847 - INFO - 已处理文件: en/guides/monitoring/README.md
+2025-03-10 15:37:01,676 - INFO - 已处理图片: ../../../.gitbook/assets/image (249) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/75bed34765ed7d0e933a0069ecb094dd.png
+2025-03-10 15:37:04,624 - INFO - 已处理图片: ../../../.gitbook/assets/image (251) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/26cfbb94e312a100c39e217fdd0b4406.png
+2025-03-10 15:37:07,575 - INFO - 已处理图片: ../../../.gitbook/assets/image (253) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/2ed72a6761f2977201c29e67e5bc634c.png
+2025-03-10 15:37:11,033 - INFO - 已处理图片: ../../../.gitbook/assets/image (252) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/3c3fbd5392d37fbccf1f9ef76c54f0bc.png
+2025-03-10 15:37:15,322 - INFO - 已处理图片: ../../../.gitbook/assets/image (254) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/a2ff67951ce300082d875eae8458c8c7.png
+2025-03-10 15:37:19,153 - INFO - 已处理图片: ../../../.gitbook/assets/tracing-app-performance-langfuse.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/ebc84b328ad37c0f6dbca6101e1f90ab.png
+2025-03-10 15:37:22,780 - INFO - 已处理图片: ../../../.gitbook/assets/config-langfuse.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/5bfa409e7a073f133f21146535401512.png
+2025-03-10 15:37:25,431 - INFO - 已处理图片: ../../../.gitbook/assets/monitored-by-langfuse.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/1aa086a1aead0e29948e7d6d5815d5d1.png
+2025-03-10 15:37:27,788 - INFO - 已处理图片: ../../../.gitbook/assets/debug-app-in-dify.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/a1370fdbb79257cba31a565ac6764802.png
+2025-03-10 15:37:30,461 - INFO - 已处理图片: ../../../.gitbook/assets/view-traces-in-langfuse.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/b4fc3474336d5f60dc049c9153454496.png
+2025-03-10 15:37:30,526 - INFO - 已处理文件: en/guides/monitoring/integrate-external-ops-tools/integrate-langfuse.md
+2025-03-10 15:37:30,567 - INFO - 文件无需修改: en/guides/monitoring/integrate-external-ops-tools/integrate-opik.md
+2025-03-10 15:37:33,695 - INFO - 已处理图片: ../../../.gitbook/assets/image (3) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/58e20105fcc0771ca2431e8e5dcc42d3.png
+2025-03-10 15:37:37,499 - INFO - 已处理图片: ../../../.gitbook/assets/image (7) (1) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/642c0ff7edfdfe77fba43aa22cc3fa71.png
+2025-03-10 15:37:40,971 - INFO - 已处理图片: ../../../.gitbook/assets/image (8) (1) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/c49a1fc769215193928ff0d880422f89.png
+2025-03-10 15:37:44,066 - INFO - 已处理图片: ../../../.gitbook/assets/image (3) (1) (1) (1) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/7082286b0d12af4bc0c84d9a3acf8b1b.png
+2025-03-10 15:37:48,206 - INFO - 已处理图片: ../../../.gitbook/assets/image (5) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/75a69bd4dd02f0ffc0313589ae12fb36.png
+2025-03-10 15:37:51,512 - INFO - 已处理图片: ../../../.gitbook/assets/image (9) (2).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/723e96a13e8f722d6df714b11ffd0bb1.png
+2025-03-10 15:37:54,042 - INFO - 已处理图片: ../../../.gitbook/assets/tracing-app-performance.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/b6c7e5d4c2ca2092d59465cca27bc69c.png
+2025-03-10 15:37:56,468 - INFO - 已处理图片: ../../../.gitbook/assets/config-langsmith.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/93dfabcadb7b2ff597f54beb5e642124.png
+2025-03-10 15:37:58,853 - INFO - 已处理图片: ../../../.gitbook/assets/integrate-with-langsmith.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/43369dc4de8f606c166fae2efab97d73.png
+2025-03-10 15:38:01,800 - INFO - 已处理图片: ../../../.gitbook/assets/debug-app-in-dify.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/a1370fdbb79257cba31a565ac6764802.png
+2025-03-10 15:38:04,407 - INFO - 已处理图片: ../../../.gitbook/assets/image (2) (1) (1) (1).png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/2833b2ffa20927b5328e9624b065beea.png
+2025-03-10 15:38:08,451 - INFO - 已处理图片: ../../../.gitbook/assets/viewing-app-data-in-langsmith.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/guides/monitoring/integrate-external-ops-tools/beeb4ee50c80de8db7400c1f65727c8c.png
+2025-03-10 15:38:08,522 - INFO - 已处理文件: en/guides/monitoring/integrate-external-ops-tools/integrate-langsmith.md
+2025-03-10 15:38:08,563 - INFO - 文件无需修改: en/guides/monitoring/integrate-external-ops-tools/README.md
+2025-03-10 15:38:08,603 - INFO - 文件无需修改: en/community/contribution.md
+2025-03-10 15:38:12,191 - INFO - 已处理图片: ../.gitbook/assets/docs-contribution.png -> https://assets-docs.dify.ai/dify-enterprise-mintlify/en/community/29a6fe7b317ddb667cb3a58a8fdc4c56.png
+2025-03-10 15:38:12,260 - INFO - 已处理文件: en/community/docs-contribution.md
+2025-03-10 15:38:12,302 - INFO - 文件无需修改: en/community/support.md
+2025-03-10 15:38:12,303 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-11-05 09.43.27.png
+2025-03-10 15:38:12,304 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-11-05 11.38.25.png
+2025-03-10 15:38:12,304 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-11-05 13.18.22.png
+2025-03-10 15:38:12,304 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-11-05 13.41.43.png
+2025-03-10 15:38:12,304 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-11-06 14.32.36.png
+2025-03-10 15:38:12,304 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-11-07 11.37.27.png
+2025-03-10 15:38:12,305 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-11-07 10.38.50.png
+2025-03-10 15:38:12,305 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-11-07 11.13.50.png
+2025-03-10 15:38:12,305 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-11-07 13.51.15.png
+2025-03-10 15:38:12,305 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-11-07 14.08.07.png
+2025-03-10 15:38:12,305 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-11-07 14.11.53.png
+2025-03-10 15:38:12,306 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-10-17 13.45.03.png
+2025-03-10 15:38:12,306 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-10-17 11.19.21.png
+2025-03-10 15:38:12,306 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-10-17 14.57.16.png
+2025-03-10 15:38:12,306 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-10-17 14.55.31.png
+2025-03-10 15:38:12,307 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-10-17 15.29.18 (1).png
+2025-03-10 15:38:12,307 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (131).png
+2025-03-10 15:38:12,307 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-10-11 16.07.39.png
+2025-03-10 15:38:12,308 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/ollama.png
+2025-03-10 15:38:12,308 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/ollama-config-zh.png
+2025-03-10 15:38:12,308 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/ollama-use-model.png
+2025-03-10 15:38:12,310 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (14) (1) (1).png
+2025-03-10 15:38:12,310 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (7) (1) (1).png
+2025-03-10 15:38:12,310 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (8) (1) (1).png
+2025-03-10 15:38:12,311 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (160).png
+2025-03-10 15:38:12,311 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (10) (1) (1).png
+2025-03-10 15:38:12,311 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (11) (1) (1).png
+2025-03-10 15:38:12,312 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (13) (1) (1).png
+2025-03-10 15:38:12,312 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (161).png
+2025-03-10 15:38:12,312 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (158).png
+2025-03-10 15:38:12,312 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (4) (1) (1) (1).png
+2025-03-10 15:38:12,312 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (5) (1) (1).png
+2025-03-10 15:38:12,313 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/explore/images/explore-app.jpg
+2025-03-10 15:38:12,313 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/explore/images/creat-customize-app.jpg
+2025-03-10 15:38:12,313 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/explore/images/workspace.jpg
+2025-03-10 15:38:12,313 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (4).png
+2025-03-10 15:38:12,314 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (1) (1) (1) (1) (1).png
+2025-03-10 15:38:12,314 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (2) (1) (1).png
+2025-03-10 15:38:12,314 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (3) (1) (1).png
+2025-03-10 15:38:12,315 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dataset-api-token.png
+2025-03-10 15:38:12,315 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/best-practice-json-schema-ui-example.png
+2025-03-10 15:38:12,315 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (135).png
+2025-03-10 15:38:12,316 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/learn-more-json-schema.png
+2025-03-10 15:38:12,316 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/best-practice-json-schema-ui-example.png
+2025-03-10 15:38:12,317 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/screenshot-20231017-092613.png
+2025-03-10 15:38:12,317 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/screenshot-20231017-092957.png
+2025-03-10 15:38:12,317 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/3.png
+2025-03-10 15:38:12,317 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/4.png
+2025-03-10 15:38:12,317 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/5.png
+2025-03-10 15:38:12,317 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/专家模式.png
+2025-03-10 15:38:12,317 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/参数设置.png
+2025-03-10 15:38:12,318 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/快捷键.png
+2025-03-10 15:38:12,318 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/日志.png
+2025-03-10 15:38:12,318 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/11.png
+2025-03-10 15:38:12,319 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/12.png
+2025-03-10 15:38:12,319 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-rag-multiple.png
+2025-03-10 15:38:12,319 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (134).png
+2025-03-10 15:38:12,319 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (180).png
+2025-03-10 15:38:12,319 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (179).png
+2025-03-10 15:38:12,320 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (163).png
+2025-03-10 15:38:12,320 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (132).png
+2025-03-10 15:38:12,320 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (133).png
+2025-03-10 15:38:12,320 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (178).png
+2025-03-10 15:38:12,321 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (167).png
+2025-03-10 15:38:12,321 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (173).png
+2025-03-10 15:38:12,321 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (169).png
+2025-03-10 15:38:12,321 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (170).png
+2025-03-10 15:38:12,321 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (171).png
+2025-03-10 15:38:12,322 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (172).png
+2025-03-10 15:38:12,322 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-basic-chatbot.jpg
+2025-03-10 15:38:12,322 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/config-basic-chatbot.jpg
+2025-03-10 15:38:12,323 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/publish-basic-chatbot.jpg
+2025-03-10 15:38:12,323 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-basic-chatbot-apikey.jpg
+2025-03-10 15:38:12,323 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/azure1.png
+2025-03-10 15:38:12,323 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/azure2.png
+2025-03-10 15:38:12,323 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/azure3.png
+2025-03-10 15:38:12,324 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/azure4.png
+2025-03-10 15:38:12,324 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/azure5.png
+2025-03-10 15:38:12,324 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/lt1 (1).png
+2025-03-10 15:38:12,324 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/azure6.png
+2025-03-10 15:38:12,324 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/azure7.png
+2025-03-10 15:38:12,324 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/azure8.png
+2025-03-10 15:38:12,324 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/teams1.png
+2025-03-10 15:38:12,325 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (34) (1).png
+2025-03-10 15:38:12,325 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (42) (1).png
+2025-03-10 15:38:12,325 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (27) (1).png
+2025-03-10 15:38:12,326 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (360).png
+2025-03-10 15:38:12,326 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (1) (1) (1).png
+2025-03-10 15:38:12,326 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (359).png
+2025-03-10 15:38:12,326 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (362).png
+2025-03-10 15:38:12,326 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (363).png
+2025-03-10 15:38:12,327 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (364).png
+2025-03-10 15:38:12,327 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (366).png
+2025-03-10 15:38:12,327 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (367).png
+2025-03-10 15:38:12,328 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/a.png
+2025-03-10 15:38:12,328 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/b2.png
+2025-03-10 15:38:12,328 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (144).png
+2025-03-10 15:38:12,328 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (146).png
+2025-03-10 15:38:12,328 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (147).png
+2025-03-10 15:38:12,329 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (148).png
+2025-03-10 15:38:12,329 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (153).png
+2025-03-10 15:38:12,329 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (150).png
+2025-03-10 15:38:12,329 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (151).png
+2025-03-10 15:38:12,329 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/best-practice-wix-2.png
+2025-03-10 15:38:12,329 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/best-practice-wix-3.png
+2025-03-10 15:38:12,329 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/best-practice-add-html-iframe.png
+2025-03-10 15:38:12,329 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/best-practice-insert-dify-iframe-code.png
+2025-03-10 15:38:12,329 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/login.jpg
+2025-03-10 15:38:12,330 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/wechat-login.jpg
+2025-03-10 15:38:12,330 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/basic-chatbot-on-wechat.jpg
+2025-03-10 15:38:12,330 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/download-dify-workflow-knowledge.jpg
+2025-03-10 15:38:12,330 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-knowledge-1.jpg
+2025-03-10 15:38:12,330 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-knowledge-2.jpg
+2025-03-10 15:38:12,331 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-knowledge-3.jpg
+2025-03-10 15:38:12,331 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-knowledge-4.jpg
+2025-03-10 15:38:12,331 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-knowledge-5.jpg
+2025-03-10 15:38:12,331 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-workflow-chatbot-1.jpg
+2025-03-10 15:38:12,331 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-workflow-chatbot-2.jpg
+2025-03-10 15:38:12,331 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-workflow-chatbot-3.jpg
+2025-03-10 15:38:12,331 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-workflow-chatbot-4.jpg
+2025-03-10 15:38:12,331 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-workflow-chatbot-5.jpg
+2025-03-10 15:38:12,331 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-workflow-chatbot-6.jpg
+2025-03-10 15:38:12,332 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/workflow-chatbot-on-wechat.jpg
+2025-03-10 15:38:12,332 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-agent.jpg
+2025-03-10 15:38:12,332 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/config-agent-auth-dalle.jpg
+2025-03-10 15:38:12,332 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/config-agent-add-dalle.jpg
+2025-03-10 15:38:12,332 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/config-agent-add-duck-calc.jpg
+2025-03-10 15:38:12,332 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/publish-agent.jpg
+2025-03-10 15:38:12,333 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/agent-on-wechat.jpg
+2025-03-10 15:38:12,333 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/create-workflow.jpg
+2025-03-10 15:38:12,333 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/test-workflow.jpg
+2025-03-10 15:38:12,333 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/publish-workflow.jpg
+2025-03-10 15:38:12,333 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/workflow-on-wechat.jpg
+2025-03-10 15:38:12,333 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/agent-on-wework.jpg
+2025-03-10 15:38:12,334 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (53) (1).png
+2025-03-10 15:38:12,334 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (25) (1).png
+2025-03-10 15:38:12,334 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (92) (1).png
+2025-03-10 15:38:12,334 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (87) (1).png
+2025-03-10 15:38:12,335 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (59) (1).png
+2025-03-10 15:38:12,335 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (93) (1).png
+2025-03-10 15:38:12,335 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (100) (1).png
+2025-03-10 15:38:12,335 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (85) (1).png
+2025-03-10 15:38:12,336 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/640.png
+2025-03-10 15:38:12,336 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/640-4.png
+2025-03-10 15:38:12,336 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/640-7.png
+2025-03-10 15:38:12,336 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/640-8.png
+2025-03-10 15:38:12,336 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/640-9.png
+2025-03-10 15:38:12,336 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/640.jpg
+2025-03-10 15:38:12,336 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/640-10.png
+2025-03-10 15:38:12,336 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/640-11.png
+2025-03-10 15:38:12,336 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/640-12.png
+2025-03-10 15:38:12,336 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/640-13.png
+2025-03-10 15:38:12,337 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/640-14.png
+2025-03-10 15:38:12,337 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dify_app_types.png
+2025-03-10 15:38:12,337 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dify-completion-app-constraint.png
+2025-03-10 15:38:12,337 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dify-workflow-app-constraint.jpg
+2025-03-10 15:38:12,337 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/get-dify-app-secret.jpg
+2025-03-10 15:38:12,338 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dingtalk-app-creation.jpg
+2025-03-10 15:38:12,338 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dingtalk-add-robot.jpg
+2025-03-10 15:38:12,338 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dingtalk-robot-config.jpg
+2025-03-10 15:38:12,338 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dingtalk-app-versioning.jpg
+2025-03-10 15:38:12,338 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dingtalk-app-credential.jpg
+2025-03-10 15:38:12,338 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dingtalk-ai-card-template-creation.jpg
+2025-03-10 15:38:12,339 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dingtalk-ai-card-edit.jpg
+2025-03-10 15:38:12,339 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dingtalk-ai-card-temp-id.jpg
+2025-03-10 15:38:12,339 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dingtalk-group-chat-demo.jpg
+2025-03-10 15:38:12,339 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/twilio1.png
+2025-03-10 15:38:12,339 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/lt1.png
+2025-03-10 15:38:12,339 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/twilio2.png
+2025-03-10 15:38:12,340 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/twilio3.png
+2025-03-10 15:38:12,340 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/whatsapp1.jpg
+2025-03-10 15:38:12,340 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (99) (1).png
+2025-03-10 15:38:12,340 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image-2.png
+2025-03-10 15:38:12,341 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image-3.png
+2025-03-10 15:38:12,341 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image-4.png
+2025-03-10 15:38:12,341 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image-5.png
+2025-03-10 15:38:12,342 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image-6.png
+2025-03-10 15:38:12,342 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image-7.png
+2025-03-10 15:38:12,342 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image-8.png
+2025-03-10 15:38:12,343 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image-9.png
+2025-03-10 15:38:12,343 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image-11.png
+2025-03-10 15:38:12,343 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image-13.png
+2025-03-10 15:38:12,343 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zeabur-template-overview.jpeg
+2025-03-10 15:38:12,343 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zeabur-region-select.png
+2025-03-10 15:38:12,344 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zeabur-project.png
+2025-03-10 15:38:12,344 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (182).png
+2025-03-10 15:38:12,344 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (185).png
+2025-03-10 15:38:12,344 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (187).png
+2025-03-10 15:38:12,344 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (198).png
+2025-03-10 15:38:12,345 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (199).png
+2025-03-10 15:38:12,345 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (201).png
+2025-03-10 15:38:12,345 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (190).png
+2025-03-10 15:38:12,345 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (195).png
+2025-03-10 15:38:12,345 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/Feb 4, 2024.png
+2025-03-10 15:38:12,345 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/comfyui_prompt.png
+2025-03-10 15:38:12,346 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/comfyui.png
+2025-03-10 15:38:12,346 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-youtube-workflow.jpg
+2025-03-10 15:38:12,346 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-youtube-agent.png
+2025-03-10 15:38:12,346 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-tools-dalle.png
+2025-03-10 15:38:12,347 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-dalle3-node.png
+2025-03-10 15:38:12,347 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-agent-dalle3.png
+2025-03-10 15:38:12,347 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-tool-searchapi.png
+2025-03-10 15:38:12,347 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-tool-searchapi-flow.png
+2025-03-10 15:38:12,347 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-tools-google.png
+2025-03-10 15:38:12,348 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-tools-perplexity.png
+2025-03-10 15:38:12,348 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-tools-chatflow-perplexity.png
+2025-03-10 15:38:12,348 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-tools-agent-perplexity.png
+2025-03-10 15:38:12,348 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-tool-serper.png
+2025-03-10 15:38:12,349 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-09-26 23.12.01.png
+2025-03-10 15:38:12,349 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-09-27 10.09.34.png
+2025-03-10 15:38:12,349 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-09-27 10.18.54.png
+2025-03-10 15:38:12,349 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-09-27 10.23.52.png
+2025-03-10 15:38:12,349 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/api_based_01.png
+2025-03-10 15:38:12,349 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/download.png
+2025-03-10 15:38:12,350 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/8000.png
+2025-03-10 15:38:12,350 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/ngrock.png
+2025-03-10 15:38:12,350 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/api_extension_edit.png
+2025-03-10 15:38:12,350 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/app_tools_edit.png
+2025-03-10 15:38:12,350 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (299).png
+2025-03-10 15:38:12,350 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-create-customize-app.png
+2025-03-10 15:38:12,351 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/workspace.jpg
+2025-03-10 15:38:12,351 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (248).png
+2025-03-10 15:38:12,351 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/zh-create-customize-app.png
+2025-03-10 15:38:12,351 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/zh-personal-account-1.png
+2025-03-10 15:38:12,352 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/zh-personal-account-2.png
+2025-03-10 15:38:12,352 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (5) (1).png
+2025-03-10 15:38:12,352 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (6) (1).png
+2025-03-10 15:38:12,353 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/switch-workspace.png
+2025-03-10 15:38:12,353 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (1) (1) (1) (1) (1) (1).png
+2025-03-10 15:38:12,353 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/export-dsl.png
+2025-03-10 15:38:12,353 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/export-dsl-secret.png
+2025-03-10 15:38:12,353 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (311).png
+2025-03-10 15:38:12,354 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/app-log.png
+2025-03-10 15:38:12,354 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (181).png
+2025-03-10 15:38:12,354 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (124).png
+2025-03-10 15:38:12,354 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (126).png
+2025-03-10 15:38:12,354 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (128).png
+2025-03-10 15:38:12,354 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (129).png
+2025-03-10 15:38:12,355 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (130).png
+2025-03-10 15:38:12,355 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (118).png
+2025-03-10 15:38:12,355 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (119).png
+2025-03-10 15:38:12,355 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (120).png
+2025-03-10 15:38:12,355 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (121).png
+2025-03-10 15:38:12,355 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (123).png
+2025-03-10 15:38:12,356 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/Feb 4,2.png
+2025-03-10 15:38:12,356 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (216).png
+2025-03-10 15:38:12,356 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (113).png
+2025-03-10 15:38:12,356 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image-20231210143654461 (1).png
+2025-03-10 15:38:12,357 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (217).png
+2025-03-10 15:38:12,357 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (60).png
+2025-03-10 15:38:12,357 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (61).png
+2025-03-10 15:38:12,357 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (65).png
+2025-03-10 15:38:12,357 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (64).png
+2025-03-10 15:38:12,357 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (57).png
+2025-03-10 15:38:12,358 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (98).png
+2025-03-10 15:38:12,358 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (102).png
+2025-03-10 15:38:12,358 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (99).png
+2025-03-10 15:38:12,358 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (100).png
+2025-03-10 15:38:12,358 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (108).png
+2025-03-10 15:38:12,359 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (110).png
+2025-03-10 15:38:12,359 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (101).png
+2025-03-10 15:38:12,359 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (104).png
+2025-03-10 15:38:12,359 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (105).png
+2025-03-10 15:38:12,359 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-prompt-generator.png
+2025-03-10 15:38:12,359 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-opening-remarks.png
+2025-03-10 15:38:12,361 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-conversation-debug.png
+2025-03-10 15:38:12,361 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-conversation-app.png
+2025-03-10 15:38:12,361 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (297).png
+2025-03-10 15:38:12,361 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (219).png
+2025-03-10 15:38:12,361 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/import-dsl-file.png
+2025-03-10 15:38:12,362 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/import-dsl-from-url.jpeg
+2025-03-10 15:38:12,362 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-multiple-models.png
+2025-03-10 15:38:12,362 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-multiple-models-2.png
+2025-03-10 15:38:12,362 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (288).png
+2025-03-10 15:38:12,362 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (291).png
+2025-03-10 15:38:12,362 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (292).png
+2025-03-10 15:38:12,362 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (293).png
+2025-03-10 15:38:12,363 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (294).png
+2025-03-10 15:38:12,363 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/moderation1.png
+2025-03-10 15:38:12,363 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/moderation2.png
+2025-03-10 15:38:12,363 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/moderation3.png
+2025-03-10 15:38:12,363 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/moderation_settings.png
+2025-03-10 15:38:12,364 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/moderation_tet.png
+2025-03-10 15:38:12,364 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/api_based.png
+2025-03-10 15:38:12,364 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/weather inquiry.png
+2025-03-10 15:38:12,364 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/api_based_extension1.png
+2025-03-10 15:38:12,364 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/Weather_search_tool.jpeg
+2025-03-10 15:38:12,364 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/log.jpeg
+2025-03-10 15:38:12,365 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/zh-integrate-knowledge-within-app.png
+2025-03-10 15:38:12,365 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/rerank-flow-chart.png
+2025-03-10 15:38:12,365 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-rerank-model-api.png
+2025-03-10 15:38:12,365 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (1) (1) (1) (1).png
+2025-03-10 15:38:12,366 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (353).png
+2025-03-10 15:38:12,366 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (354).png
+2025-03-10 15:38:12,366 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (355).png
+2025-03-10 15:38:12,366 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (356).png
+2025-03-10 15:38:12,367 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (357).png
+2025-03-10 15:38:12,367 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (358).png
+2025-03-10 15:38:12,367 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/citation-and-attribution.png
+2025-03-10 15:38:12,367 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (84).png
+2025-03-10 15:38:12,367 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (231).png
+2025-03-10 15:38:12,367 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (137).png
+2025-03-10 15:38:12,368 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (138).png
+2025-03-10 15:38:12,368 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (139).png
+2025-03-10 15:38:12,368 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (140).png
+2025-03-10 15:38:12,368 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (5) (2).png
+2025-03-10 15:38:12,368 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (6) (1).png
+2025-03-10 15:38:12,369 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (7) (1).png
+2025-03-10 15:38:12,369 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (387).png
+2025-03-10 15:38:12,369 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (385).png
+2025-03-10 15:38:12,369 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (386).png
+2025-03-10 15:38:12,369 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (388).png
+2025-03-10 15:38:12,370 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (389).png
+2025-03-10 15:38:12,370 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (4) (3).png
+2025-03-10 15:38:12,370 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (379).png
+2025-03-10 15:38:12,370 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (380).png
+2025-03-10 15:38:12,370 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (381).png
+2025-03-10 15:38:12,370 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-10-12 15.45.45.png
+2025-03-10 15:38:12,371 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (376).png
+2025-03-10 15:38:12,371 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (5) (2) (1).png
+2025-03-10 15:38:12,371 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (3) (1).png
+2025-03-10 15:38:12,371 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (207).png
+2025-03-10 15:38:12,371 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (336).png
+2025-03-10 15:38:12,371 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (337).png
+2025-03-10 15:38:12,372 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (339).png
+2025-03-10 15:38:12,372 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (335).png
+2025-03-10 15:38:12,372 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (340).png
+2025-03-10 15:38:12,372 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (341).png
+2025-03-10 15:38:12,372 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (342).png
+2025-03-10 15:38:12,373 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (343).png
+2025-03-10 15:38:12,373 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (344).png
+2025-03-10 15:38:12,373 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (345).png
+2025-03-10 15:38:12,373 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (349).png
+2025-03-10 15:38:12,373 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (333).png
+2025-03-10 15:38:12,374 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (350).png
+2025-03-10 15:38:12,374 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (351).png
+2025-03-10 15:38:12,374 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (7) (2).png
+2025-03-10 15:38:12,374 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (8) (2).png
+2025-03-10 15:38:12,374 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (9) (2).png
+2025-03-10 15:38:12,374 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (372).png
+2025-03-10 15:38:12,374 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (3) (2).png
+2025-03-10 15:38:12,375 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (16).png
+2025-03-10 15:38:12,375 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (19).png
+2025-03-10 15:38:12,375 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (6) (2).png
+2025-03-10 15:38:12,375 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/环境变量.jpeg
+2025-03-10 15:38:12,375 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/会话变量.jpeg
+2025-03-10 15:38:12,376 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (3) (4).png
+2025-03-10 15:38:12,376 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (8).png
+2025-03-10 15:38:12,376 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (1) (6).png
+2025-03-10 15:38:12,376 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (2) (4).png
+2025-03-10 15:38:12,377 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (7).png
+2025-03-10 15:38:12,377 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (1) (5).png
+2025-03-10 15:38:12,377 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (2) (3).png
+2025-03-10 15:38:12,377 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (3) (3).png
+2025-03-10 15:38:12,377 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (4) (2).png
+2025-03-10 15:38:12,378 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-1-9-1.png
+2025-03-10 15:38:12,378 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-1-9-0 (2).png
+2025-03-10 15:38:12,378 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-1-9-2 (1).png
+2025-03-10 15:38:12,378 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-agnent-1.png
+2025-03-10 15:38:12,379 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-agnent-2.png
+2025-03-10 15:38:12,379 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-1-9-3.png
+2025-03-10 15:38:12,379 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-1-9-6.png
+2025-03-10 15:38:12,380 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/中文.jpeg
+2025-03-10 15:38:12,380 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-conversation-var-scenario-1.png
+2025-03-10 15:38:12,380 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/conversation-var-scenario-2-1.png
+2025-03-10 15:38:12,380 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (209).png
+2025-03-10 15:38:12,380 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (210).png
+2025-03-10 15:38:12,381 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (66).png
+2025-03-10 15:38:12,381 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (67).png
+2025-03-10 15:38:12,381 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (69).png
+2025-03-10 15:38:12,381 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (278).png
+2025-03-10 15:38:12,381 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (276).png
+2025-03-10 15:38:12,381 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (277).png
+2025-03-10 15:38:12,382 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (244).png
+2025-03-10 15:38:12,382 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (74).png
+2025-03-10 15:38:12,382 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (250).png
+2025-03-10 15:38:12,383 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (77).png
+2025-03-10 15:38:12,383 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (12).png
+2025-03-10 15:38:12,383 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (373).png
+2025-03-10 15:38:12,383 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (14).png
+2025-03-10 15:38:12,383 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (4) (2).png
+2025-03-10 15:38:12,384 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (15).png
+2025-03-10 15:38:12,384 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (17).png
+2025-03-10 15:38:12,384 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (375).png
+2025-03-10 15:38:12,384 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (52).png
+2025-03-10 15:38:12,384 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (50).png
+2025-03-10 15:38:12,384 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (11).png
+2025-03-10 15:38:12,384 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (2) (2).png
+2025-03-10 15:38:12,385 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (95).png
+2025-03-10 15:38:12,385 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (96).png
+2025-03-10 15:38:12,385 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (3).png
+2025-03-10 15:38:12,385 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/iteration-story-generator.png
+2025-03-10 15:38:12,385 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (262).png
+2025-03-10 15:38:12,385 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/iteration-llm-node.png
+2025-03-10 15:38:12,385 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-iteration-extract-node.png
+2025-03-10 15:38:12,386 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (271).png
+2025-03-10 15:38:12,386 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (272).png
+2025-03-10 15:38:12,386 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (274).png
+2025-03-10 15:38:12,386 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (273).png
+2025-03-10 15:38:12,386 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (55).png
+2025-03-10 15:38:12,386 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (8).png
+2025-03-10 15:38:12,387 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (10).png
+2025-03-10 15:38:12,387 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (264).png
+2025-03-10 15:38:12,387 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (265).png
+2025-03-10 15:38:12,387 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (54).png
+2025-03-10 15:38:12,387 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (56).png
+2025-03-10 15:38:12,387 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-node-llm-prompt-generator.png
+2025-03-10 15:38:12,387 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (71).png
+2025-03-10 15:38:12,388 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (251).png
+2025-03-10 15:38:12,388 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-node-llm.png
+2025-03-10 15:38:12,388 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (253).png
+2025-03-10 15:38:12,388 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (371).png
+2025-03-10 15:38:12,389 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (255).png
+2025-03-10 15:38:12,389 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-10-18 10.45.17.png
+2025-03-10 15:38:12,389 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/截屏2024-10-18 11.08.59.png
+2025-03-10 15:38:12,389 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (256).png
+2025-03-10 15:38:12,389 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (2) (2).png
+2025-03-10 15:38:12,389 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (208).png
+2025-03-10 15:38:12,389 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (370).png
+2025-03-10 15:38:12,390 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (284).png
+2025-03-10 15:38:12,390 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (5).png
+2025-03-10 15:38:12,390 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/output (1) (3).png
+2025-03-10 15:38:12,390 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image.png
+2025-03-10 15:38:12,390 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (4) (1).png
+2025-03-10 15:38:12,391 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-if-else-elif.png
+2025-03-10 15:38:12,391 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (73).png
+2025-03-10 15:38:12,391 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (80).png
+2025-03-10 15:38:12,391 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (81).png
+2025-03-10 15:38:12,391 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (282).png
+2025-03-10 15:38:12,392 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (283).png
+2025-03-10 15:38:12,392 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (69) (1).png
+2025-03-10 15:38:12,392 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (40) (1).png
+2025-03-10 15:38:12,392 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/api-access.png
+2025-03-10 15:38:12,392 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (63) (1).png
+2025-03-10 15:38:12,392 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (94) (1).png
+2025-03-10 15:38:12,392 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (26) (1).png
+2025-03-10 15:38:12,393 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (47) (1).png
+2025-03-10 15:38:12,393 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (51) (1).png
+2025-03-10 15:38:12,393 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (77) (1).png
+2025-03-10 15:38:12,393 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (79) (1).png
+2025-03-10 15:38:12,393 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/web-app-settings.png
+2025-03-10 15:38:12,394 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/public-web-app.png
+2025-03-10 15:38:12,394 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (58) (1).png
+2025-03-10 15:38:12,394 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (73) (1).png
+2025-03-10 15:38:12,394 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (36) (1).png
+2025-03-10 15:38:12,394 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (70) (1).png
+2025-03-10 15:38:12,394 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (57) (1).png
+2025-03-10 15:38:12,395 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (39) (1).png
+2025-03-10 15:38:12,395 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (94).png
+2025-03-10 15:38:12,395 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (49).png
+2025-03-10 15:38:12,395 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (300).png
+2025-03-10 15:38:12,396 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (302).png
+2025-03-10 15:38:12,396 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (304).png
+2025-03-10 15:38:12,396 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (303).png
+2025-03-10 15:38:12,396 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (305).png
+2025-03-10 15:38:12,396 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (306).png
+2025-03-10 15:38:12,396 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (307).png
+2025-03-10 15:38:12,397 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (308).png
+2025-03-10 15:38:12,397 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (310).png
+2025-03-10 15:38:12,397 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (309).png
+2025-03-10 15:38:12,397 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (26).png
+2025-03-10 15:38:12,397 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (29).png
+2025-03-10 15:38:12,397 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (36).png
+2025-03-10 15:38:12,398 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (37).png
+2025-03-10 15:38:12,398 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (32).png
+2025-03-10 15:38:12,398 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (34).png
+2025-03-10 15:38:12,398 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (38).png
+2025-03-10 15:38:12,398 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (40).png
+2025-03-10 15:38:12,398 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (41).png
+2025-03-10 15:38:12,399 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (44).png
+2025-03-10 15:38:12,399 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (46).png
+2025-03-10 15:38:12,399 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (28).png
+2025-03-10 15:38:12,399 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (47).png
+2025-03-10 15:38:12,400 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/zh-docs-contribution.png
+2025-03-10 15:38:12,400 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-12-en.png
+2025-03-10 15:38:12,400 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-1.png
+2025-03-10 15:38:12,400 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-2-en.png
+2025-03-10 15:38:12,401 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-3-en.png
+2025-03-10 15:38:12,401 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-4-en.png
+2025-03-10 15:38:12,401 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-5-en.png
+2025-03-10 15:38:12,401 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-6-ja.png
+2025-03-10 15:38:12,402 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-7-en.png
+2025-03-10 15:38:12,402 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-8-en.png
+2025-03-10 15:38:12,402 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-9-en.png
+2025-03-10 15:38:12,402 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-10-en.png
+2025-03-10 15:38:12,402 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-11-en.png
+2025-03-10 15:38:12,403 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/prompt-gen-1-jp.png
+2025-03-10 15:38:12,403 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/prompt-gen-2-jp.png
+2025-03-10 15:38:12,403 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-13-jp.png
+2025-03-10 15:38:12,403 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-14-en.png
+2025-03-10 15:38:12,403 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-15-en.png
+2025-03-10 15:38:12,404 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/workshop/build-ai-image-generation-app-16-en.png
+2025-03-10 15:38:12,404 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (368).png
+2025-03-10 15:38:12,404 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/travel-assistant-1.png
+2025-03-10 15:38:12,404 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/travel-assistant-3.png
+2025-03-10 15:38:12,404 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/travel-assistant-4.png
+2025-03-10 15:38:12,404 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/travel-assistant-5.png
+2025-03-10 15:38:12,404 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (369).png
+2025-03-10 15:38:12,405 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-03_08.51.29.png
+2025-03-10 15:38:12,405 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/twitter_LLM_Providers.webp
+2025-03-10 15:38:12,405 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_20.37.09.png
+2025-03-10 15:38:12,405 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/twitter_chatflow.webp
+2025-03-10 15:38:12,406 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_22.44.44.png
+2025-03-10 15:38:12,406 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (114).png
+2025-03-10 15:38:12,406 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/twitter_add_input.webp
+2025-03-10 15:38:12,406 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/7d5de1cce4426f70f448402d7812bd040d681c225e49a2de66b59cbde66ba834.png
+2025-03-10 15:38:12,407 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/twitter_add_http.webp
+2025-03-10 15:38:12,407 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_22.55.20.png
+2025-03-10 15:38:12,407 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/twitter_http_1.webp
+2025-03-10 15:38:12,407 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.02.04.png
+2025-03-10 15:38:12,407 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/twitter_http_2.webp
+2025-03-10 15:38:12,407 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/CleanShot 2024-10-07 at 21.44.50@2x.png
+2025-03-10 15:38:12,407 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.35.38.png
+2025-03-10 15:38:12,407 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/twitter_llm.png
+2025-03-10 15:38:12,408 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.41.03.png
+2025-03-10 15:38:12,408 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/twitter_llm_test.png
+2025-03-10 15:38:12,408 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/twitter_test_llm.png
+2025-03-10 15:38:12,408 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-10-21 15.21.21.png
+2025-03-10 15:38:12,408 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-10-22 08.56.33.png
+2025-03-10 15:38:12,409 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-10-22 09.10.17.png
+2025-03-10 15:38:12,409 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-10-22 09.11.28.png
+2025-03-10 15:38:12,409 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (16).png
+2025-03-10 15:38:12,409 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (115).png
+2025-03-10 15:38:12,410 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/ollama.png
+2025-03-10 15:38:12,410 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-ollama-use-model.png
+2025-03-10 15:38:12,410 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/gpustack-deploy-llm.png
+2025-03-10 15:38:12,411 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/add-gpustack-llm.png
+2025-03-10 15:38:12,411 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (14) (1) (1).png
+2025-03-10 15:38:12,411 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (7) (1) (1) (1).png
+2025-03-10 15:38:12,411 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (8) (1) (1) (1).png
+2025-03-10 15:38:12,412 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (23).png
+2025-03-10 15:38:12,412 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (10) (1) (1).png
+2025-03-10 15:38:12,412 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (11) (1) (1).png
+2025-03-10 15:38:12,413 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (13) (1) (1).png
+2025-03-10 15:38:12,413 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-hugging-face-t2t.png
+2025-03-10 15:38:12,413 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (97).png
+2025-03-10 15:38:12,414 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-replicate-model.png
+2025-03-10 15:38:12,414 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (5) (1) (1) (1) (1).png
+2025-03-10 15:38:12,414 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/explore/images/explore-app.jpg
+2025-03-10 15:38:12,414 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/explore/images/creat-customize-app.jpg
+2025-03-10 15:38:12,414 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/explore/images/workspace.jpg
+2025-03-10 15:38:12,415 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (4).png
+2025-03-10 15:38:12,415 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (1) (1) (1) (1) (1).png
+2025-03-10 15:38:12,415 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (2) (1) (1).png
+2025-03-10 15:38:12,415 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (3) (1) (1).png
+2025-03-10 15:38:12,416 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/dataset-api-token.png
+2025-03-10 15:38:12,416 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/table_delete_row1.png
+2025-03-10 15:38:12,416 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/learn-more-json-schema.png
+2025-03-10 15:38:12,416 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/best-practice-json-schema-ui-example.png
+2025-03-10 15:38:12,416 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-n-to-1.png
+2025-03-10 15:38:12,416 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/rerank-flow-chart.png
+2025-03-10 15:38:12,417 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (129).png
+2025-03-10 15:38:12,417 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (128).png
+2025-03-10 15:38:12,417 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-rerank-cohere.png
+2025-03-10 15:38:12,417 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-rerank-explore.png
+2025-03-10 15:38:12,417 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-rerank-setting.png
+2025-03-10 15:38:12,418 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (127).png
+2025-03-10 15:38:12,418 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (116).png
+2025-03-10 15:38:12,418 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (34).png
+2025-03-10 15:38:12,418 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (42).png
+2025-03-10 15:38:12,418 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (27).png
+2025-03-10 15:38:12,419 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/best-practice-wix-2.png
+2025-03-10 15:38:12,419 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/best-practice-wix-3.png
+2025-03-10 15:38:12,419 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/best-practice-add-html-iframe.png
+2025-03-10 15:38:12,419 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/best-practice-insert-dify-iframe-code.png
+2025-03-10 15:38:12,419 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (53).png
+2025-03-10 15:38:12,419 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (25).png
+2025-03-10 15:38:12,419 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (92).png
+2025-03-10 15:38:12,420 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (87).png
+2025-03-10 15:38:12,420 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (59).png
+2025-03-10 15:38:12,420 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (93).png
+2025-03-10 15:38:12,420 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (100).png
+2025-03-10 15:38:12,420 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (85).png
+2025-03-10 15:38:12,420 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/dify-on-wechat/create-basic-chatbot.jpg
+2025-03-10 15:38:12,421 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/dify-on-wechat/config-basic-chatbot.jpg
+2025-03-10 15:38:12,421 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/dify-on-wechat/publish-basic-chatbot.jpg
+2025-03-10 15:38:12,421 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/dify-on-wechat/create-basic-chatbot-apikey.jpg
+2025-03-10 15:38:12,421 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/dify-on-whatsapp/twilio1.png
+2025-03-10 15:38:12,421 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/dify-on-whatsapp/lt1.png
+2025-03-10 15:38:12,421 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/dify-on-whatsapp/twilio2.png
+2025-03-10 15:38:12,422 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/dify-on-whatsapp/twilio3.png
+2025-03-10 15:38:12,422 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/dify-on-whatsapp/whatsapp1.jpg
+2025-03-10 15:38:12,422 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (99).png
+2025-03-10 15:38:12,422 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/screenshot-20230802-114025.png
+2025-03-10 15:38:12,422 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/WechatIMG38.jpg
+2025-03-10 15:38:12,422 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/pre-prompt.png
+2025-03-10 15:38:12,422 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/screenshot-20230802-145326.png
+2025-03-10 15:38:12,423 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/WechatIMG157.jpg
+2025-03-10 15:38:12,423 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/WechatIMG158.jpg
+2025-03-10 15:38:12,423 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/app-variables.png
+2025-03-10 15:38:12,423 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/WechatIMG160.jpg
+2025-03-10 15:38:12,423 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/screenshot-20230802-141913.png
+2025-03-10 15:38:12,423 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/screenshot-20230802-142407.png
+2025-03-10 15:38:12,423 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/zeabur-template-overview.jpeg
+2025-03-10 15:38:12,424 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/zeabur-region-select.png
+2025-03-10 15:38:12,424 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/zeabur-project.png
+2025-03-10 15:38:12,424 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/first-party-tools.png
+2025-03-10 15:38:12,424 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/configure-first-party-tool-api.png
+2025-03-10 15:38:12,425 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-tools-create-customized-tools-1.png
+2025-03-10 15:38:12,425 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-tools-create-customized-tools-2.png
+2025-03-10 15:38:12,425 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-tools-create-customized-tools-3.png
+2025-03-10 15:38:12,425 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/use-tools-in-app.png
+2025-03-10 15:38:12,425 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/ai-using-tools-during-conversation.png
+2025-03-10 15:38:12,426 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/Feb 4, 2024.png
+2025-03-10 15:38:12,426 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/guides/tools/comfyui_prompt.png
+2025-03-10 15:38:12,426 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/guides/tools/comfyui.png
+2025-03-10 15:38:12,426 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/tools-dalle.png
+2025-03-10 15:38:12,427 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/dalle3-node.png
+2025-03-10 15:38:12,427 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/agent-dalle3.png
+2025-03-10 15:38:12,427 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/tool-searchapi.png
+2025-03-10 15:38:12,427 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/tool-searchapi-flow.png
+2025-03-10 15:38:12,427 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/tools-google.png
+2025-03-10 15:38:12,427 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/tools-bing.png
+2025-03-10 15:38:12,427 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/tools-perplexity.png
+2025-03-10 15:38:12,428 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/tools-chatflow-perplexity.png
+2025-03-10 15:38:12,428 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/tools-agent-perplexity.png
+2025-03-10 15:38:12,428 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/tool-serper.png
+2025-03-10 15:38:12,429 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/截屏2024-09-27 13.04.16.png
+2025-03-10 15:38:12,429 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/截屏2024-09-27 13.17.40.png
+2025-03-10 15:38:12,429 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/截屏2024-09-27 13.14.16.png
+2025-03-10 15:38:12,429 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/截屏2024-09-27 13.13.06.png
+2025-03-10 15:38:12,429 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/screenshot-20231128-104353.png
+2025-03-10 15:38:12,429 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/screenshot-20231128-104353 (1) (1).png
+2025-03-10 15:38:12,430 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/download.png
+2025-03-10 15:38:12,430 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/8000.png
+2025-03-10 15:38:12,430 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/ngrock.png
+2025-03-10 15:38:12,430 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/api_extension_edit.png
+2025-03-10 15:38:12,430 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/app_tools_edit.png
+2025-03-10 15:38:12,431 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (248).png
+2025-03-10 15:38:12,431 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/creat-customize-app.jpg
+2025-03-10 15:38:12,431 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/workspace.jpg
+2025-03-10 15:38:12,431 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/personal-account-management-01.png
+2025-03-10 15:38:12,431 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/subscription-management-01.png
+2025-03-10 15:38:12,431 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/subscription-management-02.jpeg
+2025-03-10 15:38:12,431 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/team-members-management-01.png
+2025-03-10 15:38:12,432 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/team-members-management-02.png
+2025-03-10 15:38:12,432 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/export-dsl.png
+2025-03-10 15:38:12,432 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/export-dsl-secret.png
+2025-03-10 15:38:12,432 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (92).png
+2025-03-10 15:38:12,433 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/app-logs-ann.png
+2025-03-10 15:38:12,433 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (130).png
+2025-03-10 15:38:12,433 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/annotated-replies.png
+2025-03-10 15:38:12,434 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/setting-parameters-for-annotated-replies.png
+2025-03-10 15:38:12,434 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/add-annotation-reply.png
+2025-03-10 15:38:12,434 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/editing-annotated-replies.png
+2025-03-10 15:38:12,434 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/annotaiton-reply.png
+2025-03-10 15:38:12,434 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/logs-annotation-switch.png
+2025-03-10 15:38:12,434 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/annotated-replies-initial.png
+2025-03-10 15:38:12,435 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/bulk-import-annotated.png
+2025-03-10 15:38:12,435 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/bulk-export-annotations.png
+2025-03-10 15:38:12,435 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/view-annotation-hit-history.png
+2025-03-10 15:38:12,436 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (24).png
+2025-03-10 15:38:12,436 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (21).png
+2025-03-10 15:38:12,436 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (14).png
+2025-03-10 15:38:12,436 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (19).png
+2025-03-10 15:38:12,436 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (22).png
+2025-03-10 15:38:12,437 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-load_balancing_1.png
+2025-03-10 15:38:12,437 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/jp-load_balancing_2.png
+2025-03-10 15:38:12,437 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (7).png
+2025-03-10 15:38:12,437 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/jp-load_balancing_3.png
+2025-03-10 15:38:12,437 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-agent-1.png
+2025-03-10 15:38:12,438 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-agent-2.png
+2025-03-10 15:38:12,438 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-agent-3.png
+2025-03-10 15:38:12,438 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-agent-4.png
+2025-03-10 15:38:12,438 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-agent-5.png
+2025-03-10 15:38:12,439 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-agent-6.png
+2025-03-10 15:38:12,439 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-agent-7.png
+2025-03-10 15:38:12,439 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-agent-8.png
+2025-03-10 15:38:12,439 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-agent-9.png
+2025-03-10 15:38:12,439 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-conversation-options.png
+2025-03-10 15:38:12,440 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-context.png
+2025-03-10 15:38:12,440 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-conversation-debug.png
+2025-03-10 15:38:12,440 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-modify-model.png
+2025-03-10 15:38:12,440 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-create-chatbox.png
+2025-03-10 15:38:12,440 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-create-prompt.png
+2025-03-10 15:38:12,440 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-conversation-remarkers.png
+2025-03-10 15:38:12,440 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-create-an-application.png
+2025-03-10 15:38:12,441 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-create-blank-application.png
+2025-03-10 15:38:12,441 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-dsl-import.png
+2025-03-10 15:38:12,441 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-url-import.png
+2025-03-10 15:38:12,441 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-app-toolkits-1.png
+2025-03-10 15:38:12,441 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-app-toolkits-4.png
+2025-03-10 15:38:12,441 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-app-toolkits-2.png
+2025-03-10 15:38:12,442 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-app-toolkits-3.png
+2025-03-10 15:38:12,442 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-app-toolkits-5.png
+2025-03-10 15:38:12,442 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-app-toolkits-6.png
+2025-03-10 15:38:12,442 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-moderation-tool-1.png
+2025-03-10 15:38:12,442 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-moderation-tool-2.png
+2025-03-10 15:38:12,442 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-moderation-tool-3.png
+2025-03-10 15:38:12,442 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-moderation-tool-4.png
+2025-03-10 15:38:12,442 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-moderation-tool-5.png
+2025-03-10 15:38:12,442 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/knowledge-base-api.png
+2025-03-10 15:38:12,443 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/api_based.png
+2025-03-10 15:38:12,443 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/weather inquiry.png
+2025-03-10 15:38:12,443 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/api_based_extension1.png
+2025-03-10 15:38:12,443 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/Weather_search_tool.jpeg
+2025-03-10 15:38:12,443 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/log.jpeg
+2025-03-10 15:38:12,443 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-rag-multiple.png
+2025-03-10 15:38:12,443 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-rerank-model-api.png
+2025-03-10 15:38:12,443 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-knowledge-base-table.png
+2025-03-10 15:38:12,444 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (31).png
+2025-03-10 15:38:12,444 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/connect-kb-1-en.png
+2025-03-10 15:38:12,444 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/connect-kb-2-en.png
+2025-03-10 15:38:12,444 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/connect-kb-3-en.webp
+2025-03-10 15:38:12,445 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/connect-kb-4-en.png
+2025-03-10 15:38:12,445 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/connect-kb-5-en.png
+2025-03-10 15:38:12,445 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/connect-kb-6-en.png
+2025-03-10 15:38:12,445 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/connect-kb-7-en.webp
+2025-03-10 15:38:12,445 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/knowledge-base-api-token.png
+2025-03-10 15:38:12,445 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/citation-and-attribution.png
+2025-03-10 15:38:12,446 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/view-citation-information.png
+2025-03-10 15:38:12,446 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/dataset-creation-step2(jina).png
+2025-03-10 15:38:12,446 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/integrate-notion-1.png
+2025-03-10 15:38:12,446 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/notion-secret.png
+2025-03-10 15:38:12,446 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/public-integration.png
+2025-03-10 15:38:12,446 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/notion-public-secret.png
+2025-03-10 15:38:12,447 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-bulletin-1.png
+2025-03-10 15:38:12,447 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-bulletin-2.png
+2025-03-10 15:38:12,447 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-bulletin-3.png
+2025-03-10 15:38:12,447 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-bulletin-4.png
+2025-03-10 15:38:12,447 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-bulletin-5.png
+2025-03-10 15:38:12,447 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (4) (3).png
+2025-03-10 15:38:12,448 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (1) (3).png
+2025-03-10 15:38:12,448 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (2) (4).png
+2025-03-10 15:38:12,448 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (3) (3).png
+2025-03-10 15:38:12,449 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (4).png
+2025-03-10 15:38:12,449 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (5).png
+2025-03-10 15:38:12,449 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (6).png
+2025-03-10 15:38:12,449 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (7).png
+2025-03-10 15:38:12,450 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-workflow.png
+2025-03-10 15:38:12,450 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (5) (2).png
+2025-03-10 15:38:12,450 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (6) (1).png
+2025-03-10 15:38:12,450 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (7) (1).png
+2025-03-10 15:38:12,450 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/orchestrate-node.jpeg
+2025-03-10 15:38:12,450 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/orchestrate-node-serial-design.png
+2025-03-10 15:38:12,450 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/viewing-serial-structure-app-logs.png
+2025-03-10 15:38:12,451 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/orchestrate-node-parallel-design-method-1.png
+2025-03-10 15:38:12,451 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/orchestrate-node-parallel-design-method-2.png
+2025-03-10 15:38:12,451 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/orchestrate-node-parallel-design-method-3.png
+2025-03-10 15:38:12,451 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/orchestrate-node-parallel-design-method-4.png
+2025-03-10 15:38:12,451 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/orchestrate-node-chatflow-multi-answer.png
+2025-03-10 15:38:12,451 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/orchestrate-node-simple-parallel.png
+2025-03-10 15:38:12,452 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/orchestrate-node-nested-parallel.png
+2025-03-10 15:38:12,452 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/orchestrate-node-conditional-branch-parallel.png
+2025-03-10 15:38:12,452 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/orchestrate-node-iteration-parallel.png
+2025-03-10 15:38:12,452 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/orchestrate-node-parallel-logs.png
+2025-03-10 15:38:12,452 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (7).png
+2025-03-10 15:38:12,452 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/zh_CN/.gitbook/assets/image (9).png
+2025-03-10 15:38:12,452 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (30).png
+2025-03-10 15:38:12,452 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (1) (2).png
+2025-03-10 15:38:12,453 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-env-variable.png
+2025-03-10 15:38:12,453 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/conversation-var.png
+2025-03-10 15:38:12,453 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-create-chatbox-chatflow.png
+2025-03-10 15:38:12,453 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-create-workflow.png
+2025-03-10 15:38:12,454 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (3) (4).png
+2025-03-10 15:38:12,454 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (8).png
+2025-03-10 15:38:12,454 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (1) (6).png
+2025-03-10 15:38:12,454 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (2) (4).png
+2025-03-10 15:38:12,454 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (7).png
+2025-03-10 15:38:12,454 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (1) (5).png
+2025-03-10 15:38:12,455 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (2) (3).png
+2025-03-10 15:38:12,455 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (3) (3).png
+2025-03-10 15:38:12,455 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/output (4) (2).png
+2025-03-10 15:38:12,455 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/conversational-variables-scenario-01.png
+2025-03-10 15:38:12,455 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/conversation-var-scenario-1.png
+2025-03-10 15:38:12,455 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/conversation-var-scenario-2-1.png
+2025-03-10 15:38:12,455 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-template.png
+2025-03-10 15:38:12,455 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-parameter-extractor1.png
+2025-03-10 15:38:12,455 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-parameter-extractor2.png
+2025-03-10 15:38:12,455 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-parameter-extractor-setting.png
+2025-03-10 15:38:12,455 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (227).png
+2025-03-10 15:38:12,456 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (225).png
+2025-03-10 15:38:12,456 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (226).png
+2025-03-10 15:38:12,456 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-knowledge-retrieval.png
+2025-03-10 15:38:12,456 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-knowledge-retrieval-setting.png
+2025-03-10 15:38:12,456 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-knowledge-retrieval-output.png
+2025-03-10 15:38:12,456 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-knowledge-retrieval-llm.png
+2025-03-10 15:38:12,456 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (12).png
+2025-03-10 15:38:12,456 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-http-request.png
+2025-03-10 15:38:12,457 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/customer-feedback-classification.png
+2025-03-10 15:38:12,457 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (145).png
+2025-03-10 15:38:12,457 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-answer-demo.png
+2025-03-10 15:38:12,457 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-answer-with-image.png
+2025-03-10 15:38:12,457 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png
+2025-03-10 15:38:12,457 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-iteration-scenario.jpeg
+2025-03-10 15:38:12,457 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/long-article-iteration-generator.png
+2025-03-10 15:38:12,458 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-iteration-start.png
+2025-03-10 15:38:12,458 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-iteration-outline.png
+2025-03-10 15:38:12,458 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/workflow-extract-subtitles-and-outlines.png
+2025-03-10 15:38:12,458 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/workflow-iteration-node.png
+2025-03-10 15:38:12,459 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/workflow-iteration-llm-node.png
+2025-03-10 15:38:12,459 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/workflow-configure-anwer-node.png
+2025-03-10 15:38:12,459 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/iteration-node-iteration-through-story-chapters.png
+2025-03-10 15:38:12,459 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/iteration-node-iteration-long-article-iteration-generator.png
+2025-03-10 15:38:12,459 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/en-iteration-two-executions.jpeg
+2025-03-10 15:38:12,459 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/workflow-parameter-extraction-node.png
+2025-03-10 15:38:12,459 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/iteration-code-node-convert.png
+2025-03-10 15:38:12,459 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/workflow-template-node.png
+2025-03-10 15:38:12,460 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-node-llm-prompt-generator.png
+2025-03-10 15:38:12,460 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-llm-detail.png
+2025-03-10 15:38:12,460 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-llm-model.png
+2025-03-10 15:38:12,460 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-llm-customize.png
+2025-03-10 15:38:12,460 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-llm-variable.png
+2025-03-10 15:38:12,460 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-llm-with-histories.png
+2025-03-10 15:38:12,460 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-llm-model-provider-1.png
+2025-03-10 15:38:12,460 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-llm-model-provider-2.png
+2025-03-10 15:38:12,460 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (135).png
+2025-03-10 15:38:12,461 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (137).png
+2025-03-10 15:38:12,461 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-code.png
+2025-03-10 15:38:12,461 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-end-setting.png
+2025-03-10 15:38:12,461 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-end-result.png
+2025-03-10 15:38:12,461 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-end-double-result.png
+2025-03-10 15:38:12,461 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/jp-ifelse.png
+2025-03-10 15:38:12,461 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-ifelse-setting.png
+2025-03-10 15:38:12,461 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-question.png
+2025-03-10 15:38:12,461 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-question-setting.png
+2025-03-10 15:38:12,462 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/conversation-chatbot.png
+2025-03-10 15:38:12,462 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/conversation-chatbot-2.png
+2025-03-10 15:38:12,462 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/pin-delete-chat.png
+2025-03-10 15:38:12,462 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/conversation-opener.png
+2025-03-10 15:38:12,462 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/conversation-follow-up.png
+2025-03-10 15:38:12,463 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (79) (1).png
+2025-03-10 15:38:12,463 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (244).png
+2025-03-10 15:38:12,463 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (69).png
+2025-03-10 15:38:12,463 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (40).png
+2025-03-10 15:38:12,463 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/text-generator.png
+2025-03-10 15:38:12,464 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/text-generator-batch.png
+2025-03-10 15:38:12,464 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/text-generator-batch-download.png
+2025-03-10 15:38:12,464 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/batch-run.png
+2025-03-10 15:38:12,464 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/text-generator-saved.png
+2025-03-10 15:38:12,464 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/text-generator-more-like-this.png
+2025-03-10 15:38:12,464 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/overview-data-analysis.png
+2025-03-10 15:38:12,465 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (1).png
+2025-03-10 15:38:12,465 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (249).png
+2025-03-10 15:38:12,465 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (251).png
+2025-03-10 15:38:12,465 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (253).png
+2025-03-10 15:38:12,465 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (252).png
+2025-03-10 15:38:12,465 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/image (254).png
+2025-03-10 15:38:12,465 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/tracing-app-performance-langfuse.png
+2025-03-10 15:38:12,466 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/config-langfuse.png
+2025-03-10 15:38:12,466 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/debug-app-in-dify.png
+2025-03-10 15:38:12,466 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/view-traces-in-langfuse.png
+2025-03-10 15:38:12,466 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (3) (1) (1) (1).png
+2025-03-10 15:38:12,466 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (7) (1) (2).png
+2025-03-10 15:38:12,467 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (8) (1) (2).png
+2025-03-10 15:38:12,467 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (3) (1) (1) (1) (2).png
+2025-03-10 15:38:12,467 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (5) (1) (1) (1).png
+2025-03-10 15:38:12,467 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (9) (2).png
+2025-03-10 15:38:12,467 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/tracing-app-performance.png
+2025-03-10 15:38:12,467 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/config-langsmith.png
+2025-03-10 15:38:12,467 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/integrate-with-langsmith.png
+2025-03-10 15:38:12,468 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/debug-app-in-dify.png
+2025-03-10 15:38:12,468 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (2) (1) (1) (1).png
+2025-03-10 15:38:12,468 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/viewing-app-data-in-langsmith.png
+2025-03-10 15:38:12,468 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/jp/.gitbook/assets/jp-docs-contribution.png
+2025-03-10 15:38:12,469 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-12-en.png
+2025-03-10 15:38:12,469 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-1.png
+2025-03-10 15:38:12,469 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-2-en.png
+2025-03-10 15:38:12,469 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-4-en.png
+2025-03-10 15:38:12,469 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-5-en.png
+2025-03-10 15:38:12,470 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-6-en.png
+2025-03-10 15:38:12,470 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-7-en.png
+2025-03-10 15:38:12,470 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-8-en.png
+2025-03-10 15:38:12,470 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-9-en.png
+2025-03-10 15:38:12,470 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-10-en.png
+2025-03-10 15:38:12,470 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-11-en.png
+2025-03-10 15:38:12,471 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/prompt-gen-1-en.png
+2025-03-10 15:38:12,471 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/prompt-gen-2-en.png
+2025-03-10 15:38:12,471 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-13-en.png
+2025-03-10 15:38:12,472 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-14-en.png
+2025-03-10 15:38:12,472 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-16-en.png
+2025-03-10 15:38:12,472 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-3-en.png
+2025-03-10 15:38:12,472 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/build-ai-image-generation-app-15-en.png
+2025-03-10 15:38:12,472 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-03_08.42.10.png
+2025-03-10 15:38:12,472 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_19.43.21 (1).png
+2025-03-10 15:38:12,472 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/%E6%88%AA%E5%B1%8F2024-09-02_23.47.20.png
+2025-03-10 15:38:12,472 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-11-18 15.46.30.png
+2025-03-10 15:38:12,473 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-11-18 15.54.59.png
+2025-03-10 15:38:12,473 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-11-18 15.57.26.png
+2025-03-10 15:38:12,473 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-11-18 16.00.28.png
+2025-03-10 15:38:12,473 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-11-18 16.02.41.png
+2025-03-10 15:38:12,473 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-11-18 16.09.18.png
+2025-03-10 15:38:12,473 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-11-18 16.15.45.png
+2025-03-10 15:38:12,473 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-11-18 16.22.44.png
+2025-03-10 15:38:12,473 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-11-18 16.23.25.png
+2025-03-10 15:38:12,474 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-11-18 16.24.18.png
+2025-03-10 15:38:12,474 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (16) (1) (1).png
+2025-03-10 15:38:12,474 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/ollama-config-en.png
+2025-03-10 15:38:12,474 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/ollama-use-model-en.png
+2025-03-10 15:38:12,474 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (14) (1) (1) (1).png
+2025-03-10 15:38:12,474 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/check-hosted-api.png
+2025-03-10 15:38:12,475 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/get-model-name.png
+2025-03-10 15:38:12,475 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/create-model.png
+2025-03-10 15:38:12,475 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/select-model-deploy.png
+2025-03-10 15:38:12,475 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/deploy-model.png
+2025-03-10 15:38:12,475 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/endpoint-url.png
+2025-03-10 15:38:12,475 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/use-model-in-dify.png
+2025-03-10 15:38:12,476 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/endpoint-url-2.png
+2025-03-10 15:38:12,476 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/set-up-replicate.png
+2025-03-10 15:38:12,476 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/replicate-version.png
+2025-03-10 15:38:12,476 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/learn-more-json-schema.png
+2025-03-10 15:38:12,476 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/best-practice-json-schema-ui-example.png
+2025-03-10 15:38:12,477 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-rag-multiple.png
+2025-03-10 15:38:12,477 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/rerank-flow-chart.png
+2025-03-10 15:38:12,477 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (128) (1).png
+2025-03-10 15:38:12,481 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-rerank-cohere.png
+2025-03-10 15:38:12,482 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-rerank-explore.png
+2025-03-10 15:38:12,482 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-rerank-setting.png
+2025-03-10 15:38:12,482 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (127).png
+2025-03-10 15:38:12,482 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (116).png
+2025-03-10 15:38:12,482 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (122).png
+2025-03-10 15:38:12,483 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (118).png
+2025-03-10 15:38:12,483 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (119).png
+2025-03-10 15:38:12,483 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (120).png
+2025-03-10 15:38:12,483 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (121).png
+2025-03-10 15:38:12,483 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/app-url.png
+2025-03-10 15:38:12,484 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/api-reference.png
+2025-03-10 15:38:12,484 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/using-api-2.png
+2025-03-10 15:38:12,484 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/using-api-3.png
+2025-03-10 15:38:12,484 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (40) (2).png
+2025-03-10 15:38:12,484 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/notion-speech-to-text.png
+2025-03-10 15:38:12,484 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/best-practice-wix-2.png
+2025-03-10 15:38:12,484 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/best-practice-wix-3.png
+2025-03-10 15:38:12,485 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/best-practice-add-html-iframe.png
+2025-03-10 15:38:12,485 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/best-practice-insert-dify-iframe-code.png
+2025-03-10 15:38:12,485 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/ai-chatbot-knowledge-base.png
+2025-03-10 15:38:12,485 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/app-pre-prompt-opening-remarks.png
+2025-03-10 15:38:12,485 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/debug-ai-chatbot-publish.png
+2025-03-10 15:38:12,485 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/ai-chatbot-embedded.png
+2025-03-10 15:38:12,486 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/mj-prompt-bot-with-dify.png
+2025-03-10 15:38:12,486 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/screenshot-20230802-114025.png
+2025-03-10 15:38:12,486 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/WechatIMG38.jpg
+2025-03-10 15:38:12,486 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/pre-prompt.png
+2025-03-10 15:38:12,487 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/screenshot-20230802-145326.png
+2025-03-10 15:38:12,488 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/WechatIMG157.jpg
+2025-03-10 15:38:12,488 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/WechatIMG158.jpg
+2025-03-10 15:38:12,488 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/app-variables.png
+2025-03-10 15:38:12,488 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/WechatIMG160.jpg
+2025-03-10 15:38:12,488 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/screenshot-20230802-141913.png
+2025-03-10 15:38:12,488 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/screenshot-20230802-142407.png
+2025-03-10 15:38:12,488 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/schedule-chat.png
+2025-03-10 15:38:12,489 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/schedule-chat2.png
+2025-03-10 15:38:12,489 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/schedule-dify1.png
+2025-03-10 15:38:12,490 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/schedule-dify2.png
+2025-03-10 15:38:12,490 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/Feb 4, 2024 (1).png
+2025-03-10 15:38:12,490 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/tools-dalle.png
+2025-03-10 15:38:12,490 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/tool-searchapi.png
+2025-03-10 15:38:12,490 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/tool-searchapi-flow.png
+2025-03-10 15:38:12,491 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/tools-google.png
+2025-03-10 15:38:12,491 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/tools-bing.png
+2025-03-10 15:38:12,491 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/tools-perplexity.png
+2025-03-10 15:38:12,491 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/tools-chatflow-perplexity.png
+2025-03-10 15:38:12,492 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/tools-agent-perplexity.png
+2025-03-10 15:38:12,492 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/tool-serper.png
+2025-03-10 15:38:12,492 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-09-27 13.04.16.png
+2025-03-10 15:38:12,493 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-09-27 13.17.40.png
+2025-03-10 15:38:12,494 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-09-27 13.14.16.png
+2025-03-10 15:38:12,494 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-09-27 13.13.06.png
+2025-03-10 15:38:12,494 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/screenshot-20231128-104353 (2).png
+2025-03-10 15:38:12,494 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/screenshot-20231128-104353 (1).png
+2025-03-10 15:38:12,494 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/spaces_CdDIVDY6AtAz028MFT4d_uploads_Z1SpULkGZ0xDBnSXOhC1_8000.webp
+2025-03-10 15:38:12,495 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/spaces_CdDIVDY6AtAz028MFT4d_uploads_8EgAgdMcArHAaJJFEEWA_ngrock copy.jpg
+2025-03-10 15:38:12,495 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/api_extension_edit (1).png
+2025-03-10 15:38:12,495 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/app_tools_edit (1).png
+2025-03-10 15:38:12,495 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/explore-apps-by-dify.png
+2025-03-10 15:38:12,495 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/create-app (3).png
+2025-03-10 15:38:12,496 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/explore-apps-by-dify.png
+2025-03-10 15:38:12,496 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/create-app.png
+2025-03-10 15:38:12,496 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (1).png
+2025-03-10 15:38:12,497 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/subscription-management-01.png
+2025-03-10 15:38:12,497 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/subscription-management-02.jpeg
+2025-03-10 15:38:12,497 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/team-members-management-01.png
+2025-03-10 15:38:12,497 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/team-members-management-02.png
+2025-03-10 15:38:12,497 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/export-dsl.png
+2025-03-10 15:38:12,498 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/export-dsl-secret.png
+2025-03-10 15:38:12,498 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (130).png
+2025-03-10 15:38:12,498 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/customizable-model.png
+2025-03-10 15:38:12,498 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (1) (1).png
+2025-03-10 15:38:12,499 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image-default-models (1).png
+2025-03-10 15:38:12,499 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image-20231210143654461 (1).png
+2025-03-10 15:38:12,499 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/choice-model-in-app (1).png
+2025-03-10 15:38:12,499 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/load-balancing.png
+2025-03-10 15:38:12,499 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/load-balancing-1.png
+2025-03-10 15:38:12,499 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/load-balancing-2.png
+2025-03-10 15:38:12,499 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/load-balancing-3.png
+2025-03-10 15:38:12,500 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/load-balancing-4.png
+2025-03-10 15:38:12,500 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/agent-dalle3.png
+2025-03-10 15:38:12,500 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/docs-1.png
+2025-03-10 15:38:12,500 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/docs-3.png
+2025-03-10 15:38:12,500 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/docs-4.png
+2025-03-10 15:38:12,501 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/docs-5.png
+2025-03-10 15:38:12,501 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/docs-6.png
+2025-03-10 15:38:12,501 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/docs-8.png
+2025-03-10 15:38:12,501 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/docs-9.png
+2025-03-10 15:38:12,501 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/docs-10.png
+2025-03-10 15:38:12,501 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/conversation-options.png
+2025-03-10 15:38:12,502 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/img/context.png
+2025-03-10 15:38:12,502 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/debug.png
+2025-03-10 15:38:12,502 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/adjust-model-parameters.png
+2025-03-10 15:38:12,502 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/compose-the-app.png
+2025-03-10 15:38:12,502 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/conversation-remarkers.png
+2025-03-10 15:38:12,502 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/create-an-app.png
+2025-03-10 15:38:12,502 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (169).png
+2025-03-10 15:38:12,502 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/create-from-blank.png
+2025-03-10 15:38:12,503 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-import-dsl-file.png
+2025-03-10 15:38:12,503 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-import-dsl-file-via-url.png
+2025-03-10 15:38:12,503 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/content_moderation (1).png
+2025-03-10 15:38:12,503 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (240).png
+2025-03-10 15:38:12,503 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (241).png
+2025-03-10 15:38:12,503 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/content-moderation.png
+2025-03-10 15:38:12,503 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/content-moderation-settings-openai.png
+2025-03-10 15:38:12,504 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/keywords-content-moderation.png
+2025-03-10 15:38:12,504 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/moderation-api-extension.png
+2025-03-10 15:38:12,504 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/knowledge-base-api.png
+2025-03-10 15:38:12,504 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-rerank-model-api.png
+2025-03-10 15:38:12,504 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (101).png
+2025-03-10 15:38:12,505 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (117).png
+2025-03-10 15:38:12,505 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/citation-and-attribution.png
+2025-03-10 15:38:12,505 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/knowledge-base-api-token.png
+2025-03-10 15:38:12,505 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (138).png
+2025-03-10 15:38:12,505 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (140).png
+2025-03-10 15:38:12,505 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (141).png
+2025-03-10 15:38:12,505 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (142).png
+2025-03-10 15:38:12,506 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (143).png
+2025-03-10 15:38:12,506 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/output (4) (3).png
+2025-03-10 15:38:12,506 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (1) (3) (1).png
+2025-03-10 15:38:12,506 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (156).png
+2025-03-10 15:38:12,507 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/orchestrate-node.jpeg
+2025-03-10 15:38:12,507 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/orchestrate-node-serial-design.png
+2025-03-10 15:38:12,507 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/viewing-serial-structure-app-logs.png
+2025-03-10 15:38:12,507 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/orchestrate-node-parallel-design-method-1.png
+2025-03-10 15:38:12,507 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/orchestrate-node-parallel-design-method-2.png
+2025-03-10 15:38:12,507 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/orchestrate-node-parallel-design-method-3.png
+2025-03-10 15:38:12,507 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/orchestrate-node-chatflow-multi-answer.png
+2025-03-10 15:38:12,508 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/orchestrate-node-simple-parallel.png
+2025-03-10 15:38:12,508 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/orchestrate-node-nested-parallel.png
+2025-03-10 15:38:12,508 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/orchestrate-node-conditional-branch-parallel.png
+2025-03-10 15:38:12,508 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/orchestrate-node-iteration-parallel.png
+2025-03-10 15:38:12,508 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/orchestrate-node-parallel-logs.png
+2025-03-10 15:38:12,509 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (8).png
+2025-03-10 15:38:12,509 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (9).png
+2025-03-10 15:38:12,509 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (10).png
+2025-03-10 15:38:12,509 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (15).png
+2025-03-10 15:38:12,509 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (1) (1) (1) (1).png
+2025-03-10 15:38:12,509 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-env-variable.png
+2025-03-10 15:38:12,509 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/conversation-var.png
+2025-03-10 15:38:12,509 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/logs-history.png
+2025-03-10 15:38:12,510 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/conversation-logs.png
+2025-03-10 15:38:12,510 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/checklist.png
+2025-03-10 15:38:12,510 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/output (7).png
+2025-03-10 15:38:12,510 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/output (1) (5).png
+2025-03-10 15:38:12,510 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/output (3) (3).png
+2025-03-10 15:38:12,510 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/output (4) (2).png
+2025-03-10 15:38:12,510 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-1-9-1.png
+2025-03-10 15:38:12,511 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-1-9-0.png
+2025-03-10 15:38:12,511 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-1-9-2.png
+2025-03-10 15:38:12,511 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-agent-1.png
+2025-03-10 15:38:12,512 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-agent-2.png
+2025-03-10 15:38:12,512 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-1-9-3.png
+2025-03-10 15:38:12,512 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-1-9-6.png
+2025-03-10 15:38:12,512 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/conversation-variables-scenario-1.png
+2025-03-10 15:38:12,512 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/conversation-var-scenario-1.png
+2025-03-10 15:38:12,512 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/conversation-var-scenario-2-1.png
+2025-03-10 15:38:12,513 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (158).png
+2025-03-10 15:38:12,513 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (159).png
+2025-03-10 15:38:12,513 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/precise-query.png
+2025-03-10 15:38:12,513 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/convert-chapter-content.png
+2025-03-10 15:38:12,513 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (227).png
+2025-03-10 15:38:12,513 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/variable-aggregation.png
+2025-03-10 15:38:12,513 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/if-else-conditional.png
+2025-03-10 15:38:12,513 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/knowledge-retrieval.png
+2025-03-10 15:38:12,514 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/knowledge-retrieval-1.png
+2025-03-10 15:38:12,514 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/knowledge-retrieval-2.png
+2025-03-10 15:38:12,514 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (11).png
+2025-03-10 15:38:12,514 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (12).png
+2025-03-10 15:38:12,514 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (13).png
+2025-03-10 15:38:12,514 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (14).png
+2025-03-10 15:38:12,514 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (123).png
+2025-03-10 15:38:12,515 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (132).png
+2025-03-10 15:38:12,515 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (133).png
+2025-03-10 15:38:12,515 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/workflow-http-request-node.png
+2025-03-10 15:38:12,515 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/customer-feedback-classification.png
+2025-03-10 15:38:12,515 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/answer-plain-text.png
+2025-03-10 15:38:12,515 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/answer-img-1.png
+2025-03-10 15:38:12,515 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/answer-img-2.png
+2025-03-10 15:38:12,516 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/long-article-iteration-generator.png
+2025-03-10 15:38:12,516 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/workflow-start-node.png
+2025-03-10 15:38:12,516 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/workflow-generate-subtitles-node.png
+2025-03-10 15:38:12,516 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/workflow-extract-subtitles-and-outlines.png
+2025-03-10 15:38:12,516 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/workflow-iteration-node.png
+2025-03-10 15:38:12,516 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/workflow-iteration-llm-node.png
+2025-03-10 15:38:12,516 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/workflow-configure-anwer-node.png
+2025-03-10 15:38:12,516 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/iteration-node-iteration-through-story-chapters.png
+2025-03-10 15:38:12,516 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/iteration-node-iteration-long-article-iteration-generator.png
+2025-03-10 15:38:12,517 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/workflow-parameter-extraction-node.png
+2025-03-10 15:38:12,517 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/iteration-code-node-convert.png
+2025-03-10 15:38:12,517 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/workflow-template-node.png
+2025-03-10 15:38:12,517 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/llm-node-1.png
+2025-03-10 15:38:12,517 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/llm-node-2.png
+2025-03-10 15:38:12,517 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-prompt-generator.png
+2025-03-10 15:38:12,518 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/llm-node-3.png
+2025-03-10 15:38:12,518 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/llm-node-4.png
+2025-03-10 15:38:12,518 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (204).png
+2025-03-10 15:38:12,518 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-10-18 11.35.17.png
+2025-03-10 15:38:12,518 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/截屏2024-10-18 11.37.43.png
+2025-03-10 15:38:12,518 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (137).png
+2025-03-10 15:38:12,518 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (157).png
+2025-03-10 15:38:12,519 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/end-answer.png
+2025-03-10 15:38:12,519 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/single-path-execution.png
+2025-03-10 15:38:12,519 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/output (1) (3).png
+2025-03-10 15:38:12,519 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (3).png
+2025-03-10 15:38:12,519 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/if-else-elif.png
+2025-03-10 15:38:12,519 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/mutliple-judgement (1).png
+2025-03-10 15:38:12,519 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/question-classifier-scenarios.png
+2025-03-10 15:38:12,519 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/question-classifier-1.png
+2025-03-10 15:38:12,520 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/workflow-tool.png
+2025-03-10 15:38:12,520 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/workflow-google-search-tool.png
+2025-03-10 15:38:12,520 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-web-app-settings.png
+2025-03-10 15:38:12,520 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/en-public-web-app.png
+2025-03-10 15:38:12,520 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/monitoring-app.png
+2025-03-10 15:38:12,520 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (249) (1).png
+2025-03-10 15:38:12,520 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (251) (1).png
+2025-03-10 15:38:12,521 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (253) (1).png
+2025-03-10 15:38:12,521 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (252) (1).png
+2025-03-10 15:38:12,521 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/image (254) (1).png
+2025-03-10 15:38:12,521 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/tracing-app-performance-langfuse.png
+2025-03-10 15:38:12,521 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/config-langfuse.png
+2025-03-10 15:38:12,521 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/monitored-by-langfuse.png
+2025-03-10 15:38:12,522 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/view-traces-in-langfuse.png
+2025-03-10 15:38:12,522 - INFO - 已删除原始图片: /Users/allen/Documents/dify-docs/en/.gitbook/assets/docs-contribution.png
+2025-03-10 15:38:12,522 - INFO - 图片格式设置: original
+2025-03-10 15:38:12,522 - INFO - 处理完成
diff --git a/img/best-practice-json-schema-ui-example.png b/img/best-practice-json-schema-ui-example.png
deleted file mode 100644
index 36d368466..000000000
Binary files a/img/best-practice-json-schema-ui-example.png and /dev/null differ
diff --git a/img/config-langfuse.png b/img/config-langfuse.png
deleted file mode 100644
index ffb4e5d6f..000000000
Binary files a/img/config-langfuse.png and /dev/null differ
diff --git a/img/connect-kb-1-en.png b/img/connect-kb-1-en.png
deleted file mode 100644
index 8d92021db..000000000
Binary files a/img/connect-kb-1-en.png and /dev/null differ
diff --git a/img/connect-kb-2-en.png b/img/connect-kb-2-en.png
deleted file mode 100644
index 3bd1c6cdc..000000000
Binary files a/img/connect-kb-2-en.png and /dev/null differ
diff --git a/img/connect-kb-3-en.webp b/img/connect-kb-3-en.webp
deleted file mode 100644
index b6e75b1a9..000000000
Binary files a/img/connect-kb-3-en.webp and /dev/null differ
diff --git a/img/connect-kb-4-en.png b/img/connect-kb-4-en.png
deleted file mode 100644
index 1a5024093..000000000
Binary files a/img/connect-kb-4-en.png and /dev/null differ
diff --git a/img/connect-kb-5-en.png b/img/connect-kb-5-en.png
deleted file mode 100644
index b3b66573d..000000000
Binary files a/img/connect-kb-5-en.png and /dev/null differ
diff --git a/img/connect-kb-6-en.png b/img/connect-kb-6-en.png
deleted file mode 100644
index 9b597c38b..000000000
Binary files a/img/connect-kb-6-en.png and /dev/null differ
diff --git a/img/connect-kb-7-en.webp b/img/connect-kb-7-en.webp
deleted file mode 100644
index 5764efae4..000000000
Binary files a/img/connect-kb-7-en.webp and /dev/null differ
diff --git a/img/context.png b/img/context.png
deleted file mode 100644
index 0c0d288b7..000000000
Binary files a/img/context.png and /dev/null differ
diff --git a/img/create-app.png b/img/create-app.png
deleted file mode 100644
index 23f495506..000000000
Binary files a/img/create-app.png and /dev/null differ
diff --git a/img/dalle3-node.png b/img/dalle3-node.png
deleted file mode 100644
index 847da22c0..000000000
Binary files a/img/dalle3-node.png and /dev/null differ
diff --git a/img/debug-app-in-dify.png b/img/debug-app-in-dify.png
deleted file mode 100644
index 886dcc5ee..000000000
Binary files a/img/debug-app-in-dify.png and /dev/null differ
diff --git a/img/en-bulletin-1.png b/img/en-bulletin-1.png
deleted file mode 100644
index f5e297445..000000000
Binary files a/img/en-bulletin-1.png and /dev/null differ
diff --git a/img/en-bulletin-2.png b/img/en-bulletin-2.png
deleted file mode 100644
index ba7324fce..000000000
Binary files a/img/en-bulletin-2.png and /dev/null differ
diff --git a/img/en-bulletin-3.png b/img/en-bulletin-3.png
deleted file mode 100644
index ffd544452..000000000
Binary files a/img/en-bulletin-3.png and /dev/null differ
diff --git a/img/en-bulletin-4.png b/img/en-bulletin-4.png
deleted file mode 100644
index 179d5bc76..000000000
Binary files a/img/en-bulletin-4.png and /dev/null differ
diff --git a/img/en-bulletin-5.png b/img/en-bulletin-5.png
deleted file mode 100644
index c5e682645..000000000
Binary files a/img/en-bulletin-5.png and /dev/null differ
diff --git a/img/en-iteration-scenario.jpeg b/img/en-iteration-scenario.jpeg
deleted file mode 100644
index 63250c491..000000000
Binary files a/img/en-iteration-scenario.jpeg and /dev/null differ
diff --git a/img/en-iteration-two-executions.jpeg b/img/en-iteration-two-executions.jpeg
deleted file mode 100644
index daf02bddb..000000000
Binary files a/img/en-iteration-two-executions.jpeg and /dev/null differ
diff --git a/img/en-tools-create-customized-tools-1.png b/img/en-tools-create-customized-tools-1.png
deleted file mode 100644
index e328217d8..000000000
Binary files a/img/en-tools-create-customized-tools-1.png and /dev/null differ
diff --git a/img/en-tools-create-customized-tools-2.png b/img/en-tools-create-customized-tools-2.png
deleted file mode 100644
index 635537ed2..000000000
Binary files a/img/en-tools-create-customized-tools-2.png and /dev/null differ
diff --git a/img/en-tools-create-customized-tools-3.png b/img/en-tools-create-customized-tools-3.png
deleted file mode 100644
index 187565516..000000000
Binary files a/img/en-tools-create-customized-tools-3.png and /dev/null differ
diff --git a/img/en-youtube-agent.png b/img/en-youtube-agent.png
deleted file mode 100644
index 1f2cf220d..000000000
Binary files a/img/en-youtube-agent.png and /dev/null differ
diff --git a/img/en-youtube-workflow.jpg b/img/en-youtube-workflow.jpg
deleted file mode 100644
index c5520c5fa..000000000
Binary files a/img/en-youtube-workflow.jpg and /dev/null differ
diff --git a/img/explore-apps-by-dify.png b/img/explore-apps-by-dify.png
deleted file mode 100644
index 21b025e84..000000000
Binary files a/img/explore-apps-by-dify.png and /dev/null differ
diff --git a/img/jp-ifelse.png b/img/jp-ifelse.png
deleted file mode 100644
index 1fdabaa29..000000000
Binary files a/img/jp-ifelse.png and /dev/null differ
diff --git a/img/jp-load_balancing_2.png b/img/jp-load_balancing_2.png
deleted file mode 100644
index 911cfc61b..000000000
Binary files a/img/jp-load_balancing_2.png and /dev/null differ
diff --git a/img/jp-load_balancing_3.png b/img/jp-load_balancing_3.png
deleted file mode 100644
index 40eddbc19..000000000
Binary files a/img/jp-load_balancing_3.png and /dev/null differ
diff --git a/img/orchestrate-node-parallel-design-method-4.png b/img/orchestrate-node-parallel-design-method-4.png
deleted file mode 100644
index 238463185..000000000
Binary files a/img/orchestrate-node-parallel-design-method-4.png and /dev/null differ
diff --git a/img/switch-workspace.png b/img/switch-workspace.png
deleted file mode 100644
index 1c0437936..000000000
Binary files a/img/switch-workspace.png and /dev/null differ
diff --git a/img/tools-agent-perplexity.png b/img/tools-agent-perplexity.png
deleted file mode 100644
index d56fc623b..000000000
Binary files a/img/tools-agent-perplexity.png and /dev/null differ
diff --git a/img/tools-chatflow-perplexity.png b/img/tools-chatflow-perplexity.png
deleted file mode 100644
index 65ddfbebf..000000000
Binary files a/img/tools-chatflow-perplexity.png and /dev/null differ
diff --git a/img/tools-perplexity.png b/img/tools-perplexity.png
deleted file mode 100644
index a0799f53f..000000000
Binary files a/img/tools-perplexity.png and /dev/null differ
diff --git a/img/tracing-app-performance-langfuse.png b/img/tracing-app-performance-langfuse.png
deleted file mode 100644
index b72e07ebb..000000000
Binary files a/img/tracing-app-performance-langfuse.png and /dev/null differ
diff --git a/img/view-citation-information.png b/img/view-citation-information.png
deleted file mode 100644
index 2bb4c57ee..000000000
Binary files a/img/view-citation-information.png and /dev/null differ
diff --git a/img/view-traces-in-langfuse.png b/img/view-traces-in-langfuse.png
deleted file mode 100644
index 530c1e3ed..000000000
Binary files a/img/view-traces-in-langfuse.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-1.png b/img/workshop/build-ai-image-generation-app-1.png
deleted file mode 100644
index 93d98e27b..000000000
Binary files a/img/workshop/build-ai-image-generation-app-1.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-10-en.png b/img/workshop/build-ai-image-generation-app-10-en.png
deleted file mode 100644
index 4705781db..000000000
Binary files a/img/workshop/build-ai-image-generation-app-10-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-11-en.png b/img/workshop/build-ai-image-generation-app-11-en.png
deleted file mode 100644
index f20def73e..000000000
Binary files a/img/workshop/build-ai-image-generation-app-11-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-12-en.png b/img/workshop/build-ai-image-generation-app-12-en.png
deleted file mode 100644
index 09c0cc305..000000000
Binary files a/img/workshop/build-ai-image-generation-app-12-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-13-jp.png b/img/workshop/build-ai-image-generation-app-13-jp.png
deleted file mode 100644
index 369d4c0d8..000000000
Binary files a/img/workshop/build-ai-image-generation-app-13-jp.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-14-en.png b/img/workshop/build-ai-image-generation-app-14-en.png
deleted file mode 100644
index b98920f73..000000000
Binary files a/img/workshop/build-ai-image-generation-app-14-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-15-en.png b/img/workshop/build-ai-image-generation-app-15-en.png
deleted file mode 100644
index 7f52f86a2..000000000
Binary files a/img/workshop/build-ai-image-generation-app-15-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-16-en.png b/img/workshop/build-ai-image-generation-app-16-en.png
deleted file mode 100644
index c6c893497..000000000
Binary files a/img/workshop/build-ai-image-generation-app-16-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-2-en.png b/img/workshop/build-ai-image-generation-app-2-en.png
deleted file mode 100644
index 4d98b75ca..000000000
Binary files a/img/workshop/build-ai-image-generation-app-2-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-3-en.png b/img/workshop/build-ai-image-generation-app-3-en.png
deleted file mode 100644
index e1be9e763..000000000
Binary files a/img/workshop/build-ai-image-generation-app-3-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-4-en.png b/img/workshop/build-ai-image-generation-app-4-en.png
deleted file mode 100644
index 6194ad049..000000000
Binary files a/img/workshop/build-ai-image-generation-app-4-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-5-en.png b/img/workshop/build-ai-image-generation-app-5-en.png
deleted file mode 100644
index 86b53a589..000000000
Binary files a/img/workshop/build-ai-image-generation-app-5-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-6-ja.png b/img/workshop/build-ai-image-generation-app-6-ja.png
deleted file mode 100644
index bb1a77486..000000000
Binary files a/img/workshop/build-ai-image-generation-app-6-ja.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-7-en.png b/img/workshop/build-ai-image-generation-app-7-en.png
deleted file mode 100644
index 2a43fab54..000000000
Binary files a/img/workshop/build-ai-image-generation-app-7-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-8-en.png b/img/workshop/build-ai-image-generation-app-8-en.png
deleted file mode 100644
index 91d8d861c..000000000
Binary files a/img/workshop/build-ai-image-generation-app-8-en.png and /dev/null differ
diff --git a/img/workshop/build-ai-image-generation-app-9-en.png b/img/workshop/build-ai-image-generation-app-9-en.png
deleted file mode 100644
index 3604ea898..000000000
Binary files a/img/workshop/build-ai-image-generation-app-9-en.png and /dev/null differ
diff --git a/img/workshop/prompt-gen-1-jp.png b/img/workshop/prompt-gen-1-jp.png
deleted file mode 100644
index f60ebb64c..000000000
Binary files a/img/workshop/prompt-gen-1-jp.png and /dev/null differ
diff --git a/img/workshop/prompt-gen-2-jp.png b/img/workshop/prompt-gen-2-jp.png
deleted file mode 100644
index ff3c88310..000000000
Binary files a/img/workshop/prompt-gen-2-jp.png and /dev/null differ
diff --git a/img/zh-create-customize-app.png b/img/zh-create-customize-app.png
deleted file mode 100644
index 4359f8cbd..000000000
Binary files a/img/zh-create-customize-app.png and /dev/null differ
diff --git a/img/zh-integrate-knowledge-within-app.png b/img/zh-integrate-knowledge-within-app.png
deleted file mode 100644
index eb733f052..000000000
Binary files a/img/zh-integrate-knowledge-within-app.png and /dev/null differ
diff --git a/img/zh-personal-account-1.png b/img/zh-personal-account-1.png
deleted file mode 100644
index 92e23cc00..000000000
Binary files a/img/zh-personal-account-1.png and /dev/null differ
diff --git a/img/zh-personal-account-2.png b/img/zh-personal-account-2.png
deleted file mode 100644
index 4f9d27118..000000000
Binary files a/img/zh-personal-account-2.png and /dev/null differ
diff --git a/jp/.gitbook/assets/8000.png b/jp/.gitbook/assets/8000.png
deleted file mode 100644
index aa7809028..000000000
Binary files a/jp/.gitbook/assets/8000.png and /dev/null differ
diff --git a/jp/.gitbook/assets/Feb 4, 2024.png b/jp/.gitbook/assets/Feb 4, 2024.png
deleted file mode 100644
index 6a4446b42..000000000
Binary files a/jp/.gitbook/assets/Feb 4, 2024.png and /dev/null differ
diff --git a/jp/.gitbook/assets/Weather_search_tool.jpeg b/jp/.gitbook/assets/Weather_search_tool.jpeg
deleted file mode 100644
index dea5d9af7..000000000
Binary files a/jp/.gitbook/assets/Weather_search_tool.jpeg and /dev/null differ
diff --git a/jp/.gitbook/assets/WechatIMG157.jpg b/jp/.gitbook/assets/WechatIMG157.jpg
deleted file mode 100644
index 3bf8f2613..000000000
Binary files a/jp/.gitbook/assets/WechatIMG157.jpg and /dev/null differ
diff --git a/jp/.gitbook/assets/WechatIMG158.jpg b/jp/.gitbook/assets/WechatIMG158.jpg
deleted file mode 100644
index 43352b460..000000000
Binary files a/jp/.gitbook/assets/WechatIMG158.jpg and /dev/null differ
diff --git a/jp/.gitbook/assets/WechatIMG160.jpg b/jp/.gitbook/assets/WechatIMG160.jpg
deleted file mode 100644
index 1acdc82ed..000000000
Binary files a/jp/.gitbook/assets/WechatIMG160.jpg and /dev/null differ
diff --git a/jp/.gitbook/assets/WechatIMG38.jpg b/jp/.gitbook/assets/WechatIMG38.jpg
deleted file mode 100644
index 7aa8791e0..000000000
Binary files a/jp/.gitbook/assets/WechatIMG38.jpg and /dev/null differ
diff --git a/jp/.gitbook/assets/agent-dalle3.png b/jp/.gitbook/assets/agent-dalle3.png
deleted file mode 100644
index e2f45cb1b..000000000
Binary files a/jp/.gitbook/assets/agent-dalle3.png and /dev/null differ
diff --git a/jp/.gitbook/assets/api_based.png b/jp/.gitbook/assets/api_based.png
deleted file mode 100644
index 18f235799..000000000
Binary files a/jp/.gitbook/assets/api_based.png and /dev/null differ
diff --git a/jp/.gitbook/assets/api_based_extension1.png b/jp/.gitbook/assets/api_based_extension1.png
deleted file mode 100644
index 62eb07602..000000000
Binary files a/jp/.gitbook/assets/api_based_extension1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/api_extension_edit.png b/jp/.gitbook/assets/api_extension_edit.png
deleted file mode 100644
index f030cb5e1..000000000
Binary files a/jp/.gitbook/assets/api_extension_edit.png and /dev/null differ
diff --git a/jp/.gitbook/assets/app-variables.png b/jp/.gitbook/assets/app-variables.png
deleted file mode 100644
index ebd29640d..000000000
Binary files a/jp/.gitbook/assets/app-variables.png and /dev/null differ
diff --git a/jp/.gitbook/assets/app_tools_edit.png b/jp/.gitbook/assets/app_tools_edit.png
deleted file mode 100644
index ecc056ed2..000000000
Binary files a/jp/.gitbook/assets/app_tools_edit.png and /dev/null differ
diff --git a/jp/.gitbook/assets/best-practice-add-html-iframe.png b/jp/.gitbook/assets/best-practice-add-html-iframe.png
deleted file mode 100644
index 9788bbb31..000000000
Binary files a/jp/.gitbook/assets/best-practice-add-html-iframe.png and /dev/null differ
diff --git a/jp/.gitbook/assets/best-practice-insert-dify-iframe-code.png b/jp/.gitbook/assets/best-practice-insert-dify-iframe-code.png
deleted file mode 100644
index f7dd940bb..000000000
Binary files a/jp/.gitbook/assets/best-practice-insert-dify-iframe-code.png and /dev/null differ
diff --git a/jp/.gitbook/assets/best-practice-json-schema-ui-example.png b/jp/.gitbook/assets/best-practice-json-schema-ui-example.png
deleted file mode 100644
index 36d368466..000000000
Binary files a/jp/.gitbook/assets/best-practice-json-schema-ui-example.png and /dev/null differ
diff --git a/jp/.gitbook/assets/best-practice-wix-2.png b/jp/.gitbook/assets/best-practice-wix-2.png
deleted file mode 100644
index a65820eb5..000000000
Binary files a/jp/.gitbook/assets/best-practice-wix-2.png and /dev/null differ
diff --git a/jp/.gitbook/assets/best-practice-wix-3.png b/jp/.gitbook/assets/best-practice-wix-3.png
deleted file mode 100644
index 80e0e46ad..000000000
Binary files a/jp/.gitbook/assets/best-practice-wix-3.png and /dev/null differ
diff --git a/jp/.gitbook/assets/citation-and-attribution.png b/jp/.gitbook/assets/citation-and-attribution.png
deleted file mode 100644
index 7b0bcb4b6..000000000
Binary files a/jp/.gitbook/assets/citation-and-attribution.png and /dev/null differ
diff --git a/jp/.gitbook/assets/conversation-var-scenario-1.png b/jp/.gitbook/assets/conversation-var-scenario-1.png
deleted file mode 100644
index e3da7a3c2..000000000
Binary files a/jp/.gitbook/assets/conversation-var-scenario-1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/conversation-var-scenario-2-1.png b/jp/.gitbook/assets/conversation-var-scenario-2-1.png
deleted file mode 100644
index 11a59fb7f..000000000
Binary files a/jp/.gitbook/assets/conversation-var-scenario-2-1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/conversation-var.png b/jp/.gitbook/assets/conversation-var.png
deleted file mode 100644
index ce334a339..000000000
Binary files a/jp/.gitbook/assets/conversation-var.png and /dev/null differ
diff --git a/jp/.gitbook/assets/conversational-variables-scenario-01.png b/jp/.gitbook/assets/conversational-variables-scenario-01.png
deleted file mode 100644
index a194eb2a3..000000000
Binary files a/jp/.gitbook/assets/conversational-variables-scenario-01.png and /dev/null differ
diff --git a/jp/.gitbook/assets/creat-customize-app.jpg b/jp/.gitbook/assets/creat-customize-app.jpg
deleted file mode 100644
index aa6db329e..000000000
Binary files a/jp/.gitbook/assets/creat-customize-app.jpg and /dev/null differ
diff --git a/jp/.gitbook/assets/customer-feedback-classification.png b/jp/.gitbook/assets/customer-feedback-classification.png
deleted file mode 100644
index de34929b7..000000000
Binary files a/jp/.gitbook/assets/customer-feedback-classification.png and /dev/null differ
diff --git a/jp/.gitbook/assets/dataset-api-token.png b/jp/.gitbook/assets/dataset-api-token.png
deleted file mode 100644
index 5aa2274af..000000000
Binary files a/jp/.gitbook/assets/dataset-api-token.png and /dev/null differ
diff --git a/jp/.gitbook/assets/dify-on-wechat/config-basic-chatbot.jpg b/jp/.gitbook/assets/dify-on-wechat/config-basic-chatbot.jpg
deleted file mode 100644
index d022d062f..000000000
Binary files a/jp/.gitbook/assets/dify-on-wechat/config-basic-chatbot.jpg and /dev/null differ
diff --git a/jp/.gitbook/assets/dify-on-wechat/create-basic-chatbot-apikey.jpg b/jp/.gitbook/assets/dify-on-wechat/create-basic-chatbot-apikey.jpg
deleted file mode 100644
index bd0d09dd2..000000000
Binary files a/jp/.gitbook/assets/dify-on-wechat/create-basic-chatbot-apikey.jpg and /dev/null differ
diff --git a/jp/.gitbook/assets/dify-on-wechat/create-basic-chatbot.jpg b/jp/.gitbook/assets/dify-on-wechat/create-basic-chatbot.jpg
deleted file mode 100644
index a191212ef..000000000
Binary files a/jp/.gitbook/assets/dify-on-wechat/create-basic-chatbot.jpg and /dev/null differ
diff --git a/jp/.gitbook/assets/dify-on-wechat/publish-basic-chatbot.jpg b/jp/.gitbook/assets/dify-on-wechat/publish-basic-chatbot.jpg
deleted file mode 100644
index 608315bf8..000000000
Binary files a/jp/.gitbook/assets/dify-on-wechat/publish-basic-chatbot.jpg and /dev/null differ
diff --git a/jp/.gitbook/assets/dify-on-whatsapp/lt1.png b/jp/.gitbook/assets/dify-on-whatsapp/lt1.png
deleted file mode 100644
index dad6bd240..000000000
Binary files a/jp/.gitbook/assets/dify-on-whatsapp/lt1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/dify-on-whatsapp/twilio1.png b/jp/.gitbook/assets/dify-on-whatsapp/twilio1.png
deleted file mode 100644
index 359541ad3..000000000
Binary files a/jp/.gitbook/assets/dify-on-whatsapp/twilio1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/dify-on-whatsapp/twilio2.png b/jp/.gitbook/assets/dify-on-whatsapp/twilio2.png
deleted file mode 100644
index 83e77395b..000000000
Binary files a/jp/.gitbook/assets/dify-on-whatsapp/twilio2.png and /dev/null differ
diff --git a/jp/.gitbook/assets/dify-on-whatsapp/twilio3.png b/jp/.gitbook/assets/dify-on-whatsapp/twilio3.png
deleted file mode 100644
index e4b8ee4aa..000000000
Binary files a/jp/.gitbook/assets/dify-on-whatsapp/twilio3.png and /dev/null differ
diff --git a/jp/.gitbook/assets/dify-on-whatsapp/whatsapp1.jpg b/jp/.gitbook/assets/dify-on-whatsapp/whatsapp1.jpg
deleted file mode 100644
index 27dd7e73d..000000000
Binary files a/jp/.gitbook/assets/dify-on-whatsapp/whatsapp1.jpg and /dev/null differ
diff --git a/jp/.gitbook/assets/download.png b/jp/.gitbook/assets/download.png
deleted file mode 100644
index 9eede1592..000000000
Binary files a/jp/.gitbook/assets/download.png and /dev/null differ
diff --git a/jp/.gitbook/assets/export-dsl-secret.png b/jp/.gitbook/assets/export-dsl-secret.png
deleted file mode 100644
index 1d249e279..000000000
Binary files a/jp/.gitbook/assets/export-dsl-secret.png and /dev/null differ
diff --git a/jp/.gitbook/assets/export-dsl.png b/jp/.gitbook/assets/export-dsl.png
deleted file mode 100644
index 0e8339986..000000000
Binary files a/jp/.gitbook/assets/export-dsl.png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png b/jp/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png
deleted file mode 100644
index 83e5b26b4..000000000
Binary files a/jp/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (1) (1) (1) (1) (1).png b/jp/.gitbook/assets/image (1) (1) (1) (1) (1).png
deleted file mode 100644
index 6e846cecd..000000000
Binary files a/jp/.gitbook/assets/image (1) (1) (1) (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (1) (2).png b/jp/.gitbook/assets/image (1) (2).png
deleted file mode 100644
index 11137b141..000000000
Binary files a/jp/.gitbook/assets/image (1) (2).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (1).png b/jp/.gitbook/assets/image (1).png
deleted file mode 100644
index 0bde3189d..000000000
Binary files a/jp/.gitbook/assets/image (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (10) (1) (1).png b/jp/.gitbook/assets/image (10) (1) (1).png
deleted file mode 100644
index d30d2abf7..000000000
Binary files a/jp/.gitbook/assets/image (10) (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (100).png b/jp/.gitbook/assets/image (100).png
deleted file mode 100644
index 15b5f3cf5..000000000
Binary files a/jp/.gitbook/assets/image (100).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (11) (1) (1).png b/jp/.gitbook/assets/image (11) (1) (1).png
deleted file mode 100644
index 043610dd2..000000000
Binary files a/jp/.gitbook/assets/image (11) (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (116).png b/jp/.gitbook/assets/image (116).png
deleted file mode 100644
index 931081ab1..000000000
Binary files a/jp/.gitbook/assets/image (116).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (12).png b/jp/.gitbook/assets/image (12).png
deleted file mode 100644
index 7f6b9b93b..000000000
Binary files a/jp/.gitbook/assets/image (12).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (127).png b/jp/.gitbook/assets/image (127).png
deleted file mode 100644
index eddf580ef..000000000
Binary files a/jp/.gitbook/assets/image (127).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (128).png b/jp/.gitbook/assets/image (128).png
deleted file mode 100644
index 48612bb80..000000000
Binary files a/jp/.gitbook/assets/image (128).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (13) (1) (1).png b/jp/.gitbook/assets/image (13) (1) (1).png
deleted file mode 100644
index 12f51f4e5..000000000
Binary files a/jp/.gitbook/assets/image (13) (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (130).png b/jp/.gitbook/assets/image (130).png
deleted file mode 100644
index 090c7766a..000000000
Binary files a/jp/.gitbook/assets/image (130).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (137).png b/jp/.gitbook/assets/image (137).png
deleted file mode 100644
index d00a5ef7c..000000000
Binary files a/jp/.gitbook/assets/image (137).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (14) (1) (1).png b/jp/.gitbook/assets/image (14) (1) (1).png
deleted file mode 100644
index ca4cc0b4c..000000000
Binary files a/jp/.gitbook/assets/image (14) (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (14).png b/jp/.gitbook/assets/image (14).png
deleted file mode 100644
index 3d04ae66a..000000000
Binary files a/jp/.gitbook/assets/image (14).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (16).png b/jp/.gitbook/assets/image (16).png
deleted file mode 100644
index 1da79199a..000000000
Binary files a/jp/.gitbook/assets/image (16).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (19).png b/jp/.gitbook/assets/image (19).png
deleted file mode 100644
index 2609d5f10..000000000
Binary files a/jp/.gitbook/assets/image (19).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (2) (1) (1).png b/jp/.gitbook/assets/image (2) (1) (1).png
deleted file mode 100644
index 2e07e3189..000000000
Binary files a/jp/.gitbook/assets/image (2) (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (21).png b/jp/.gitbook/assets/image (21).png
deleted file mode 100644
index 7403dbffb..000000000
Binary files a/jp/.gitbook/assets/image (21).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (22).png b/jp/.gitbook/assets/image (22).png
deleted file mode 100644
index cfb750cbf..000000000
Binary files a/jp/.gitbook/assets/image (22).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (225).png b/jp/.gitbook/assets/image (225).png
deleted file mode 100644
index 98c907245..000000000
Binary files a/jp/.gitbook/assets/image (225).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (226).png b/jp/.gitbook/assets/image (226).png
deleted file mode 100644
index fc4736404..000000000
Binary files a/jp/.gitbook/assets/image (226).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (227).png b/jp/.gitbook/assets/image (227).png
deleted file mode 100644
index 11d4ca10d..000000000
Binary files a/jp/.gitbook/assets/image (227).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (23).png b/jp/.gitbook/assets/image (23).png
deleted file mode 100644
index 45c6b7d4f..000000000
Binary files a/jp/.gitbook/assets/image (23).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (24).png b/jp/.gitbook/assets/image (24).png
deleted file mode 100644
index e7c812c2a..000000000
Binary files a/jp/.gitbook/assets/image (24).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (244).png b/jp/.gitbook/assets/image (244).png
deleted file mode 100644
index d6fc2f6f8..000000000
Binary files a/jp/.gitbook/assets/image (244).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (248).png b/jp/.gitbook/assets/image (248).png
deleted file mode 100644
index 0fee7ffa6..000000000
Binary files a/jp/.gitbook/assets/image (248).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (249).png b/jp/.gitbook/assets/image (249).png
deleted file mode 100644
index 41f04536d..000000000
Binary files a/jp/.gitbook/assets/image (249).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (25).png b/jp/.gitbook/assets/image (25).png
deleted file mode 100644
index a8c856ec5..000000000
Binary files a/jp/.gitbook/assets/image (25).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (251).png b/jp/.gitbook/assets/image (251).png
deleted file mode 100644
index cc42fb93a..000000000
Binary files a/jp/.gitbook/assets/image (251).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (252).png b/jp/.gitbook/assets/image (252).png
deleted file mode 100644
index 0d55c03d9..000000000
Binary files a/jp/.gitbook/assets/image (252).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (253).png b/jp/.gitbook/assets/image (253).png
deleted file mode 100644
index bc8261c8d..000000000
Binary files a/jp/.gitbook/assets/image (253).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (254).png b/jp/.gitbook/assets/image (254).png
deleted file mode 100644
index a13f34cca..000000000
Binary files a/jp/.gitbook/assets/image (254).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (27).png b/jp/.gitbook/assets/image (27).png
deleted file mode 100644
index bfde71faa..000000000
Binary files a/jp/.gitbook/assets/image (27).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (3) (1) (1).png b/jp/.gitbook/assets/image (3) (1) (1).png
deleted file mode 100644
index a8bb8361e..000000000
Binary files a/jp/.gitbook/assets/image (3) (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (30).png b/jp/.gitbook/assets/image (30).png
deleted file mode 100644
index 1d8ff795b..000000000
Binary files a/jp/.gitbook/assets/image (30).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (31).png b/jp/.gitbook/assets/image (31).png
deleted file mode 100644
index a9ac3ddc8..000000000
Binary files a/jp/.gitbook/assets/image (31).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (34).png b/jp/.gitbook/assets/image (34).png
deleted file mode 100644
index 63dc5b27c..000000000
Binary files a/jp/.gitbook/assets/image (34).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (4).png b/jp/.gitbook/assets/image (4).png
deleted file mode 100644
index 4716396f2..000000000
Binary files a/jp/.gitbook/assets/image (4).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (40).png b/jp/.gitbook/assets/image (40).png
deleted file mode 100644
index 472d6e85e..000000000
Binary files a/jp/.gitbook/assets/image (40).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (42).png b/jp/.gitbook/assets/image (42).png
deleted file mode 100644
index 46e504d2c..000000000
Binary files a/jp/.gitbook/assets/image (42).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (5) (1) (1) (1) (1).png b/jp/.gitbook/assets/image (5) (1) (1) (1) (1).png
deleted file mode 100644
index 47df9c32d..000000000
Binary files a/jp/.gitbook/assets/image (5) (1) (1) (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (53).png b/jp/.gitbook/assets/image (53).png
deleted file mode 100644
index dbcb27db1..000000000
Binary files a/jp/.gitbook/assets/image (53).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (59).png b/jp/.gitbook/assets/image (59).png
deleted file mode 100644
index f3e176f4b..000000000
Binary files a/jp/.gitbook/assets/image (59).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (69).png b/jp/.gitbook/assets/image (69).png
deleted file mode 100644
index bf08a9a0d..000000000
Binary files a/jp/.gitbook/assets/image (69).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (7) (1) (1) (1).png b/jp/.gitbook/assets/image (7) (1) (1) (1).png
deleted file mode 100644
index 2f6c180ba..000000000
Binary files a/jp/.gitbook/assets/image (7) (1) (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (7).png b/jp/.gitbook/assets/image (7).png
deleted file mode 100644
index 7a19aef3f..000000000
Binary files a/jp/.gitbook/assets/image (7).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (8) (1) (1) (1).png b/jp/.gitbook/assets/image (8) (1) (1) (1).png
deleted file mode 100644
index da33fb3d0..000000000
Binary files a/jp/.gitbook/assets/image (8) (1) (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (85).png b/jp/.gitbook/assets/image (85).png
deleted file mode 100644
index 71c56375f..000000000
Binary files a/jp/.gitbook/assets/image (85).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (87).png b/jp/.gitbook/assets/image (87).png
deleted file mode 100644
index f9380eb7d..000000000
Binary files a/jp/.gitbook/assets/image (87).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (92).png b/jp/.gitbook/assets/image (92).png
deleted file mode 100644
index 626b4e639..000000000
Binary files a/jp/.gitbook/assets/image (92).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (93).png b/jp/.gitbook/assets/image (93).png
deleted file mode 100644
index 4bcf7790b..000000000
Binary files a/jp/.gitbook/assets/image (93).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (97).png b/jp/.gitbook/assets/image (97).png
deleted file mode 100644
index fd97348ae..000000000
Binary files a/jp/.gitbook/assets/image (97).png and /dev/null differ
diff --git a/jp/.gitbook/assets/image (99).png b/jp/.gitbook/assets/image (99).png
deleted file mode 100644
index 9a25a205c..000000000
Binary files a/jp/.gitbook/assets/image (99).png and /dev/null differ
diff --git a/jp/.gitbook/assets/integrate-notion-1.png b/jp/.gitbook/assets/integrate-notion-1.png
deleted file mode 100644
index 534d1e629..000000000
Binary files a/jp/.gitbook/assets/integrate-notion-1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/iteration-code-node-convert.png b/jp/.gitbook/assets/iteration-code-node-convert.png
deleted file mode 100644
index 380d133e7..000000000
Binary files a/jp/.gitbook/assets/iteration-code-node-convert.png and /dev/null differ
diff --git a/jp/.gitbook/assets/iteration-node-iteration-long-article-iteration-generator.png b/jp/.gitbook/assets/iteration-node-iteration-long-article-iteration-generator.png
deleted file mode 100644
index 3041cfafe..000000000
Binary files a/jp/.gitbook/assets/iteration-node-iteration-long-article-iteration-generator.png and /dev/null differ
diff --git a/jp/.gitbook/assets/iteration-node-iteration-through-story-chapters.png b/jp/.gitbook/assets/iteration-node-iteration-through-story-chapters.png
deleted file mode 100644
index d399a2444..000000000
Binary files a/jp/.gitbook/assets/iteration-node-iteration-through-story-chapters.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-agent-1.png b/jp/.gitbook/assets/jp-agent-1.png
deleted file mode 100644
index 7318877f4..000000000
Binary files a/jp/.gitbook/assets/jp-agent-1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-agent-2.png b/jp/.gitbook/assets/jp-agent-2.png
deleted file mode 100644
index dec8e4c94..000000000
Binary files a/jp/.gitbook/assets/jp-agent-2.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-agent-3.png b/jp/.gitbook/assets/jp-agent-3.png
deleted file mode 100644
index 022c26fc0..000000000
Binary files a/jp/.gitbook/assets/jp-agent-3.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-agent-4.png b/jp/.gitbook/assets/jp-agent-4.png
deleted file mode 100644
index 797ae7ac1..000000000
Binary files a/jp/.gitbook/assets/jp-agent-4.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-agent-5.png b/jp/.gitbook/assets/jp-agent-5.png
deleted file mode 100644
index f1ee247e1..000000000
Binary files a/jp/.gitbook/assets/jp-agent-5.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-agent-6.png b/jp/.gitbook/assets/jp-agent-6.png
deleted file mode 100644
index 30c6969b9..000000000
Binary files a/jp/.gitbook/assets/jp-agent-6.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-agent-7.png b/jp/.gitbook/assets/jp-agent-7.png
deleted file mode 100644
index 6ec351117..000000000
Binary files a/jp/.gitbook/assets/jp-agent-7.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-agent-8.png b/jp/.gitbook/assets/jp-agent-8.png
deleted file mode 100644
index 708367c46..000000000
Binary files a/jp/.gitbook/assets/jp-agent-8.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-agent-9.png b/jp/.gitbook/assets/jp-agent-9.png
deleted file mode 100644
index c724e8c7a..000000000
Binary files a/jp/.gitbook/assets/jp-agent-9.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-answer-demo.png b/jp/.gitbook/assets/jp-answer-demo.png
deleted file mode 100644
index 577ac2b77..000000000
Binary files a/jp/.gitbook/assets/jp-answer-demo.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-answer-with-image.png b/jp/.gitbook/assets/jp-answer-with-image.png
deleted file mode 100644
index 5a6c460df..000000000
Binary files a/jp/.gitbook/assets/jp-answer-with-image.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-app-toolkits-1.png b/jp/.gitbook/assets/jp-app-toolkits-1.png
deleted file mode 100644
index 432b107a0..000000000
Binary files a/jp/.gitbook/assets/jp-app-toolkits-1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-app-toolkits-2.png b/jp/.gitbook/assets/jp-app-toolkits-2.png
deleted file mode 100644
index ef6593aee..000000000
Binary files a/jp/.gitbook/assets/jp-app-toolkits-2.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-app-toolkits-3.png b/jp/.gitbook/assets/jp-app-toolkits-3.png
deleted file mode 100644
index ba9abb452..000000000
Binary files a/jp/.gitbook/assets/jp-app-toolkits-3.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-app-toolkits-4.png b/jp/.gitbook/assets/jp-app-toolkits-4.png
deleted file mode 100644
index 705fd9a96..000000000
Binary files a/jp/.gitbook/assets/jp-app-toolkits-4.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-app-toolkits-5.png b/jp/.gitbook/assets/jp-app-toolkits-5.png
deleted file mode 100644
index 15c881aff..000000000
Binary files a/jp/.gitbook/assets/jp-app-toolkits-5.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-app-toolkits-6.png b/jp/.gitbook/assets/jp-app-toolkits-6.png
deleted file mode 100644
index dbc17bb1b..000000000
Binary files a/jp/.gitbook/assets/jp-app-toolkits-6.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-code.png b/jp/.gitbook/assets/jp-code.png
deleted file mode 100644
index 9c49f3e9b..000000000
Binary files a/jp/.gitbook/assets/jp-code.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-context.png b/jp/.gitbook/assets/jp-context.png
deleted file mode 100644
index 054b595dd..000000000
Binary files a/jp/.gitbook/assets/jp-context.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-conversation-debug.png b/jp/.gitbook/assets/jp-conversation-debug.png
deleted file mode 100644
index c4172939b..000000000
Binary files a/jp/.gitbook/assets/jp-conversation-debug.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-conversation-options.png b/jp/.gitbook/assets/jp-conversation-options.png
deleted file mode 100644
index 137357b3d..000000000
Binary files a/jp/.gitbook/assets/jp-conversation-options.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-conversation-remarkers.png b/jp/.gitbook/assets/jp-conversation-remarkers.png
deleted file mode 100644
index 81c376960..000000000
Binary files a/jp/.gitbook/assets/jp-conversation-remarkers.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-create-an-application.png b/jp/.gitbook/assets/jp-create-an-application.png
deleted file mode 100644
index 61c15ef01..000000000
Binary files a/jp/.gitbook/assets/jp-create-an-application.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-create-blank-application.png b/jp/.gitbook/assets/jp-create-blank-application.png
deleted file mode 100644
index f6aa4d081..000000000
Binary files a/jp/.gitbook/assets/jp-create-blank-application.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-create-chatbox-chatflow.png b/jp/.gitbook/assets/jp-create-chatbox-chatflow.png
deleted file mode 100644
index 0a973b325..000000000
Binary files a/jp/.gitbook/assets/jp-create-chatbox-chatflow.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-create-chatbox.png b/jp/.gitbook/assets/jp-create-chatbox.png
deleted file mode 100644
index 480b4d787..000000000
Binary files a/jp/.gitbook/assets/jp-create-chatbox.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-create-prompt.png b/jp/.gitbook/assets/jp-create-prompt.png
deleted file mode 100644
index 2b5701416..000000000
Binary files a/jp/.gitbook/assets/jp-create-prompt.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-create-workflow.png b/jp/.gitbook/assets/jp-create-workflow.png
deleted file mode 100644
index 002d10a75..000000000
Binary files a/jp/.gitbook/assets/jp-create-workflow.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-docs-contribution.png b/jp/.gitbook/assets/jp-docs-contribution.png
deleted file mode 100644
index 47e908ccf..000000000
Binary files a/jp/.gitbook/assets/jp-docs-contribution.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-dsl-import.png b/jp/.gitbook/assets/jp-dsl-import.png
deleted file mode 100644
index d555a24d4..000000000
Binary files a/jp/.gitbook/assets/jp-dsl-import.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-end-double-result.png b/jp/.gitbook/assets/jp-end-double-result.png
deleted file mode 100644
index 03aacd54a..000000000
Binary files a/jp/.gitbook/assets/jp-end-double-result.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-end-result.png b/jp/.gitbook/assets/jp-end-result.png
deleted file mode 100644
index 01d314e07..000000000
Binary files a/jp/.gitbook/assets/jp-end-result.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-end-setting.png b/jp/.gitbook/assets/jp-end-setting.png
deleted file mode 100644
index f99c0100d..000000000
Binary files a/jp/.gitbook/assets/jp-end-setting.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-env-variable.png b/jp/.gitbook/assets/jp-env-variable.png
deleted file mode 100644
index 146f91ae4..000000000
Binary files a/jp/.gitbook/assets/jp-env-variable.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-http-request.png b/jp/.gitbook/assets/jp-http-request.png
deleted file mode 100644
index 174cb0980..000000000
Binary files a/jp/.gitbook/assets/jp-http-request.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-hugging-face-t2t.png b/jp/.gitbook/assets/jp-hugging-face-t2t.png
deleted file mode 100644
index 7f427f2d0..000000000
Binary files a/jp/.gitbook/assets/jp-hugging-face-t2t.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-ifelse-setting.png b/jp/.gitbook/assets/jp-ifelse-setting.png
deleted file mode 100644
index 811a3e7fa..000000000
Binary files a/jp/.gitbook/assets/jp-ifelse-setting.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-iteration-outline.png b/jp/.gitbook/assets/jp-iteration-outline.png
deleted file mode 100644
index 2e969d873..000000000
Binary files a/jp/.gitbook/assets/jp-iteration-outline.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-iteration-start.png b/jp/.gitbook/assets/jp-iteration-start.png
deleted file mode 100644
index 8c3fbe10a..000000000
Binary files a/jp/.gitbook/assets/jp-iteration-start.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-knowledge-base-table.png b/jp/.gitbook/assets/jp-knowledge-base-table.png
deleted file mode 100644
index 2ab03d9de..000000000
Binary files a/jp/.gitbook/assets/jp-knowledge-base-table.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-knowledge-retrieval-llm.png b/jp/.gitbook/assets/jp-knowledge-retrieval-llm.png
deleted file mode 100644
index c4694c2bd..000000000
Binary files a/jp/.gitbook/assets/jp-knowledge-retrieval-llm.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-knowledge-retrieval-output.png b/jp/.gitbook/assets/jp-knowledge-retrieval-output.png
deleted file mode 100644
index 1db128686..000000000
Binary files a/jp/.gitbook/assets/jp-knowledge-retrieval-output.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-knowledge-retrieval-setting.png b/jp/.gitbook/assets/jp-knowledge-retrieval-setting.png
deleted file mode 100644
index a1d7a5e4b..000000000
Binary files a/jp/.gitbook/assets/jp-knowledge-retrieval-setting.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-knowledge-retrieval.png b/jp/.gitbook/assets/jp-knowledge-retrieval.png
deleted file mode 100644
index 6bec10501..000000000
Binary files a/jp/.gitbook/assets/jp-knowledge-retrieval.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-llm-customize.png b/jp/.gitbook/assets/jp-llm-customize.png
deleted file mode 100644
index 661fa1247..000000000
Binary files a/jp/.gitbook/assets/jp-llm-customize.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-llm-detail.png b/jp/.gitbook/assets/jp-llm-detail.png
deleted file mode 100644
index 08c2357d5..000000000
Binary files a/jp/.gitbook/assets/jp-llm-detail.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-llm-model-provider-1.png b/jp/.gitbook/assets/jp-llm-model-provider-1.png
deleted file mode 100644
index 2c453c8d3..000000000
Binary files a/jp/.gitbook/assets/jp-llm-model-provider-1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-llm-model-provider-2.png b/jp/.gitbook/assets/jp-llm-model-provider-2.png
deleted file mode 100644
index ca55ce178..000000000
Binary files a/jp/.gitbook/assets/jp-llm-model-provider-2.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-llm-model.png b/jp/.gitbook/assets/jp-llm-model.png
deleted file mode 100644
index 62bb80b97..000000000
Binary files a/jp/.gitbook/assets/jp-llm-model.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-llm-variable.png b/jp/.gitbook/assets/jp-llm-variable.png
deleted file mode 100644
index ad02590e3..000000000
Binary files a/jp/.gitbook/assets/jp-llm-variable.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-llm-with-histories.png b/jp/.gitbook/assets/jp-llm-with-histories.png
deleted file mode 100644
index 782166177..000000000
Binary files a/jp/.gitbook/assets/jp-llm-with-histories.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-load_balancing_1.png b/jp/.gitbook/assets/jp-load_balancing_1.png
deleted file mode 100644
index f0b1e5601..000000000
Binary files a/jp/.gitbook/assets/jp-load_balancing_1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-moderation-tool-1.png b/jp/.gitbook/assets/jp-moderation-tool-1.png
deleted file mode 100644
index 9b99488a7..000000000
Binary files a/jp/.gitbook/assets/jp-moderation-tool-1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-moderation-tool-2.png b/jp/.gitbook/assets/jp-moderation-tool-2.png
deleted file mode 100644
index a26fe714c..000000000
Binary files a/jp/.gitbook/assets/jp-moderation-tool-2.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-moderation-tool-3.png b/jp/.gitbook/assets/jp-moderation-tool-3.png
deleted file mode 100644
index b15d2d6f9..000000000
Binary files a/jp/.gitbook/assets/jp-moderation-tool-3.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-moderation-tool-4.png b/jp/.gitbook/assets/jp-moderation-tool-4.png
deleted file mode 100644
index 5c4d4bde4..000000000
Binary files a/jp/.gitbook/assets/jp-moderation-tool-4.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-moderation-tool-5.png b/jp/.gitbook/assets/jp-moderation-tool-5.png
deleted file mode 100644
index c64224aad..000000000
Binary files a/jp/.gitbook/assets/jp-moderation-tool-5.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-modify-model.png b/jp/.gitbook/assets/jp-modify-model.png
deleted file mode 100644
index 29472f117..000000000
Binary files a/jp/.gitbook/assets/jp-modify-model.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-n-to-1.png b/jp/.gitbook/assets/jp-n-to-1.png
deleted file mode 100644
index a955f1154..000000000
Binary files a/jp/.gitbook/assets/jp-n-to-1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-node-llm-prompt-generator.png b/jp/.gitbook/assets/jp-node-llm-prompt-generator.png
deleted file mode 100644
index c494fdd05..000000000
Binary files a/jp/.gitbook/assets/jp-node-llm-prompt-generator.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-ollama-use-model.png b/jp/.gitbook/assets/jp-ollama-use-model.png
deleted file mode 100644
index 139813097..000000000
Binary files a/jp/.gitbook/assets/jp-ollama-use-model.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-parameter-extractor-setting.png b/jp/.gitbook/assets/jp-parameter-extractor-setting.png
deleted file mode 100644
index a3f186862..000000000
Binary files a/jp/.gitbook/assets/jp-parameter-extractor-setting.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-parameter-extractor1.png b/jp/.gitbook/assets/jp-parameter-extractor1.png
deleted file mode 100644
index 5b3df147d..000000000
Binary files a/jp/.gitbook/assets/jp-parameter-extractor1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-parameter-extractor2.png b/jp/.gitbook/assets/jp-parameter-extractor2.png
deleted file mode 100644
index d9f016caa..000000000
Binary files a/jp/.gitbook/assets/jp-parameter-extractor2.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-question-setting.png b/jp/.gitbook/assets/jp-question-setting.png
deleted file mode 100644
index 06f5f8987..000000000
Binary files a/jp/.gitbook/assets/jp-question-setting.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-question.png b/jp/.gitbook/assets/jp-question.png
deleted file mode 100644
index cfaa18ded..000000000
Binary files a/jp/.gitbook/assets/jp-question.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-rag-multiple.png b/jp/.gitbook/assets/jp-rag-multiple.png
deleted file mode 100644
index b97e52004..000000000
Binary files a/jp/.gitbook/assets/jp-rag-multiple.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-replicate-model.png b/jp/.gitbook/assets/jp-replicate-model.png
deleted file mode 100644
index 4cbd2b77b..000000000
Binary files a/jp/.gitbook/assets/jp-replicate-model.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-rerank-cohere.png b/jp/.gitbook/assets/jp-rerank-cohere.png
deleted file mode 100644
index 723ae87bf..000000000
Binary files a/jp/.gitbook/assets/jp-rerank-cohere.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-rerank-explore.png b/jp/.gitbook/assets/jp-rerank-explore.png
deleted file mode 100644
index 2f6923817..000000000
Binary files a/jp/.gitbook/assets/jp-rerank-explore.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-rerank-model-api.png b/jp/.gitbook/assets/jp-rerank-model-api.png
deleted file mode 100644
index f0c576cfd..000000000
Binary files a/jp/.gitbook/assets/jp-rerank-model-api.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-rerank-setting.png b/jp/.gitbook/assets/jp-rerank-setting.png
deleted file mode 100644
index 8c3501be1..000000000
Binary files a/jp/.gitbook/assets/jp-rerank-setting.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-template.png b/jp/.gitbook/assets/jp-template.png
deleted file mode 100644
index 168596062..000000000
Binary files a/jp/.gitbook/assets/jp-template.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-url-import.png b/jp/.gitbook/assets/jp-url-import.png
deleted file mode 100644
index c705bc77a..000000000
Binary files a/jp/.gitbook/assets/jp-url-import.png and /dev/null differ
diff --git a/jp/.gitbook/assets/jp-workflow.png b/jp/.gitbook/assets/jp-workflow.png
deleted file mode 100644
index e7ae82959..000000000
Binary files a/jp/.gitbook/assets/jp-workflow.png and /dev/null differ
diff --git a/jp/.gitbook/assets/knowledge-base-api-token.png b/jp/.gitbook/assets/knowledge-base-api-token.png
deleted file mode 100644
index e3e32b590..000000000
Binary files a/jp/.gitbook/assets/knowledge-base-api-token.png and /dev/null differ
diff --git a/jp/.gitbook/assets/knowledge-base-api.png b/jp/.gitbook/assets/knowledge-base-api.png
deleted file mode 100644
index 44d5b6a0a..000000000
Binary files a/jp/.gitbook/assets/knowledge-base-api.png and /dev/null differ
diff --git a/jp/.gitbook/assets/learn-more-json-schema.png b/jp/.gitbook/assets/learn-more-json-schema.png
deleted file mode 100644
index 91e6b957a..000000000
Binary files a/jp/.gitbook/assets/learn-more-json-schema.png and /dev/null differ
diff --git a/jp/.gitbook/assets/log.jpeg b/jp/.gitbook/assets/log.jpeg
deleted file mode 100644
index 290c6c06c..000000000
Binary files a/jp/.gitbook/assets/log.jpeg and /dev/null differ
diff --git a/jp/.gitbook/assets/long-article-iteration-generator.png b/jp/.gitbook/assets/long-article-iteration-generator.png
deleted file mode 100644
index 4ff1cbe66..000000000
Binary files a/jp/.gitbook/assets/long-article-iteration-generator.png and /dev/null differ
diff --git a/jp/.gitbook/assets/ngrock.png b/jp/.gitbook/assets/ngrock.png
deleted file mode 100644
index 379d712f4..000000000
Binary files a/jp/.gitbook/assets/ngrock.png and /dev/null differ
diff --git a/jp/.gitbook/assets/notion-public-secret.png b/jp/.gitbook/assets/notion-public-secret.png
deleted file mode 100644
index 24035bba0..000000000
Binary files a/jp/.gitbook/assets/notion-public-secret.png and /dev/null differ
diff --git a/jp/.gitbook/assets/notion-secret.png b/jp/.gitbook/assets/notion-secret.png
deleted file mode 100644
index 8c20eca39..000000000
Binary files a/jp/.gitbook/assets/notion-secret.png and /dev/null differ
diff --git a/jp/.gitbook/assets/ollama.png b/jp/.gitbook/assets/ollama.png
deleted file mode 100644
index 8cd2cf1ed..000000000
Binary files a/jp/.gitbook/assets/ollama.png and /dev/null differ
diff --git a/jp/.gitbook/assets/orchestrate-node-chatflow-multi-answer.png b/jp/.gitbook/assets/orchestrate-node-chatflow-multi-answer.png
deleted file mode 100644
index 0ceb0311c..000000000
Binary files a/jp/.gitbook/assets/orchestrate-node-chatflow-multi-answer.png and /dev/null differ
diff --git a/jp/.gitbook/assets/orchestrate-node-conditional-branch-parallel.png b/jp/.gitbook/assets/orchestrate-node-conditional-branch-parallel.png
deleted file mode 100644
index 0e8c67bd6..000000000
Binary files a/jp/.gitbook/assets/orchestrate-node-conditional-branch-parallel.png and /dev/null differ
diff --git a/jp/.gitbook/assets/orchestrate-node-iteration-parallel.png b/jp/.gitbook/assets/orchestrate-node-iteration-parallel.png
deleted file mode 100644
index 531f38bb2..000000000
Binary files a/jp/.gitbook/assets/orchestrate-node-iteration-parallel.png and /dev/null differ
diff --git a/jp/.gitbook/assets/orchestrate-node-nested-parallel.png b/jp/.gitbook/assets/orchestrate-node-nested-parallel.png
deleted file mode 100644
index a95579533..000000000
Binary files a/jp/.gitbook/assets/orchestrate-node-nested-parallel.png and /dev/null differ
diff --git a/jp/.gitbook/assets/orchestrate-node-parallel-design-method-1.png b/jp/.gitbook/assets/orchestrate-node-parallel-design-method-1.png
deleted file mode 100644
index 376e7d237..000000000
Binary files a/jp/.gitbook/assets/orchestrate-node-parallel-design-method-1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/orchestrate-node-parallel-design-method-2.png b/jp/.gitbook/assets/orchestrate-node-parallel-design-method-2.png
deleted file mode 100644
index 91d674541..000000000
Binary files a/jp/.gitbook/assets/orchestrate-node-parallel-design-method-2.png and /dev/null differ
diff --git a/jp/.gitbook/assets/orchestrate-node-parallel-design-method-3.png b/jp/.gitbook/assets/orchestrate-node-parallel-design-method-3.png
deleted file mode 100644
index bf3f41dbd..000000000
Binary files a/jp/.gitbook/assets/orchestrate-node-parallel-design-method-3.png and /dev/null differ
diff --git a/jp/.gitbook/assets/orchestrate-node-parallel-logs.png b/jp/.gitbook/assets/orchestrate-node-parallel-logs.png
deleted file mode 100644
index d0d6c50fc..000000000
Binary files a/jp/.gitbook/assets/orchestrate-node-parallel-logs.png and /dev/null differ
diff --git a/jp/.gitbook/assets/orchestrate-node-serial-design.png b/jp/.gitbook/assets/orchestrate-node-serial-design.png
deleted file mode 100644
index fda8bd621..000000000
Binary files a/jp/.gitbook/assets/orchestrate-node-serial-design.png and /dev/null differ
diff --git a/jp/.gitbook/assets/orchestrate-node-simple-parallel.png b/jp/.gitbook/assets/orchestrate-node-simple-parallel.png
deleted file mode 100644
index 6208ef240..000000000
Binary files a/jp/.gitbook/assets/orchestrate-node-simple-parallel.png and /dev/null differ
diff --git a/jp/.gitbook/assets/orchestrate-node.jpeg b/jp/.gitbook/assets/orchestrate-node.jpeg
deleted file mode 100644
index 11ce0cc0c..000000000
Binary files a/jp/.gitbook/assets/orchestrate-node.jpeg and /dev/null differ
diff --git a/jp/.gitbook/assets/output (1) (5).png b/jp/.gitbook/assets/output (1) (5).png
deleted file mode 100644
index 88b9958fd..000000000
Binary files a/jp/.gitbook/assets/output (1) (5).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (1) (6).png b/jp/.gitbook/assets/output (1) (6).png
deleted file mode 100644
index e64fb0276..000000000
Binary files a/jp/.gitbook/assets/output (1) (6).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (2) (3).png b/jp/.gitbook/assets/output (2) (3).png
deleted file mode 100644
index cd4e6615b..000000000
Binary files a/jp/.gitbook/assets/output (2) (3).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (2) (4).png b/jp/.gitbook/assets/output (2) (4).png
deleted file mode 100644
index 7755a722a..000000000
Binary files a/jp/.gitbook/assets/output (2) (4).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (3) (3).png b/jp/.gitbook/assets/output (3) (3).png
deleted file mode 100644
index b32d4cebb..000000000
Binary files a/jp/.gitbook/assets/output (3) (3).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (3) (4).png b/jp/.gitbook/assets/output (3) (4).png
deleted file mode 100644
index e1e9c7f3d..000000000
Binary files a/jp/.gitbook/assets/output (3) (4).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (4) (2).png b/jp/.gitbook/assets/output (4) (2).png
deleted file mode 100644
index bf6b384e3..000000000
Binary files a/jp/.gitbook/assets/output (4) (2).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (4) (3).png b/jp/.gitbook/assets/output (4) (3).png
deleted file mode 100644
index ac78f47bc..000000000
Binary files a/jp/.gitbook/assets/output (4) (3).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (5) (2).png b/jp/.gitbook/assets/output (5) (2).png
deleted file mode 100644
index bea184695..000000000
Binary files a/jp/.gitbook/assets/output (5) (2).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (6) (1).png b/jp/.gitbook/assets/output (6) (1).png
deleted file mode 100644
index a744a29d4..000000000
Binary files a/jp/.gitbook/assets/output (6) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (7) (1).png b/jp/.gitbook/assets/output (7) (1).png
deleted file mode 100644
index 70a47ee7e..000000000
Binary files a/jp/.gitbook/assets/output (7) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (7).png b/jp/.gitbook/assets/output (7).png
deleted file mode 100644
index fffbac3b4..000000000
Binary files a/jp/.gitbook/assets/output (7).png and /dev/null differ
diff --git a/jp/.gitbook/assets/output (8).png b/jp/.gitbook/assets/output (8).png
deleted file mode 100644
index f48cff1bf..000000000
Binary files a/jp/.gitbook/assets/output (8).png and /dev/null differ
diff --git a/jp/.gitbook/assets/personal-account-management-01.png b/jp/.gitbook/assets/personal-account-management-01.png
deleted file mode 100644
index dc92514ec..000000000
Binary files a/jp/.gitbook/assets/personal-account-management-01.png and /dev/null differ
diff --git a/jp/.gitbook/assets/pre-prompt.png b/jp/.gitbook/assets/pre-prompt.png
deleted file mode 100644
index aee298af0..000000000
Binary files a/jp/.gitbook/assets/pre-prompt.png and /dev/null differ
diff --git a/jp/.gitbook/assets/public-integration.png b/jp/.gitbook/assets/public-integration.png
deleted file mode 100644
index 6ea5c6140..000000000
Binary files a/jp/.gitbook/assets/public-integration.png and /dev/null differ
diff --git a/jp/.gitbook/assets/rerank-flow-chart.png b/jp/.gitbook/assets/rerank-flow-chart.png
deleted file mode 100644
index f58cf247f..000000000
Binary files a/jp/.gitbook/assets/rerank-flow-chart.png and /dev/null differ
diff --git a/jp/.gitbook/assets/screenshot-20230802-114025.png b/jp/.gitbook/assets/screenshot-20230802-114025.png
deleted file mode 100644
index 311d12a3b..000000000
Binary files a/jp/.gitbook/assets/screenshot-20230802-114025.png and /dev/null differ
diff --git a/jp/.gitbook/assets/screenshot-20230802-141913.png b/jp/.gitbook/assets/screenshot-20230802-141913.png
deleted file mode 100644
index 0db07054a..000000000
Binary files a/jp/.gitbook/assets/screenshot-20230802-141913.png and /dev/null differ
diff --git a/jp/.gitbook/assets/screenshot-20230802-142407.png b/jp/.gitbook/assets/screenshot-20230802-142407.png
deleted file mode 100644
index 3276d98c8..000000000
Binary files a/jp/.gitbook/assets/screenshot-20230802-142407.png and /dev/null differ
diff --git a/jp/.gitbook/assets/screenshot-20230802-145326.png b/jp/.gitbook/assets/screenshot-20230802-145326.png
deleted file mode 100644
index 63250ec63..000000000
Binary files a/jp/.gitbook/assets/screenshot-20230802-145326.png and /dev/null differ
diff --git a/jp/.gitbook/assets/screenshot-20231128-104353 (1) (1).png b/jp/.gitbook/assets/screenshot-20231128-104353 (1) (1).png
deleted file mode 100644
index cf9c94d56..000000000
Binary files a/jp/.gitbook/assets/screenshot-20231128-104353 (1) (1).png and /dev/null differ
diff --git a/jp/.gitbook/assets/screenshot-20231128-104353.png b/jp/.gitbook/assets/screenshot-20231128-104353.png
deleted file mode 100644
index cf9c94d56..000000000
Binary files a/jp/.gitbook/assets/screenshot-20231128-104353.png and /dev/null differ
diff --git a/jp/.gitbook/assets/subscription-management-01.png b/jp/.gitbook/assets/subscription-management-01.png
deleted file mode 100644
index 0d713633a..000000000
Binary files a/jp/.gitbook/assets/subscription-management-01.png and /dev/null differ
diff --git a/jp/.gitbook/assets/subscription-management-02.jpeg b/jp/.gitbook/assets/subscription-management-02.jpeg
deleted file mode 100644
index 5e6b9a707..000000000
Binary files a/jp/.gitbook/assets/subscription-management-02.jpeg and /dev/null differ
diff --git a/jp/.gitbook/assets/table_delete_row1.png b/jp/.gitbook/assets/table_delete_row1.png
deleted file mode 100644
index 30d4164fd..000000000
Binary files a/jp/.gitbook/assets/table_delete_row1.png and /dev/null differ
diff --git a/jp/.gitbook/assets/team-members-management-01.png b/jp/.gitbook/assets/team-members-management-01.png
deleted file mode 100644
index 9590935b2..000000000
Binary files a/jp/.gitbook/assets/team-members-management-01.png and /dev/null differ
diff --git a/jp/.gitbook/assets/team-members-management-02.png b/jp/.gitbook/assets/team-members-management-02.png
deleted file mode 100644
index c8fc3e3ee..000000000
Binary files a/jp/.gitbook/assets/team-members-management-02.png and /dev/null differ
diff --git a/jp/.gitbook/assets/tool-searchapi-flow.png b/jp/.gitbook/assets/tool-searchapi-flow.png
deleted file mode 100644
index 273f9abbe..000000000
Binary files a/jp/.gitbook/assets/tool-searchapi-flow.png and /dev/null differ
diff --git a/jp/.gitbook/assets/tool-searchapi.png b/jp/.gitbook/assets/tool-searchapi.png
deleted file mode 100644
index e90c2ed34..000000000
Binary files a/jp/.gitbook/assets/tool-searchapi.png and /dev/null differ
diff --git a/jp/.gitbook/assets/tool-serper.png b/jp/.gitbook/assets/tool-serper.png
deleted file mode 100644
index 5030e66a9..000000000
Binary files a/jp/.gitbook/assets/tool-serper.png and /dev/null differ
diff --git a/jp/.gitbook/assets/tools-bing.png b/jp/.gitbook/assets/tools-bing.png
deleted file mode 100644
index 64569849c..000000000
Binary files a/jp/.gitbook/assets/tools-bing.png and /dev/null differ
diff --git a/jp/.gitbook/assets/tools-dalle.png b/jp/.gitbook/assets/tools-dalle.png
deleted file mode 100644
index bd3b03723..000000000
Binary files a/jp/.gitbook/assets/tools-dalle.png and /dev/null differ
diff --git a/jp/.gitbook/assets/tools-google.png b/jp/.gitbook/assets/tools-google.png
deleted file mode 100644
index db0543840..000000000
Binary files a/jp/.gitbook/assets/tools-google.png and /dev/null differ
diff --git a/jp/.gitbook/assets/twitter_LLM_Providers.webp b/jp/.gitbook/assets/twitter_LLM_Providers.webp
deleted file mode 100644
index 95b9ef812..000000000
Binary files a/jp/.gitbook/assets/twitter_LLM_Providers.webp and /dev/null differ
diff --git a/jp/.gitbook/assets/twitter_add_http.webp b/jp/.gitbook/assets/twitter_add_http.webp
deleted file mode 100644
index ae31a2fb7..000000000
Binary files a/jp/.gitbook/assets/twitter_add_http.webp and /dev/null differ
diff --git a/jp/.gitbook/assets/twitter_add_input.webp b/jp/.gitbook/assets/twitter_add_input.webp
deleted file mode 100644
index 60bfeab96..000000000
Binary files a/jp/.gitbook/assets/twitter_add_input.webp and /dev/null differ
diff --git a/jp/.gitbook/assets/twitter_chatflow.webp b/jp/.gitbook/assets/twitter_chatflow.webp
deleted file mode 100644
index 858b3aea1..000000000
Binary files a/jp/.gitbook/assets/twitter_chatflow.webp and /dev/null differ
diff --git a/jp/.gitbook/assets/twitter_http_1.webp b/jp/.gitbook/assets/twitter_http_1.webp
deleted file mode 100644
index e5d8eadc1..000000000
Binary files a/jp/.gitbook/assets/twitter_http_1.webp and /dev/null differ
diff --git a/jp/.gitbook/assets/twitter_http_2.webp b/jp/.gitbook/assets/twitter_http_2.webp
deleted file mode 100644
index 66799c635..000000000
Binary files a/jp/.gitbook/assets/twitter_http_2.webp and /dev/null differ
diff --git a/jp/.gitbook/assets/twitter_llm.png b/jp/.gitbook/assets/twitter_llm.png
deleted file mode 100644
index bfa717806..000000000
Binary files a/jp/.gitbook/assets/twitter_llm.png and /dev/null differ
diff --git a/jp/.gitbook/assets/twitter_llm_test.png b/jp/.gitbook/assets/twitter_llm_test.png
deleted file mode 100644
index b7856d1c6..000000000
Binary files a/jp/.gitbook/assets/twitter_llm_test.png and /dev/null differ
diff --git a/jp/.gitbook/assets/twitter_test_llm.png b/jp/.gitbook/assets/twitter_test_llm.png
deleted file mode 100644
index b62838a80..000000000
Binary files a/jp/.gitbook/assets/twitter_test_llm.png and /dev/null differ
diff --git a/jp/.gitbook/assets/viewing-serial-structure-app-logs.png b/jp/.gitbook/assets/viewing-serial-structure-app-logs.png
deleted file mode 100644
index d2f4e2720..000000000
Binary files a/jp/.gitbook/assets/viewing-serial-structure-app-logs.png and /dev/null differ
diff --git a/jp/.gitbook/assets/weather inquiry.png b/jp/.gitbook/assets/weather inquiry.png
deleted file mode 100644
index 6852b6b2d..000000000
Binary files a/jp/.gitbook/assets/weather inquiry.png and /dev/null differ
diff --git a/jp/.gitbook/assets/workflow-configure-anwer-node.png b/jp/.gitbook/assets/workflow-configure-anwer-node.png
deleted file mode 100644
index b38114ca0..000000000
Binary files a/jp/.gitbook/assets/workflow-configure-anwer-node.png and /dev/null differ
diff --git a/jp/.gitbook/assets/workflow-extract-subtitles-and-outlines.png b/jp/.gitbook/assets/workflow-extract-subtitles-and-outlines.png
deleted file mode 100644
index 930166a9b..000000000
Binary files a/jp/.gitbook/assets/workflow-extract-subtitles-and-outlines.png and /dev/null differ
diff --git a/jp/.gitbook/assets/workflow-iteration-llm-node.png b/jp/.gitbook/assets/workflow-iteration-llm-node.png
deleted file mode 100644
index acc87730b..000000000
Binary files a/jp/.gitbook/assets/workflow-iteration-llm-node.png and /dev/null differ
diff --git a/jp/.gitbook/assets/workflow-iteration-node.png b/jp/.gitbook/assets/workflow-iteration-node.png
deleted file mode 100644
index 54a0b37ac..000000000
Binary files a/jp/.gitbook/assets/workflow-iteration-node.png and /dev/null differ
diff --git a/jp/.gitbook/assets/workflow-parameter-extraction-node.png b/jp/.gitbook/assets/workflow-parameter-extraction-node.png
deleted file mode 100644
index aca2692b2..000000000
Binary files a/jp/.gitbook/assets/workflow-parameter-extraction-node.png and /dev/null differ
diff --git a/jp/.gitbook/assets/workflow-template-node.png b/jp/.gitbook/assets/workflow-template-node.png
deleted file mode 100644
index 2eac11bc0..000000000
Binary files a/jp/.gitbook/assets/workflow-template-node.png and /dev/null differ
diff --git a/jp/.gitbook/assets/workspace.jpg b/jp/.gitbook/assets/workspace.jpg
deleted file mode 100644
index 764725143..000000000
Binary files a/jp/.gitbook/assets/workspace.jpg and /dev/null differ
diff --git a/jp/.gitbook/assets/zeabur-project.png b/jp/.gitbook/assets/zeabur-project.png
deleted file mode 100644
index 4c6a52b32..000000000
Binary files a/jp/.gitbook/assets/zeabur-project.png and /dev/null differ
diff --git a/jp/.gitbook/assets/zeabur-region-select.png b/jp/.gitbook/assets/zeabur-region-select.png
deleted file mode 100644
index 2668649f7..000000000
Binary files a/jp/.gitbook/assets/zeabur-region-select.png and /dev/null differ
diff --git a/jp/.gitbook/assets/zeabur-template-overview.jpeg b/jp/.gitbook/assets/zeabur-template-overview.jpeg
deleted file mode 100644
index c30cf063a..000000000
Binary files a/jp/.gitbook/assets/zeabur-template-overview.jpeg and /dev/null differ
diff --git "a/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.04.16.png" "b/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.04.16.png"
deleted file mode 100644
index e1be593b6..000000000
Binary files "a/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.04.16.png" and /dev/null differ
diff --git "a/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.13.06.png" "b/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.13.06.png"
deleted file mode 100644
index 23ab31104..000000000
Binary files "a/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.13.06.png" and /dev/null differ
diff --git "a/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.14.16.png" "b/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.14.16.png"
deleted file mode 100644
index d61cbd742..000000000
Binary files "a/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.14.16.png" and /dev/null differ
diff --git "a/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.17.40.png" "b/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.17.40.png"
deleted file mode 100644
index 6ddd8f579..000000000
Binary files "a/jp/.gitbook/assets/\346\210\252\345\261\2172024-09-27 13.17.40.png" and /dev/null differ
diff --git a/jp/community/docs-contribution.md b/jp/community/docs-contribution.md
index 62b694f17..e860da5b0 100644
--- a/jp/community/docs-contribution.md
+++ b/jp/community/docs-contribution.md
@@ -14,7 +14,7 @@ Dify のヘルプドキュメントは、[オープンソースプロジェク
ドキュメントを読んでいる際に内容の誤りを見つけたり、一部を修正したい場合は、文書ページの右側にある目次内の **“Github に編集”** ボタンをクリックしてください。これにより、GitHub のオンラインエディターを使用してファイルを修正できます。その後、修正内容を簡潔に説明した pull request を作成してください。タイトルは `Fix: Update xxx` の形式を使用してください。リクエストを受け取った後、レビューを行い、問題がなければ修正をマージします。
-
+
もちろん、[Issues ページ](https://github.com/langgenius/dify-docs/issues)にドキュメントのリンクを貼り付け、修正が必要な内容を簡単に説明していただくことも可能です。フィードバックを受け取った後、迅速に対応いたします。
diff --git a/jp/development/models-integration/gpustack.md b/jp/development/models-integration/gpustack.md
index 78c079f15..c02269c2b 100644
--- a/jp/development/models-integration/gpustack.md
+++ b/jp/development/models-integration/gpustack.md
@@ -36,7 +36,7 @@ GPUStackにホストされたLLMを使用する方法の例です:
3. モデルを展開するために「Save」をクリックします。
-
+
## APIキーの作成方法
@@ -60,6 +60,6 @@ GPUStackにホストされたLLMを使用する方法の例です:
モデルをアプリケーションで使用するために、「Save」をクリックしてください。
-
+
GPUStackに関する詳細情報は、[Github Repo](https://github.com/gpustack/gpustack)を参照してください。
\ No newline at end of file
diff --git a/jp/development/models-integration/hugging-face.md b/jp/development/models-integration/hugging-face.md
index b3e778547..b75d1e2b2 100644
--- a/jp/development/models-integration/hugging-face.md
+++ b/jp/development/models-integration/hugging-face.md
@@ -11,7 +11,7 @@ Difyはテキスト生成(Text-Generation)と埋め込み(Embeddings)を
2. Hugging FaceのAPIキーを設定します([取得はこちら](https://huggingface.co/settings/tokens))。
3. [Hugging Faceのモデル一覧ページ](https://huggingface.co/models)にアクセスし、対応するモデルの種類を選択します。
-
+
DifyはHugging Face上のモデルを次の2つの方法で接続できます:
@@ -24,17 +24,17 @@ DifyはHugging Face上のモデルを次の2つの方法で接続できます:
モデルの詳細ページの右側にHosted Inference APIのセクションがあるモデルのみがHosted Inference APIをサポートしています。以下の図のように表示されます:
-
+
モデルの詳細ページで、モデルの名前を取得できます。
-
+
#### 2 Difyで接続モデルを使用する
`設定 > モデルプロバイダー > Hugging Face > モデルタイプ`のエンドポイントタイプでHosted Inference APIを選択します。以下の図のように設定します:
-
+
APIトークンは記事の冒頭で設定したAPIキーです。モデル名は前のステップで取得したモデル名を入力します。
@@ -44,26 +44,26 @@ APIトークンは記事の冒頭で設定したAPIキーです。モデル名
モデルの詳細ページの右側にある`Deploy`ボタンの下にInference EndpointsオプションがあるモデルのみがInference Endpointをサポートしています。以下の図のように表示されます:
-
+
#### 2 モデルをデプロイ
モデルのデプロイボタンをクリックし、Inference Endpointオプションを選択します。以前にクレジットカードを登録していない場合は、カードの登録が必要です。手順に従って進めてください。カードを登録した後、以下の画面が表示されます:必要に応じて設定を変更し、左下のCreate EndpointボタンをクリックしてInference Endpointを作成します。
-
+
モデルがデプロイされると、エンドポイントURLが表示されます。
-
+
#### 3 Difyで接続モデルを使用する
`設定 > モデルプロバイダー > Hugging Face > モデルタイプ`のエンドポイントタイプでInference Endpointsを選択します。以下の図のように設定します:
-
+
APIトークンは記事の冒頭で設定したAPIキーです。`テキスト生成モデルの名前は任意に設定可能ですが、埋め込みモデルの名前はHugging Faceの名前と一致する必要があります。`エンドポイントURLは前のステップでデプロイしたモデルのエンドポイントURLを入力します。
-
+
> 注意点:埋め込みの「ユーザー名 / 組織名」は、Hugging Faceの[Inference Endpoints](https://huggingface.co/docs/inference-endpoints/guides/access)のデプロイ方法に基づいて、「[ユーザー名](https://huggingface.co/settings/account)」または「[組織名](https://ui.endpoints.huggingface.co/)」を入力する必要があります。
diff --git a/jp/development/models-integration/litellm.md b/jp/development/models-integration/litellm.md
index fe434ae6a..6b33876bc 100644
--- a/jp/development/models-integration/litellm.md
+++ b/jp/development/models-integration/litellm.md
@@ -51,7 +51,7 @@ docker run \
`設定 > モデルプロバイダー > OpenAI-API互換` で、以下を入力してください:
-
+
- モデル名: `gpt-4`
- ベースURL: `http://localhost:4000`
diff --git a/jp/development/models-integration/ollama.md b/jp/development/models-integration/ollama.md
index 7efe36013..63243f9f2 100644
--- a/jp/development/models-integration/ollama.md
+++ b/jp/development/models-integration/ollama.md
@@ -1,6 +1,6 @@
# Ollamaでデプロイしたローカルモデルを統合
-
+
[Ollama](https://github.com/jmorganca/ollama)は、Llama 2、Mistral、LlavaといったLLMを簡単にデプロイできるように設計された、クロスプラットフォーム対応の推論フレームワーククライアントです(MacOS、Windows、Linuxに対応)。ワンクリックでセットアップできるOllamaを利用すれば、LLMをローカル環境で実行でき、データを手元のマシンに保持することで、データプライバシーとセキュリティを強化できます。
@@ -54,7 +54,7 @@
4. Ollamaモデルの使用
- 
+ 
設定が必要なアプリの「プロンプトエンジニアリング」ページを開き、Ollamaプロバイダーの中から`llava`モデルを選択し、モデルパラメーターを設定して使用します。
diff --git a/jp/development/models-integration/replicate.md b/jp/development/models-integration/replicate.md
index fcaf186d3..b84e9570c 100644
--- a/jp/development/models-integration/replicate.md
+++ b/jp/development/models-integration/replicate.md
@@ -9,8 +9,8 @@ DifyはReplicate上の[言語モデル](https://replicate.com/collections/langua
3. モデルを選択します。[言語モデル](https://replicate.com/collections/language-models)と[埋め込みモデル](https://replicate.com/collections/embedding-models)からモデルを選びます。
4. Difyの`設定 > モデルプロバイダ > Replicate`にてモデルを追加します。
-
+
APIキーは第2ステップで設定したAPIキーです。モデル名とモデルバージョンはモデルの詳細ページで見つけることができます:
-
+
diff --git a/jp/development/models-integration/xinference.md b/jp/development/models-integration/xinference.md
index 932f03da0..9d4834dda 100644
--- a/jp/development/models-integration/xinference.md
+++ b/jp/development/models-integration/xinference.md
@@ -29,7 +29,7 @@ Xinferenceのデプロイ方法は、[ローカルデプロイ](https://github.c
`http://127.0.0.1:9997`にアクセスし、デプロイするモデルとその仕様を選択します。以下の図を参照してください:
-
+ 
モデルによっては異なるハードウェアプラットフォームでの互換性が異なるため、[Xinference内蔵モデル](https://inference.readthedocs.io/en/latest/models/builtin/index.html)を確認して、作成するモデルが現在のハードウェアプラットフォームでサポートされているかどうかを確認してください。
4. モデルUIDの取得
diff --git a/jp/explore/images/creat-customize-app.jpg b/jp/explore/images/creat-customize-app.jpg
deleted file mode 100644
index aa6db329e..000000000
Binary files a/jp/explore/images/creat-customize-app.jpg and /dev/null differ
diff --git a/jp/explore/images/explore-app.jpg b/jp/explore/images/explore-app.jpg
deleted file mode 100644
index c41022fda..000000000
Binary files a/jp/explore/images/explore-app.jpg and /dev/null differ
diff --git a/jp/explore/images/workspace.jpg b/jp/explore/images/workspace.jpg
deleted file mode 100644
index 764725143..000000000
Binary files a/jp/explore/images/workspace.jpg and /dev/null differ
diff --git a/jp/features/datasets/maintain-dataset-via-api.md b/jp/features/datasets/maintain-dataset-via-api.md
new file mode 100644
index 000000000..4fbde6fff
--- /dev/null
+++ b/jp/features/datasets/maintain-dataset-via-api.md
@@ -0,0 +1,139 @@
+# APIによるデータセットの維持
+
+> 認証、メソッド呼び出し、アプリケーションサービスAPIは一貫性を保ちます。ナレッジAPIトークンの違いは、すべてのナレッジベースで操作できることです。
+
+### ナレッジAPIを使用する利点
+* Difyデータセットを使ってデータシステムを同期化し、強力なワークフローを作成します。
+* データセットリスト、ドキュメントリスト、詳細クエリを提供し、独自のデータ管理ページを生成しやすくします。
+* プレーンテキストとファイルのアップロード、ドキュメントの更新。セグメントレベルでの一括追加・変更に対応し、同期プロセスをします。
+* Difyソフトウェアおよびサービスの可視性を向上させ、手動でのドキュメント処理や同期の時間を短縮します。
+
+### 使用方法
+
+ナレッジページに移動し、左側のナビゲーションでAPIページに切り替えます。このページでは、difyが提供するAPIドキュメントを表示し、ナレッジAPIにアクセスするための認証情報を管理できます。
+
+
+
+## **空のナレッジを作成する**
+
+**`POST /datasets`**
+
+{% hint style="warning" %}
+空のデータセットを作成するためだけに使用します
+{% endhint %}
+
+```
+curl --location --request POST 'https://api.dify.ai/v1/datasets' \
+--header 'Authorization: Bearer {api_key}' \
+--header 'コンテンツタイプ: application/json' \
+--data-raw '{"name": "name"}'
+```
+
+#### **ナレッジリスト**
+
+```
+curl --location --request GET 'https://api.dify.ai/v1/datasets?page=1&limit=20' \
+--header 'Authorization: Bearer {api_key}'
+```
+
+#### **テキストでドキュメントを作成**
+
+```
+curl --location --request POST '/document/create_by_text>' \\
+--header 'Authorization: Bearer {api_key}' \\
+--header 'コンテンツタイプ: application/json' \\
+--data-raw '{
+ "name": "Dify",
+ "text": "Dify means Do it for you...",
+ "indexing_technique": "高品質",
+ "process_rule": {
+ "rules": {
+ "pre_processing_rules": [{
+ "id": "余分なスペースを削除",
+ "enabled": true
+ }, {
+ "id": "URLとメールを削除",
+ "enabled": true
+ }],
+ "segmentation": {
+ "separator": "###",
+ "max_tokens": 500
+ }
+ },
+ "mode": "カスタム"
+ }
+}'
+```
+
+#### **ファイルでドキュメントを作成**
+
+```
+curl --location POST 'https://api.dify.ai/v1/datasets/{データセットID}/document/create_by_file' \
+--header 'Authorization: Bearer {api_key}' \
+--form 'data="{
+ "name": "Dify",
+ "indexing_technique": "高品質",
+ "process_rule": {
+ "rules": {
+ "pre_processing_rules": [{
+ "id": "余分なスペースを削除",
+ "enabled": true
+ }, {
+ "id": "URLとメールを削除",
+ "enabled": true
+ }],
+ "segmentation": {
+ "separator": "###",
+ "max_tokens": 500
+ }
+ },
+ "mode": "カスタム"
+ }
+ }";
+ タイプ=テキスト/プレーン' \
+--form 'file=@"/パス/ファイル"'
+```
+
+#### **ドキュメントのインデックスステータスを取得**
+
+```
+curl --location --request GET 'https://api.dify.ai/v1/datasets/{データセットID}/documents/{batch}/indexing-status' \
+--header 'Authorization: Bearer {api_key}'
+```
+
+#### **ドキュメントを削除**
+
+```
+curl --location --request GET 'https://api.dify.ai/v1/datasets/{データセットID}/documents' \
+--header 'Authorization: Bearer {api_key}'
+```
+
+#### **新しいセグメントを追加**
+
+```
+curl --location 'https://api.dify.ai/v1/datasets/{dataset_id}/documents/{document_id}/segments' \
+--header 'Authorization: Bearer {api_key}' \
+--header 'Content-Type: application/json' \
+--data '{"segments": [{"content": "1","answer": "1","keywords": ["a"]}]}'
+```
+
+#### 文書セグメントの削除
+
+```
+curl --location --request DELETE 'https://api.dify.ai/v1/datasets/{dataset_id}/documents/{document_id}/segments/{segment_id}' \
+--header 'Authorization: Bearer {api_key}' \
+--header 'Content-Type: application/json'
+```
+
+### エラーメッセージ
+
+- `document_indexing`、ドキュメントがインデックス化中であることを示します
+- `provider_not_initialize`、埋め込みモデルが設定されていないことを示します
+- `not_found`、ドキュメントが見つからないことを示します
+- `dataset_name_duplicate`、重複した名前が付けられていることを示します
+- `provider_quota_exceeded`、プロバイダーのクォータが最大制限を超えたことを示します
+- `dataset_not_initialized`、データセットが初期化されていないことを示します
+- `unsupported_file_type`、サポートされていないファイルタイプであることを示します
+ - 現在サポートされているファイルタイプは次のとおりです:txt、markdown、md、pdf、html、htm、xlsx、docx、csv
+- `too_many_files`、ファイルの数が多すぎることを示します。現在は単一ファイルのアップロードのみサポートします
+- `file_too_large`、ファイルが大きすぎることを示します。15M以下のファイルのみサポートします
\ No newline at end of file
diff --git a/jp/features/datasets/sync-from-notion.md b/jp/features/datasets/sync-from-notion.md
new file mode 100644
index 000000000..1891fd939
--- /dev/null
+++ b/jp/features/datasets/sync-from-notion.md
@@ -0,0 +1,74 @@
+# コンセプト同期
+
+Difyのコンセプトは、コンセプトからデータをインポートして **同期** を設定し、コンセプトが更新された後に自動的にデータを同期して更新することをサポートしています。
+
+### 認証
+
+1. ナレッジベースを作成する際に、データソースを選択し、**コンセプト同期--接続へ移動** をクリックし、指示に従って認証検証を完了してください。
+2. また、**設定--データソース--データソースの追加** をクリックし、コンセプトソースの **接続** をクリックして認証を完了することもできます。
+
+
+
+### データインポート
+
+認証操作が完了したら、ナレッジベースの構築ページに移動し、**コンセプト同期** をクリックして、インポートする必要な認証ページを選択します。
+
+### セグメンテーションクレンジング
+
+次に、**セグメンテーション設定** と **インデックス方法** を選択し、**保存して処理** をクリックします。Difyがデータを処理するのを待ちます。このステップでは通常、LLMプロバイダーでトークンを使用する必要があります。一般的なページタイプのインポートだけでなく、データベースタイプのページ属性も集計して保存できます。
+
+_**注: 現在、画像やファイルのインポートはサポートしていません。表データはテキストに変換されます。**_
+
+### コンセプトデータの同期
+
+コンセプト内容が変更された場合、Difyのナレッジドキュメントリストページで[同期]ボタンをクリックしてデータを一括で同期できます(注意: 各クリックで現在の内容が同期されます)。このステップでもトークンの使用が必要です。
+
+
+
+### (コミュニティ版) コンセプト統合設定ガイド
+
+統合は **内部統合** と **公共統合** の2つの方法があります。これらは必要に応じてDifyで設定できます。
+
+これら2つの統合方法の具体的な違いについては、[コンセプト公式説明](https://developers.notion.com/docs/authorization) を参照してください。
+
+#### 1. **内部統合を使用**
+
+あなたの統合ページを [統合設定](https://www.notion.so/my-integrations) で作成します。デフォルトでは、すべての統合は内部統合から始まります。内部統合は選択したワークスペースに関連付けられるため、ワークスペースの所有者である必要があります。
+
+**具体的な操作手順:**
+
+" **New integration** " ボタンをクリックすると、デフォルトで内部(変更不可)となります。関連するスペースを選択し、名前を入力してロゴをアップロードし、"**提出**" をクリックして統合を成功させます。
+
+
+
+統合が作成されると、必要に応じて設定を更新できます。 **性能** タブを選択し、 **シークレットキー** を表示するために "**表示**" ボタンをクリックしてシークレットキーをコピーします。
+
+
+
+それをコピーしてDifyのソースコードに戻り、関連する環境変数を **.env** ファイルに設定します。環境変数は以下の通りです:
+
+**NOTION\_INTEGRATION\_TYPE** = 内部 または **NOTION\_INTEGRATION\_TYPE** = 公共
+
+**NOTION\_INTERNAL\_SECRET**= あなたの内部シークレットキー
+
+#### 2. **公共統合を使用**
+
+**内部統合を公共統合にアップグレードする必要があります**。統合配布ページに移動し、統合を表示するためにスイッチを切り替えます。
+
+スイッチを公共設定に切り替えるには、**組織情報に追加情報を入力** する必要があります。会社名、Webサイト、およびリダイレクト目標パスを含む追加情報を入力してから、 "提出" ボタンをクリックします。
+
+
+
+公共統合が成功した後、[統合設定ページ](https://www.notion.so/my-integrations) で、[シークレットキー] タブにアクセスして統合のシークレットキーを確認できます。
+
+
+
+Difyのソースコードに戻り、関連する環境変数を **.env** ファイルに設定します。環境変数は以下の通りです:
+
+**NOTION\_INTEGRATION\_TYPE**=公共
+
+**NOTION\_CLIENT\_SECRET**=あなたのクライアントシークレットキー
+
+**NOTION\_CLIENT\_ID**=あなたのクライアントID
+
+設定が完了すると、ナレッジセクション内のコンセプトデータのインポートおよび同期機能を使用できるようになります。
\ No newline at end of file
diff --git a/jp/getting-started/install-self-hosted/zeabur.md b/jp/getting-started/install-self-hosted/zeabur.md
index 64947e810..2769a0a39 100644
--- a/jp/getting-started/install-self-hosted/zeabur.md
+++ b/jp/getting-started/install-self-hosted/zeabur.md
@@ -17,15 +17,15 @@ Zeabur チームはワンクリックデプロイテンプレートを用意し
ボタンをクリックすると、Zeabur 上のテンプレートページに移動し、デプロイの詳細情報と説明を確認できます。
-
+
デプロイボタンをクリックした後、生成されたドメイン名を入力し、そのドメイン名を Dify インスタンスにバインドし、他のサービスに環境変数として注入します。
次に、お好みのリージョンを選択し、デプロイボタンをクリックすると、数分以内に Dify インスタンスがデプロイされます。
-
+
デプロイが完了すると、Zeabur コンソール上にプロジェクトページが表示されます。以下の図のように、デプロイ中に入力したドメイン名が自動的に NGINX サービスにバインドされ、そのドメイン名を使用して Dify インスタンスにアクセスできます。
-
+
また、NGINX サービスページのネットワーキングタブでドメイン名を変更することもできます。詳細については [Zeabur ドキュメント](https://zeabur.com/docs/deploy/domain-binding) を参照してください。
\ No newline at end of file
diff --git a/jp/guides/annotation/annotation-reply.md b/jp/guides/annotation/annotation-reply.md
index a7b1913ba..ffeb4e03c 100644
--- a/jp/guides/annotation/annotation-reply.md
+++ b/jp/guides/annotation/annotation-reply.md
@@ -17,13 +17,13 @@
4. マッチング項目が見つからなかった場合、質問は通常プロセスを継続します(LLMやRAGに渡されます)。
5. アノテーションリプライ機能をオフにすると、システムはアノテーションからのマッチングリプライを継続して行いません。
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/jp/guides/annotation/logs.md b/jp/guides/annotation/logs.md
index 995366745..4ccadedfb 100644
--- a/jp/guides/annotation/logs.md
+++ b/jp/guides/annotation/logs.md
@@ -24,7 +24,7 @@
これらのマークは、Dify の後続バージョンでモデルの微調整(モデルの微調整)に使用され、モデルの正確性と返信スタイルを向上させることを目的としています。現在のプレビュー版では、マークのみがサポートされています。
{% endhint %}
-
+
4. Forwardingで示されるように、上の図では`https://177e-159-223-41-52.ngrok-free.app`(これは例のドメインです。自分のドメインに置き換えてください)がパブリックドメインとなります。
diff --git a/jp/guides/extension/api-based-extension/cloudflare-workers.md b/jp/guides/extension/api-based-extension/cloudflare-workers.md
index d43f38824..af1849503 100644
--- a/jp/guides/extension/api-based-extension/cloudflare-workers.md
+++ b/jp/guides/extension/api-based-extension/cloudflare-workers.md
@@ -43,9 +43,9 @@ npm run deploy
デプロイが成功すると、公開アドレスが得られます。このアドレスを Dify に API エンドポイントとして追加できます。`endpoint` パスを忘れないようにしてください。
-
Dify に API エンドポイントを追加する
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/jp/guides/monitoring/analysis.md b/jp/guides/monitoring/analysis.md
index d14cfe8b5..ddd90361b 100644
--- a/jp/guides/monitoring/analysis.md
+++ b/jp/guides/monitoring/analysis.md
@@ -2,7 +2,7 @@
**監視 — 分析** では、使用量、アクティブユーザー数、大規模言語モデル (LLM) のコール消費などを表示します。これにより、アプリケーションの運営効果、活性度、経済性を継続的に改善できます。さらに多くの有用な可視化能力を段階的に提供していきますので、ぜひご要望をお知らせください。
-
+
**Create API Key**をクリックし,新たな認証情報を作ります。
-
+
**Create API Key**をクリックし,新たな認証情報を作ります。
-
+
この認証を済ませることで、あらゆるアプリタイプでこの高性能な言語モデルを選択し、活用することが可能になります。
-
+
#### SOC 2 Type II レポート
@@ -36,7 +36,7 @@ Difyのクラウド版をサプライヤーの安全評価にご利用の場合
**チームオーナーのみ**、**右上メニューの「コンプライアンス」** から Dify の SOC 2 Type II レポートをダウンロードできます。
-
SOC 2 Type II レポート
+
#### ISO 27001:2022 認証
@@ -44,7 +44,7 @@ Difyのクラウド版をサプライヤーの安全評価にご利用の場合
**チームオーナーのみ**、**右上メニューの「コンプライアンス」** から Dify の ISO 27001:2022 レポートをダウンロードできます。
-
+
登录[ Jina Reader 官网](https://jina.ai/reader) 完成注册,获取 API Key 后并按照页面提示填入并保存。
@@ -44,14 +44,14 @@ Jina Reader 和 Firecrawl 均是开源的网页解析工具,能将网页将其
在知识库创建页选择 **Sync from website**,provider 选中 Jina Reader,填写需要抓取的目标 URL。
-
+
在对话日志中,我们也可以看到 API 返回的实时数据:
-
+
### 常见问题
@@ -21,7 +21,7 @@
* 从 Professional 升级至 Team 需补足当月差额,立即生效。
* 从 Team 降级至 Professional 立即生效。
-
+
3. 创建项目 API 凭据,在项目内左侧边栏中点击 **Settings** 打开设置
-
创建一个项目 API 凭据
+
在 Settings 内点击 **Create API Keys** 创建一个项目 API 凭据。
-
创建一个项目 API 凭据
+
复制并保存 **Secret Key** ,**Public Key,Host**
-
获取 API Key 配置
+
4. 在 Dify 内配置 Langfuse,打开需要监测的应用,在侧边菜单打开**监测**,在页面中选择**配置。**
-
+
点击 **Create API Key**,创建一个项目凭据。
-
创建一个项目 API Key
+
选择 **Personal Access Token** ,用于后续的 API 身份校验。
-
创建一个 API Key
+
将创建的 API key 复制保存。
-
+
列表操作节点一般用于提取数组变量中的信息,通过设置条件将其转化为能够被下游节点所接受的变量类型。它的结构分为**输入变量**、**过滤条件**、**排序(可选)**、**取前 N 项(可选)**、**输出变量**。
-
+
{% hint style="warning" %}
除“`变量`”以外的其他内容块不可重复插入。在不同应用和模型下,可插入的内容块会根据不同的提示词模板结构有所区别,`会话历史`、`查询内容` 仅在对话型应用的文本补全模型中可用。
@@ -149,7 +149,7 @@ And answer according to the language English.
在调试预览界面,用户与 AI 产生对话之后,将鼠标指针移动到任意的用户会话,即可在左上角看到“日志”标志按钮,点击即可查看提示词日志。
-
调试日志入口
+
在日志中,我们可以清晰的查看到:
@@ -157,7 +157,7 @@ And answer according to the language English.
* 当前会话引用的相关文本片段
* 历史会话记录
-
调试预览界面查看提示词日志
+
从日志中,我们可以查看经过系统拼装后最终发送至 LLM 的完整提示词,并根据调试结果持续改进提示词输入。
@@ -165,4 +165,4 @@ And answer according to the language English.
在初始的构建应用主界面,左侧导航栏可以看到“日志与标注”,点击进去即可查看完整的日志。 在日志与标注的主界面,点击任意一个会话日志条目,在弹出的右侧对话框中同样鼠标指针移动到会话上即可点开“日志”按钮查看提示词日志。
-