phase-2 資料ソースインデックス
本ファイルは phase-2 で現在収集済みの、本文に最も有用な公開資料を記録するものです。優先ソースは note.com、zenn.dev、および Dify 公式 / Enterprise 公式の公開ドキュメントです。
一、2-1 深掘り Use Case
1. 製造業設備故障トラブルシューティングボット
- note.com
- リコー「H.D.E.E.N」が示す暗黙知AI化の本質:4,500エージェントの実績が教える段階的実装の成功法則
https://note.com/shin48ya/n/n14d3ec2acaf5
- リコー「H.D.E.E.N」が示す暗黙知AI化の本質:4,500エージェントの実績が教える段階的実装の成功法則
- zenn.dev
- ローカルLLMの実用性が爆上げ:オフライン環境でも使える …
https://zenn.dev/taku_sid/articles/20250402_local_llm
- ローカルLLMの実用性が爆上げ:オフライン環境でも使える …
- 説明
- 「Dify + 製造業設備故障トラブルシューティング」を直接取り上げた公開記事はまだ少なく、現時点では「製造業ナレッジの構造化 + 図表型資料 + ローカルデプロイ」の組み合わせによるエビデンスが中心です。
2. 法務契約比較 Workflow
- note.com
- Human-in-the-Loopの活用事例 Difyでの具体的な運用パターン9選
https://note.com/nocode_solutions/n/n91655a876f4d
- Human-in-the-Loopの活用事例 Difyでの具体的な運用パターン9選
- zenn.dev
- Human-in-the-Loopの活用事例 Difyでの具体的な運用 …
https://zenn.dev/nocodesolutions/articles/62a03c6770b824 - Human-in-the-Loopの概念をDifyに落とし込み、AIの暴走を …
https://zenn.dev/nocodesolutions/articles/df0d883c7d1f79 - DifyとGradioで作るPDF処理ワークフローアプリケーション
https://zenn.dev/tregu0458/articles/fbd86a6f3b4869
- Human-in-the-Loopの活用事例 Difyでの具体的な運用 …
3. 社内稟議自動ドラフト生成
- note.com
- 稟議なんか通せない。だから余ったPCで勝手にAI環境を作ることにした
https://note.com/kusanone_dx/n/nd2952fe10842 - 【コスト削減】Difyで実現する企業の業務効率化|明日から使える事例10選
https://note.com/sone_ai/n/n65c4c48417ac
- 稟議なんか通せない。だから余ったPCで勝手にAI環境を作ることにした
- zenn.dev
- Human-in-the-Loopの活用事例 Difyでの具体的な運用 …
https://zenn.dev/nocodesolutions/articles/62a03c6770b824
- Human-in-the-Loopの活用事例 Difyでの具体的な運用 …
- 説明
- このテーマは「企業内文書自動化 + 承認シナリオ」寄りであり、直接のヒットは弱いものの、HITL + 構造化出力 + 日本企業の稟議コンテキストを組み合わせることで構成可能です。
4. 多言語カスタマーサポート Agent
- note.com
- AIエージェントで問い合わせ対応を自動化|24時間対応を実現する方法
https://note.com/tateru_ai/n/n919b556b609f
- AIエージェントで問い合わせ対応を自動化|24時間対応を実現する方法
- 公式ドキュメント
- 知識ベースを使用したカスタマーサービスボット
https://docs.dify.ai/ja/use-dify/tutorials/customer-service-bot - エージェント
https://docs.dify.ai/ja/use-dify/nodes/agent - Agent | Dify
https://legacy-docs.dify.ai/guides/workflow/node/agent
- 知識ベースを使用したカスタマーサービスボット
5. HR 入社書類処理パイプライン
- note.com
- Human-in-the-Loopの活用事例 Difyでの具体的な運用パターン9選
https://note.com/nocode_solutions/n/n91655a876f4d
- Human-in-the-Loopの活用事例 Difyでの具体的な運用パターン9選
- zenn.dev
- 【脱・OCR】Dify×VLMで、あらゆる画像・PDFを思い通りのJSONに変換する
https://zenn.dev/nocodesolutions/articles/c7fc07a13a701a - DifyとGradioで作るPDF処理ワークフローアプリケーション
https://zenn.dev/tregu0458/articles/fbd86a6f3b4869 - Human-in-the-Loopの活用事例 Difyでの具体的な運用 …
https://zenn.dev/nocodesolutions/articles/62a03c6770b824
- 【脱・OCR】Dify×VLMで、あらゆる画像・PDFを思い通りのJSONに変換する
二、2-2 トラブル記録と解決策
検索パラメータ / Rerank
- Dify Docs
- Specify the Index Method and Retrieval Settings
https://docs.dify.ai/en/guides/knowledge-base/create-knowledge-and-upload-documents/setting-indexing-methods
- Specify the Index Method and Retrieval Settings
- Legacy Docs
- Re-ranking
https://legacy-docs.dify.ai/learn-more/extended-reading/retrieval-augment/rerank - Integrate Knowledge Base within Application
https://legacy-docs.dify.ai/guides/knowledge-base/integrate-knowledge-within-application
- Re-ranking
- GitHub Discussion
- Doubt about the topk and threshold usage in rerank stage settings
https://github.com/langgenius/dify/discussions/3171
- Doubt about the topk and threshold usage in rerank stage settings
Agent 無限ループ / 最大イテレーション回数 / Memory
- Dify Docs
- Agent
https://docs.dify.ai/en/use-dify/nodes/agent
- Agent
- Legacy Docs
- Agent
https://legacy-docs.dify.ai/guides/workflow/node/agent
- Agent
- Environment Variables
- https://docs.dify.ai/getting-started/install-self-hosted/environments
大容量ファイルアップロード / 環境変数 / アップロード制限
- Dify Docs
- Environment Variables
https://docs.dify.ai/getting-started/install-self-hosted/environments - Deploy Dify with Docker Compose
https://docs.dify.ai/en/self-host/quick-start/docker-compose
- Environment Variables
三、2-3 Enterprise デプロイベストプラクティス
Helm / Kubernetes / values.yaml
- Dify Enterprise Docs
- Dify Helm Chart
https://enterprise-docs.dify.ai/en-us/deployment/advanced-configuration/dify-helm-chart - Deployment FAQ
https://enterprise-docs.dify.ai/en-us/deployment/faq/deploying - Kubernetes
https://enterprise-docs.dify.ai/en-us/deployment/prerequisites/kubernetes - Resources Checklist
https://enterprise-docs.dify.ai/versions/3-7-x/en-us/deployment/resources-checklist
- Dify Helm Chart
License
- Dify Enterprise Docs
- License Activation
https://enterprise-docs.dify.ai/versions/3-0-x/en-us/deployment/license-activation
- License Activation
高可用 / 本番デプロイ
- Alibaba Cloud Community
- High Availability and Performance: Best Practices for Deploying Dify based on ACK
https://www.alibabacloud.com/blog/high-availability-and-performance-best-practices-for-deploying-dify-based-on-ack_601874
- High Availability and Performance: Best Practices for Deploying Dify based on ACK
四、オリジナル取得ファイル
本ラウンドで取得・保存済み:
research-public/phase-2/2-1/sources/
今後 phase-2 をさらに深掘りする場合は、以下の追加取得を優先的に推奨します:
- 2-2 および 2-3 で最もヒット率の高い公式ドキュメントの全文
- 日本語の企業ブログにおける Dify / RAG / Workflow / HITL の導入事例の追加