Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/use-dify/monitor/integrations/integrate-arize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Once successfully saved, you can view the monitoring status on the current page.
<td>- placed in metadata</td>
</tr>
<tr>
<td>workflow\_{id}</td>
<td>{"workflow_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions en/use-dify/monitor/integrations/integrate-langfuse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ After configuration, debugging or production data of the application in Dify can
<td>user\_id</td>
</tr>
<tr>
<td>workflow\_{id}</td>
<td>{"workflow_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down Expand Up @@ -186,7 +186,7 @@ After configuration, debugging or production data of the application in Dify can
<td>user\_id</td>
</tr>
<tr>
<td>message\_{id}</td>
<td>{"message_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions en/use-dify/monitor/integrations/integrate-langsmith.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Detailed LLM operation logs through LangSmith will help you optimize the perform
<td>- placed in metadata</td>
</tr>
<tr>
<td>workflow\_{id}</td>
<td>{"workflow_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down Expand Up @@ -200,7 +200,7 @@ Detailed LLM operation logs through LangSmith will help you optimize the perform
<td>- placed in metadata</td>
</tr>
<tr>
<td>“message\_{id}"</td>
<td>{'"message_{id}"'}</td>
<td>name</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion en/use-dify/monitor/integrations/integrate-opik.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Detailed LLM operation logs through Opik will help you optimize the performance
<td>- placed in metadata</td>
</tr>
<tr>
<td>workflow\_{id}</td>
<td>{"workflow_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion en/use-dify/monitor/integrations/integrate-phoenix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Once successfully saved, you can view the monitoring status on the current page.
<td>- placed in metadata</td>
</tr>
<tr>
<td>workflow\_{id}</td>
<td>{"workflow_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions en/use-dify/monitor/integrations/integrate-weave.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Detailed LLM operation logs through Weave will help you optimize the performance
| ---------------------------------------- | ---------------------------- |
| workflow_app_log_id/workflow_run_id | id |
| user_session_id | placed in metadata |
| workflow_{id} | name |
| workflow_\{id\} | name |
| start_time | start_time |
| end_time | end_time |
| inputs | inputs |
Expand Down Expand Up @@ -109,7 +109,7 @@ Detailed LLM operation logs through Weave will help you optimize the performance
| -------------------------------- | ---------------------------- |
| message_id | id |
| user_session_id | placed in metadata |
| message_{id}" | name |
| "message_\{id\}" | name |
| start_time | start_time |
| end_time | end_time |
| inputs | inputs |
Expand Down
2 changes: 1 addition & 1 deletion en/use-dify/workspace/api-extension/api-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ POST {Your-API-Endpoint}
| Header | Value | Desc |
| --------------- | ----------------- | --------------------------------------------------------------------- |
| `Content-Type` | application/json | The request content is in JSON format. |
| `Authorization` | Bearer {api_key} | The API Key is transmitted as a Token. You need to parse the `api_key` and verify that it matches the provided API Key to ensure interface security. |
| `Authorization` | Bearer \{api_key\} | The API Key is transmitted as a Token. You need to parse the `api_key` and verify that it matches the provided API Key to ensure interface security. |

### Request Body

Expand Down
2 changes: 1 addition & 1 deletion ja/use-dify/monitor/integrations/integrate-arize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ DifyアプリケーションでArizeを設定します。監視するアプリ
<td>- メタデータに配置</td>
</tr>
<tr>
<td>workflow\_{id}</td>
<td>{"workflow_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions ja/use-dify/monitor/integrations/integrate-langfuse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Langfuseは、チームがアプリケーションのデバッグ、分析、反
<td>user\_id</td>
</tr>
<tr>
<td>workflow\_{id}</td>
<td>{"workflow_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down Expand Up @@ -187,7 +187,7 @@ Langfuseは、チームがアプリケーションのデバッグ、分析、反
<td>user\_id</td>
</tr>
<tr>
<td>message\_{id}</td>
<td>{"message_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions ja/use-dify/monitor/integrations/integrate-langsmith.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ LangSmithを通じて得られる詳細な大規模言語モデル(LLM)の
<td>- メタデータに配置</td>
</tr>
<tr>
<td>workflow\_{id}</td>
<td>{"workflow_{id}"}</td>
<td>名前</td>
</tr>
<tr>
Expand Down Expand Up @@ -199,7 +199,7 @@ LangSmithを通じて得られる詳細な大規模言語モデル(LLM)の
<td>- メタデータに配置</td>
</tr>
<tr>
<td>“message\_{id}"</td>
<td>{'"message_{id}"'}</td>
<td>名前</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion ja/use-dify/monitor/integrations/integrate-opik.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Opikの詳細なLLM操作ログにより、Difyアプリケーションのパフ
<td>- メタデータに配置</td>
</tr>
<tr>
<td>workflow\_{id}</td>
<td>{"workflow_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion ja/use-dify/monitor/integrations/integrate-phoenix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DifyアプリケーションでPhoenixを設定します。監視するアプリ
<td>- メタデータに配置</td>
</tr>
<tr>
<td>workflow\_{id}</td>
<td>{"workflow_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions ja/use-dify/monitor/integrations/integrate-weave.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Weaveを通じた詳細なLLM操作ログは、Difyアプリケーションの
| ------------------------------------ | ---------------------------- |
| workflow_app_log_id/workflow_run_id | id |
| user_session_id | メタデータに配置 |
| workflow_{id} | name |
| workflow_\{id\} | name |
| start_time | start_time |
| end_time | end_time |
| inputs | inputs |
Expand Down Expand Up @@ -110,7 +110,7 @@ Weaveを通じた詳細なLLM操作ログは、Difyアプリケーションの
| ---------------------------------- | ----------------------------- |
| message_id | id |
| user_session_id | メタデータに配置 |
| "message_{id}" | name |
| "message_\{id\}" | name |
| start_time | start_time |
| end_time | end_time |
| inputs | inputs |
Expand Down
2 changes: 1 addition & 1 deletion ja/use-dify/workspace/api-extension/api-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ POST {Your-API-Endpoint}
| Header | Value | Desc |
| --------------- | ----------------- | --------------------------------------------------------------------- |
| `Content-Type` | application/json | リクエストコンテンツは JSON 形式です。 |
| `Authorization` | Bearer {api_key} | API Key はトークン形式で送信されます。この `api_key` を解析し、提供された API Key と一致することを確認して、インターフェースのセキュリティを確保する必要があります。 |
| `Authorization` | Bearer \{api_key\} | API Key はトークン形式で送信されます。この `api_key` を解析し、提供された API Key と一致することを確認して、インターフェースのセキュリティを確保する必要があります。 |

### Request Body

Expand Down
4 changes: 2 additions & 2 deletions zh/use-dify/monitor/integrations/integrate-langfuse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Langfuse 是一个开源的大型语言模型工程平台,帮助团队协作
<td>user\_id</td>
</tr>
<tr>
<td>workflow\_{id}</td>
<td>{"workflow_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down Expand Up @@ -187,7 +187,7 @@ Langfuse 是一个开源的大型语言模型工程平台,帮助团队协作
<td>user\_id</td>
</tr>
<tr>
<td>message\_{id}</td>
<td>{"message_{id}"}</td>
<td>name</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions zh/use-dify/monitor/integrations/integrate-langsmith.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ LangSmith [官网介绍](https://www.langchain.com/langsmith)
| ---------------------------------------- | -------------------------- |
| workflow\_app\_log\_id/workflow\_run\_id | id |
| user\_session\_id | -放入metadata |
| workflow\_{id} | name |
| workflow_\{id\} | name |
| start\_time | start\_time |
| end\_time | end\_time |
| inputs | inputs |
Expand Down Expand Up @@ -161,7 +161,7 @@ LangSmith [官网介绍](https://www.langchain.com/langsmith)
| -------------------------------- | -------------------------- |
| message\_id | id |
| user\_session\_id | -放入metadata |
| “message\_{id}" | name |
| "message_\{id\}" | name |
| start\_time | start\_time |
| end\_time | end\_time |
| inputs | inputs |
Expand Down
4 changes: 2 additions & 2 deletions zh/use-dify/monitor/integrations/integrate-weave.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Weights & Biases (W&B) Weave 是一个用于跟踪、实验、评估、部署和
| ---------------------------------------- | ---------------------------- |
| workflow_app_log_id/workflow_run_id | id |
| user_session_id | 放置在元数据中 |
| workflow_{id} | name |
| workflow_\{id\} | name |
| start_time | start_time |
| end_time | end_time |
| inputs | inputs |
Expand Down Expand Up @@ -108,7 +108,7 @@ Weights & Biases (W&B) Weave 是一个用于跟踪、实验、评估、部署和
| -------------------------------- | ----------------------------- |
| message_id | id |
| user_session_id | 放置在元数据中 |
| "message_{id}" | name |
| "message_\{id\}" | name |
| start_time | start_time |
| end_time | end_time |
| inputs | inputs |
Expand Down
4 changes: 2 additions & 2 deletions zh/use-dify/workspace/api-extension/api-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ POST {Your-API-Endpoint}
| Header | Value | Desc |
| --------------- | ----------------- | --------------------------------------------------------------------- |
| `Content-Type` | application/json | 请求内容为 JSON 格式。 |
| `Authorization` | Bearer {api_key} | API Key 以 Token 令牌的方式传输,你需要解析该 `api_key` 并确认是否和提供的 API Key 一致,保证接口安全。 |
| `Authorization` | Bearer \{api_key\} | API Key 以 Token 令牌的方式传输,你需要解析该 `api_key` 并确认是否和提供的 API Key 一致,保证接口安全。 |

### Request Body

Expand Down Expand Up @@ -258,4 +258,4 @@ API 返回为:

我们推荐你使用 Cloudflare Workers 来部署你的 API 扩展,因为 Cloudflare Workers 可以方便的提供一个公网地址,而且可以免费使用。

详细说明请参考 [使用 Cloudflare Workers 部署 API 扩展](/zh/use-dify/workspace/api-extension/cloudflare-worker)。
详细说明请参考 [使用 Cloudflare Workers 部署 API 扩展](/zh/use-dify/workspace/api-extension/cloudflare-worker)。
Loading