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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before reading on, ensure you have a basic understanding of the knowledge pipeli
Dify supports three types of data source plugins: web crawler, online document, and online drive. When implementing the plugin code, the class that provides the plugin's functionality must inherit from a specific data source class. Each of the three plugin types corresponds to a different parent class.

<Info>
To learn how to inherit from a parent class to implement plugin functionality, see [Dify Plugin Development: Hello World Guide - 4.4 Implementing Tool Logic](/en/develop-plugin/dev-guides-and-walkthroughs/tool-plugin#4-4-implementing-tool-logic).
To learn how to inherit from a parent class to implement plugin functionality, see [Tool Plugin: Preparing Tool Code](/en/develop-plugin/dev-guides-and-walkthroughs/tool-plugin#4-preparing-tool-code).
</Info>

Each data source plugin type supports multiple data sources. For example:
Expand Down Expand Up @@ -106,7 +106,7 @@ datasources:
```

<Info>
For more about creating a provider YAML file, see [Dify Plugin Development: Hello World Guide-4.3 Configuring Provider Credentials](/en/develop-plugin/dev-guides-and-walkthroughs/tool-plugin#4-3-configuring-provider-credentials).
For more about creating a provider YAML file, see [Tool Plugin: Completing Third-Party Service Credentials](/en/develop-plugin/dev-guides-and-walkthroughs/tool-plugin#2-completing-third-party-service-credentials).
</Info>

<Info>
Expand Down
4 changes: 2 additions & 2 deletions en/develop-plugin/features-and-specs/plugin-types/tool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Before diving into the detailed interface documentation, make sure you have a ge
<Card title="Message Types" icon="comment-dots" href="#message-return">
Return different types of messages such as text, links, images, and JSON
</Card>
<Card title="Variables" icon="code-branch" href="#variable">
<Card title="Variables" icon="code-branch" href="#variables">
Create and manipulate variables for workflow integration
</Card>
<Card title="Output Schema" icon="diagram-project" href="#returning-custom-variables">
<Card title="Output Schema" icon="diagram-project" href="#custom-output-variables">
Define custom output variables for workflow references
</Card>
</CardGroup>
Expand Down
2 changes: 1 addition & 1 deletion en/self-host/troubleshooting/weaviate-v4-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ curl -s -H "Authorization: Bearer <WEAVIATE_API_KEY>" \

#### Step B2: Run the Schema Migration

Follow the same commands as [Step A5](#step-a5%3A-migrate-the-schema). You can run the script locally or inside the Worker container:
Follow the same commands as [Step A5](#step-a5-migrate-the-schema). You can run the script locally or inside the Worker container:

**To run inside Worker container**:

Expand Down
2 changes: 1 addition & 1 deletion en/use-dify/knowledge/test-retrieval.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here, you can simulate user queries to test how well the knowledge base retrieve
</Note>

<Tip>
For more about retrieval settings, see [Configure the Retrieval Settings](/en/use-dify/knowledge/create-knowledge/setting-indexing-methods#setting-the-retrieval-setting).
For more about retrieval settings, see [Configure the Retrieval Settings](/en/use-dify/knowledge/create-knowledge/setting-indexing-methods#configure-the-retrieval-settings).
</Tip>

The **Records** section logs all retrieval events associated with this knowledge base, including:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ title: "データソースプラグイン"
Difyは3種類のデータソースプラグインをサポートしています:Webクローラー、オンラインドキュメント、オンラインドライブ。プラグインコードを実装する際、プラグインの機能を提供するクラスは特定のデータソースクラスを継承する必要があります。3種類のプラグインタイプはそれぞれ異なる親クラスに対応しています。

<Info>
親クラスを継承してプラグイン機能を実装する方法については、[Difyプラグイン開発:Hello Worldガイド - 4.4 ツールロジックの実装](/ja/develop-plugin/dev-guides-and-walkthroughs/tool-plugin#4-4-implementing-tool-logic)を参照してください。
親クラスを継承してプラグイン機能を実装する方法については、[ツールプラグイン:ツールコードの準備](/ja/develop-plugin/dev-guides-and-walkthroughs/tool-plugin#4-ツールコードの準備)を参照してください。
</Info>

各データソースプラグインタイプは複数のデータソースをサポートしています。例えば:
Expand Down Expand Up @@ -108,7 +108,7 @@ datasources:
```

<Info>
プロバイダーYAMLファイルの作成について詳しくは、[Difyプラグイン開発:Hello Worldガイド-4.3 プロバイダー認証情報の設定](/ja/develop-plugin/dev-guides-and-walkthroughs/tool-plugin#4-3-configuring-provider-credentials)を参照してください。
プロバイダーYAMLファイルの作成について詳しくは、[ツールプラグイン:サードパーティサービス認証情報の完成](/ja/develop-plugin/dev-guides-and-walkthroughs/tool-plugin#2-サードパーティサービス認証情報の完成)を参照してください。
</Info>

<Info>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ description: LLM、TextEmbedding、Rerank、Speech2text、Text2speechモデル
</Note>

<CardGroup cols={2}>
<Card title="プロバイダー実装" icon="plug" href="#model-provider">
<Card title="プロバイダー実装" icon="plug" href="#モデルプロバイダー">
異なるAIサービスプロバイダー向けのモデルプロバイダークラスの実装方法を学ぶ
</Card>
<Card title="モデルタイプ" icon="layer-group" href="#models">
<Card title="モデルタイプ" icon="layer-group" href="#モデル">
5つのサポートされているモデルタイプの実装詳細:LLM、Embedding、Rerank、Speech2Text、Text2Speech
</Card>
<Card title="データ構造" icon="database" href="#entities">
<Card title="データ構造" icon="database" href="#エンティティ">
モデルAPIで使用されるすべてのデータ構造の包括的なリファレンス
</Card>
<Card title="エラーハンドリング" icon="triangle-exclamation" href="#common-interfaces">
<Card title="エラーハンドリング" icon="triangle-exclamation" href="#共通インターフェース">
適切なエラーマッピングと例外処理のガイドライン
</Card>
</CardGroup>
Expand Down
6 changes: 3 additions & 3 deletions ja/develop-plugin/features-and-specs/plugin-types/tool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ description: このドキュメントでは、Difyプラグインにおけるツ
</Note>

<CardGroup cols={2}>
<Card title="メッセージタイプ" icon="comment-dots" href="#message-return">
<Card title="メッセージタイプ" icon="comment-dots" href="#メッセージの戻り値">
テキスト、リンク、画像、JSONなど、さまざまな種類のメッセージを返す
</Card>
<Card title="変数" icon="code-branch" href="#variable">
<Card title="変数" icon="code-branch" href="#変数">
ワークフロー統合のための変数を作成および操作する
</Card>
<Card title="出力スキーマ" icon="diagram-project" href="#returning-custom-variables">
<Card title="出力スキーマ" icon="diagram-project" href="#カスタム出力変数">
ワークフロー参照用のカスタム出力変数を定義する
</Card>
</CardGroup>
Expand Down
2 changes: 1 addition & 1 deletion ja/self-host/troubleshooting/weaviate-v4-migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ docker compose restart api worker worker_beat

- Dify のナレッジベース UI を開きます。
- 取得テストを使用して、クエリが結果を返すことを確認します。
- エラーが続く場合は、`docker compose logs weaviate` を確認して追加の修復手順を確認してください([トラブルシューティング](#troubleshooting)を参照)。
- エラーが続く場合は、`docker compose logs weaviate` を確認して追加の修復手順を確認してください([トラブルシューティング](#トラブルシューティング)を参照)。

## レガシーバージョンのデータ移行

Expand Down
2 changes: 1 addition & 1 deletion ja/use-dify/knowledge/test-retrieval.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidebarTitle: 検索テスト
</Note>

<Tip>
検索設定の詳細については、[検索方法の指定](/ja/use-dify/knowledge/create-knowledge/setting-indexing-methods#検索方法の指定) を参照してください。
検索設定の詳細については、[検索設定の指定](/ja/use-dify/knowledge/create-knowledge/setting-indexing-methods#検索設定の指定) を参照してください。
</Tip>

**記録** セクションには、このナレッジベースに関連するすべての検索イベントが記録されます。これには以下が含まれます。
Expand Down
2 changes: 1 addition & 1 deletion ja/use-dify/nodes/user-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description: "ワークフローとチャットフローアプリケーション
<Note>
ワークフローアプリケーションの場合、このプリセット変数は*レガシー*と見なされており、後方互換性のためにのみ維持されています。

代わりに[カスタムファイル入力フィールド](#file-input)を使用してユーザーファイルを収集することをお勧めします。
代わりに[カスタムファイル入力フィールド](#ファイル入力)を使用してユーザーファイルを収集することをお勧めします。
</Note>

- `userinput.query`(チャットフローのみ):ユーザーの最新のチャットターンから自動的にキャプチャされたテキストメッセージ。
Expand Down
Loading
Loading