132 lines
9.8 KiB
Markdown
132 lines
9.8 KiB
Markdown
# 目次
|
||
|
||
## 入門 <a href="#getting-started" id="getting-started"></a>
|
||
|
||
* [ようこそ、Difyへ](README.md)
|
||
* [特性と技術仕様](getting-started/readme/features-and-specifications.md)
|
||
* [モデルプロバイダーリスト](getting-started/readme/model-providers.md)
|
||
* [クラウドサービス](getting-started/cloud.md)
|
||
* [コミュニティ版](getting-started/install-self-hosted/README.md)
|
||
* [Docker Compose 配備](getting-started/install-self-hosted/docker-compose.md)
|
||
* [ローカルソースコード起動](getting-started/install-self-hosted/local-source-code.md)
|
||
* [フロントエンドDockerコンテナを単独起動](getting-started/install-self-hosted/start-the-frontend-docker-container.md)
|
||
* [環境変数説明](getting-started/install-self-hosted/environments.md)
|
||
|
||
## 手冊 <a href="#guides" id="guides"></a>
|
||
|
||
* [モデル](guides/model-configuration/README.md)
|
||
* [新しいプロバイダーの追加](guides/model-configuration/new-provider.md)
|
||
* [事前定義モデル接続](guides/model-configuration/predefined-model.md)
|
||
* [カスタムモデルのインテグレーション](guides/model-configuration/customizable-model.md)
|
||
* [Hugging Faceのオープンソースモデルを統合](guides/model-configuration/hugging-face.md)
|
||
* [Replicateのオープンソースモデルを統合](guides/model-configuration/replicate.md)
|
||
* [Xinferenceが配置したローカルモデルを統合](guides/model-configuration/xinference.md)
|
||
* [OpenLLMが配置したローカルモデルを統合](guides/model-configuration/openllm.md)
|
||
* [LocalAIが配置したローカルモデルを統合](guides/model-configuration/localai.md)
|
||
* [Ollamaが配置したローカルモデルを統合](guides/model-configuration/ollama.md)
|
||
* [負荷分散](guides/model-configuration/load\_balancing.md)
|
||
* [構造](guides/application\_orchestrate/README.md)
|
||
* [アプリ作成](guides/application\_orchestrate/creating-an-application.md)
|
||
* [チャットアシスタント](guides/application\_orchestrate/conversation-application.md)
|
||
* [エージェント](guides/application\_orchestrate/agent.md)
|
||
* [ツールキット](guides/application\_orchestrate/app\_toolkits/README.md)
|
||
* [コンテンツモデレーション](guides/application\_orchestrate/app\_toolkits/moderation-tool.md)
|
||
* [ワークフロー](guides/workflow/README.md)
|
||
* [キーコンセプト](guides/workflow/key\_concept.md)
|
||
* [ノード説明](guides/workflow/node/README.md)
|
||
* [開始](guides/workflow/node/start.md)
|
||
* [終了](guides/workflow/node/end.md)
|
||
* [直接返信](guides/workflow/node/answer.md)
|
||
* [LLM](guides/workflow/node/llm.md)
|
||
* [知識検索](guides/workflow/node/knowledge\_retrieval.md)
|
||
* [質問分類](guides/workflow/node/question\_classifier.md)
|
||
* [条件分岐](guides/workflow/node/ifelse.md)
|
||
* [コード実行](guides/workflow/node/code.md)
|
||
* [テンプレート変換](guides/workflow/node/template.md)
|
||
* [変数集約](guides/workflow/node/variable\_assigner.md)
|
||
* [イテレーション](guides/workflow/node/iteration.md)
|
||
* [パラメータ抽出](guides/workflow/node/parameter\_extractor.md)
|
||
* [HTTPリクエスト](guides/workflow/node/http\_request.md)
|
||
* [ツール](guides/workflow/node/tools.md)
|
||
* [プレビューとデバッグ](guides/workflow/debug\_and\_preview/README.md)
|
||
* [プレビューと実行](guides/workflow/debug\_and\_preview/yu-lan-yu-yun-hang.md)
|
||
* [ステップデバッグ](guides/workflow/debug\_and\_preview/step\_run.md)
|
||
* [対話/実行ログ](guides/workflow/debug\_and\_preview/log.md)
|
||
* [チェックリスト](guides/workflow/debug\_and\_preview/checklist.md)
|
||
* [実行履歴](guides/workflow/debug\_and\_preview/history.md)
|
||
* [アプリ公開](guides/workflow/publish.md)
|
||
* [ナレッジベース](guides/knowledge-base/README.md)
|
||
* [ナレッジベース作成&ドキュメントアップロード](guides/knowledge-base/create\_knowledge\_and\_upload\_documents.md)
|
||
* [ナレッジベースおよびドキュメントのメンテナンス](guides/knowledge-base/knowledge\_and\_documents\_maintenance.md)
|
||
* [アプリ内でのナレッジベース統合](guides/knowledge-base/integrate\_knowledge\_within\_application.md)
|
||
* [リコールテスト/引用帰属](guides/knowledge-base/retrieval\_test\_and\_citation.md)
|
||
* [Notion からデータをインポート](guides/knowledge-base/sync-from-notion.md)
|
||
* [ウェブサイトからデータをインポート](guides/knowledge-base/sync\_from\_website.md)
|
||
* [API 経由でナレッジベースをメンテナンス](guides/knowledge-base/maintain-dataset-via-api.md)
|
||
* [外部データツール](guides/knowledge-base/external\_data\_tool.md)
|
||
* [ツール](guides/gong-ju.md)
|
||
* [クイック統合ツール](guides/tools/quick-tool-integration.md)
|
||
* [高度統合ツール](guides/tools/advanced-tool-integration.md)
|
||
* [ツールの配置](guides/tools/tool-configuration/README.md)
|
||
* [StableDiffusion](guides/tools/tool-configuration/stable-diffusion.md)
|
||
* [SearXNG](guides/tools/tool-configuration/searxng.md)
|
||
* [アプリ公開](guides/application-publishing/README.md)
|
||
* [公開 Web サイトとして公開](guides/application-publishing/launch-your-webapp-quickly/README.md)
|
||
* [Web アプリの設定](guides/application-publishing/launch-your-webapp-quickly/web-app-settings.md)
|
||
* [テキスト生成アプリ](guides/application-publishing/launch-your-webapp-quickly/text-generator.md)
|
||
* [対話型アプリ](guides/application-publishing/launch-your-webapp-quickly/conversation-application.md)
|
||
* [API ベースの開発](guides/application-publishing/developing-with-apis.md)
|
||
* [フロントエンドコンポーネントベースの再開発](guides/application-publishing/based-on-frontend-templates.md)
|
||
* [アノテーション](guides/biao-zhu/README.md)
|
||
* [ログとアノテーション](guides/biao-zhu/logs.md)
|
||
* [アノテーション返信](guides/biao-zhu/annotation-reply.md)
|
||
* [モニタリング](guides/monitoring/README.md)
|
||
* [データ分析](guides/monitoring/analysis.md)
|
||
* [外部Opsツール統合](guides/monitoring/integrate\_external\_ops\_tools/README.md)
|
||
* [LangSmithを統合](guides/monitoring/integrate\_external\_ops\_tools/integrate\_langsmith.md)
|
||
* [LangFuseを統合](guides/monitoring/integrate\_external\_ops\_tools/integrate\_langfuse.md)
|
||
* [拡張](guides/extension/README.md)
|
||
* [API 拡張](guides/extension/api\_based\_extension/README.md)
|
||
* [外部データツール](guides/extension/api\_based\_extension/external\_data\_tool.md)
|
||
* [Cloudflare Workers を使用した API ツールのデプロイ](guides/extension/api\_based\_extension/cloudflare\_workers.md)
|
||
* [コンテンツモデレーション](guides/extension/api\_based\_extension/moderation.md)
|
||
* [コード拡張](guides/extension/code\_based\_extension/README.md)
|
||
* [外部データツール](guides/extension/code\_based\_extension/external\_data\_tool.md)
|
||
* [コンテンツモデレーション](guides/extension/code\_based\_extension/moderation.md)
|
||
* [コラボレーション](guides/workspace/README.md)
|
||
* [発見](guides/workspace/app/README.md)
|
||
* [メンバーの招待と管理](guides/workspace/invite-and-manage-members.md)
|
||
|
||
## コミュニティ <a href="#community" id="community"></a>
|
||
|
||
* [サポートの求め](community/support.md)
|
||
* [コントリビューターになる](community/contribution.md)
|
||
|
||
## もっと読む <a href="#learn-more" id="learn-more"></a>
|
||
|
||
* [アプリケーションケース](learn-more/use-cases/README.md)
|
||
* [あなた専用のQAチャットボットのトレーニング方法](learn-more/use-cases/train-a-qa-chatbot-that-belongs-to-you.md)
|
||
* [コードなしでMidjourney プロンプトボットを作成する方法](learn-more/use-cases/create-a-midjoureny-prompt-word-robot-with-zero-code.md)
|
||
* [Notion AI アシスタントを構築する](learn-more/use-cases/build-an-notion-ai-assistant.md)
|
||
* [数分で業務データを持つ公式サイトのAIチャットボットを作成する方法](learn-more/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.md)
|
||
* [フルセットのオープンソースツールを使用したLLMアプリケーションの実践:DifyでBaichuanオープンソースモデル機能を呼び出す](learn-more/use-cases/practical-implementation-of-building-llm-applications-using-a-full-set-of-open-source-tools.md)
|
||
* [DifyをWeChatエコシステムに統合する方法](learn-more/use-cases/dify-on-wechat.md)
|
||
* [拡張読書](learn-more/extended-reading/README.md)
|
||
* [LLMOpsとは何ですか?](learn-more/extended-reading/what-is-llmops.md)
|
||
* [検索強化生成(RAG)](learn-more/extended-reading/retrieval-augment/README.md)
|
||
* [ハイブリッド検索](learn-more/extended-reading/retrieval-augment/hybrid-search.md)
|
||
* [リランク](learn-more/extended-reading/retrieval-augment/rerank.md)
|
||
* [リトリーバルモード](learn-more/extended-reading/retrieval-augment/retrieval.md)
|
||
* [プロンプトエンジニアリング](learn-more/extended-reading/prompt-engineering/README.md)
|
||
* [プロンプトエンジニアリングエキスパートモード(廃止)](learn-more/extended-reading/prompt-engineering/prompt-engineering-1/README.md)
|
||
* [プロンプト初期テンプレート参考](learn-more/extended-reading/prompt-engineering/prompt-engineering-1/prompt-engineering-template.md)
|
||
* [FAQ](learn-more/faq/README.md)
|
||
* [ローカルデプロイに関するFAQ](learn-more/faq/install-faq.md)
|
||
* [LLM設定と使用に関するFAQ](learn-more/faq/llms-use-faq.md)
|
||
|
||
## ポリシー <a href="#policies" id="policies"></a>
|
||
|
||
* [オープンソースライセンス](policies/open-source.md)
|
||
* [ユーザー契約](policies/agreement/README.md)
|
||
* [利用規約](https://dify.ai/terms)
|
||
* [プライバシーポリシー](https://dify.ai/privacy) |