143 lines
9.1 KiB
Markdown
143 lines
9.1 KiB
Markdown
# Table of contents
|
||
|
||
## 入门 <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)
|
||
* [Agent](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)
|
||
* [嵌入网站](guides/application-publishing/embedding-in-websites.md)
|
||
* [基于 APIs 开发](guides/application-publishing/embedding-in-websites.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)
|
||
* [集成外部 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/monitoring/analysis.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 Tools](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)
|
||
* [管理](guides/management/README.md)
|
||
* [管理应用](guides/management/manage-app.md)
|
||
|
||
## 社区 <a href="#community" id="community"></a>
|
||
|
||
* [寻求支持](community/support.md)
|
||
* [成为贡献者](community/contribution.md)
|
||
|
||
## 研发 <a href="#development" id="development"></a>
|
||
|
||
* [后端](development/backend/README.md)
|
||
* [DifySandbox](development/backend/sandbox/README.md)
|
||
* [贡献指南](development/backend/sandbox/contribution.md)
|
||
|
||
## 阅读更多 <a href="#learn-more" id="learn-more"></a>
|
||
|
||
* [应用案例](learn-more/use-cases/README.md)
|
||
* [如何训练出专属于“你”的问答机器人?](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 接入微信生态](learn-more/use-cases/dify-on-wechat.md)
|
||
* [使用Dify 和Twilio构建WhatsApp机器人](learn-more/use-cases/dify-on-whatsapp.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)
|
||
* [常见问题](learn-more/faq/README.md)
|
||
* [本地部署相关](learn-more/faq/install-faq.md)
|
||
* [LLM 配置与使用](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)
|