119 lines
6.3 KiB
Markdown
119 lines
6.3 KiB
Markdown
# Table of contents
|
|
|
|
## Getting Started
|
|
|
|
* [Welcome to Dify!](README.md)
|
|
* [Technical Spec](getting-started/readme/specifications-and-technical-features.md)
|
|
* [Model Providers](getting-started/readme/model-providers.md)
|
|
* [Using Dify Cloud](getting-started/cloud.md)
|
|
* [Install (Self hosted)](getting-started/install-self-hosted/README.md)
|
|
* [Docker Compose Deployment](getting-started/install-self-hosted/docker-compose.md)
|
|
* [Local Source Code Start](getting-started/install-self-hosted/local-source-code.md)
|
|
* [Start the frontend Docker container separately](getting-started/install-self-hosted/start-the-frontend-docker-container.md)
|
|
* [Environments](getting-started/install-self-hosted/environments.md)
|
|
* [FAQ](getting-started/install-self-hosted/install-faq.md)
|
|
* [What is LLMOps?](getting-started/what-is-llmops.md)
|
|
|
|
## User Guide
|
|
|
|
* [Creating Dify Apps](user-guide/creating-dify-apps/README.md)
|
|
* [Quickstart](user-guide/creating-dify-apps/creating-an-application.md)
|
|
* [Overview](user-guide/creating-dify-apps/overview.md)
|
|
* [Setting Prompts](user-guide/creating-dify-apps/prompt-engineering/README.md)
|
|
* [Agent Assistant](user-guide/creating-dify-apps/prompt-engineering/agent-assistant.md)
|
|
* [Chat App](user-guide/creating-dify-apps/prompt-engineering/conversation-application.md)
|
|
* [Text Generator](user-guide/creating-dify-apps/prompt-engineering/text-generation-application.md)
|
|
* [FAQ](user-guide/creating-dify-apps/llms-use-faq.md)
|
|
* [Use Cases](user-guide/creating-dify-apps/use-cases/README.md)
|
|
* [Notion AI Assistant Based on Your Own Notes](user-guide/creating-dify-apps/use-cases/build-an-notion-ai-assistant.md)
|
|
* [AI ChatBot with Business Data](user-guide/creating-dify-apps/use-cases/create-an-ai-chatbot-with-business-data-in-minutes.md)
|
|
* [Midjourney Prompt Bot](user-guide/creating-dify-apps/use-cases/create-a-midjourney-prompt-bot-with-dify.md)
|
|
* [Launching Dify Apps](user-guide/launching-dify-apps/README.md)
|
|
* [Quickstart](user-guide/launching-dify-apps/launch-webapp.md)
|
|
* [Developing with APIs](user-guide/launching-dify-apps/developing-with-apis/README.md)
|
|
* [FAQ](user-guide/launching-dify-apps/developing-with-apis/api-use-faq.md)
|
|
* [Using Dify Apps](user-guide/using-dify-apps/README.md)
|
|
* [Text Generator](user-guide/using-dify-apps/text-generator.md)
|
|
* [Chat App](user-guide/using-dify-apps/conversation-application.md)
|
|
* [Further Chat App Settings](user-guide/using-dify-apps/chat.md)
|
|
|
|
## Features
|
|
|
|
* [Prompting Expert Mode](features/prompt-engineering/README.md)
|
|
* [Prompt Template](features/prompt-engineering/prompt-template.md)
|
|
* [Workflow](features/workflow/README.md)
|
|
* [Introduce](features/workflow/introduce.md)
|
|
* [Key Concept](features/workflow/key-concept.md)
|
|
* [Nodes](features/workflow/node/README.md)
|
|
* [Start](features/workflow/node/start.md)
|
|
* [End](features/workflow/node/end.md)
|
|
* [Answer](features/workflow/node/answer.md)
|
|
* [LLM](features/workflow/node/llm.md)
|
|
* [Knowledge Retrieval](features/workflow/node/knowledge-retrieval.md)
|
|
* [Question Classifier](features/workflow/node/question-classifier.md)
|
|
* [IF/ELSE](features/workflow/node/if-else.md)
|
|
* [Code](features/workflow/node/code.md)
|
|
* [Template](features/workflow/node/template.md)
|
|
* [Variable Assigner](features/workflow/node/variable-assigner.md)
|
|
* [HTTP Request](features/workflow/node/http-request.md)
|
|
* [Tools](features/workflow/node/tools.md)
|
|
* [Preview\&Run](features/workflow/preview-and-run/README.md)
|
|
* [Preview\&Run](features/workflow/preview-and-run/preview-and-run.md)
|
|
* [Step Test](features/workflow/preview-and-run/step-test.md)
|
|
* [Log](features/workflow/preview-and-run/log.md)
|
|
* [Checklist](features/workflow/preview-and-run/checklist.md)
|
|
* [History](features/workflow/preview-and-run/history.md)
|
|
* [Publish](features/workflow/publish.md)
|
|
* [Export/Import](features/workflow/export-import.md)
|
|
* [RAG (Retrieval Augmented Generation)](features/retrieval-augment/README.md)
|
|
* [Hybrid Search](features/retrieval-augment/hybrid-search.md)
|
|
* [Rerank](features/retrieval-augment/rerank.md)
|
|
* [Retrieval](features/retrieval-augment/retrieval.md)
|
|
* [Knowledge Import](features/datasets/README.md)
|
|
* [Sync from Notion](features/datasets/sync-from-notion.md)
|
|
* [Maintain Knowledge Via Api](features/datasets/maintain-dataset-via-api.md)
|
|
* [External Data Tool](features/external\_data\_tool.md)
|
|
* [Annotation Reply](features/annotation-reply.md)
|
|
* [Logs & Annotations](features/logs.md)
|
|
* [Plugins](features/ai-plugins/README.md)
|
|
* [Based on WebApp Template](features/ai-plugins/based-on-frontend-templates.md)
|
|
* [More Integration](features/more-integration.md)
|
|
* [Extension](features/extension/README.md)
|
|
* [API Based Extension](features/extension/api\_based\_extension/README.md)
|
|
* [External\_data\_tool](features/extension/api\_based\_extension/external\_data\_tool.md)
|
|
* [Moderation Extension](features/extension/api\_based\_extension/moderation-extension.md)
|
|
* [Code-based Extension](features/extension/code-based-extension.md)
|
|
* [Moderation](features/moderation\_tool.md)
|
|
|
|
## workspace
|
|
|
|
* [Discovery](workspace/app.md)
|
|
* [Billing](workspace/billing.md)
|
|
|
|
## Tutorials
|
|
|
|
* [Quick Tool Integration](tutorials/quick-tool-integration.md)
|
|
* [Advanced Tool Integration](tutorials/advanced-tool-integration.md)
|
|
* [Expose API Extension on public Internet using Cloudflare Workers](tutorials/cloudflare\_workers.md)
|
|
* [Connecting with Different Models](tutorials/model-configuration/README.md)
|
|
* [Hugging Face](tutorials/model-configuration/hugging-face.md)
|
|
* [Replicate](tutorials/model-configuration/replicate.md)
|
|
* [Xinference](tutorials/model-configuration/xinference.md)
|
|
* [OpenLLM](tutorials/model-configuration/openllm.md)
|
|
* [LocalAI](tutorials/model-configuration/localai.md)
|
|
* [Ollama](tutorials/model-configuration/ollama.md)
|
|
* [Vector Database Migrate Tool](tutorials/vector-database-migrate-tool.md)
|
|
* [Connecting with Different Tools](tutorials/tool-configuration/README.md)
|
|
* [Stable Diffusion](tutorials/tool-configuration/stable-diffusion.md)
|
|
* [SearXNG](tutorials/tool-configuration/searxng.md)
|
|
|
|
## Community
|
|
|
|
* [Contributing](community/contributing.md)
|
|
* [Support](community/support.md)
|
|
|
|
## User Agreement
|
|
|
|
* [Open-Source License](user-agreement/open-source.md)
|
|
* [Data Security](user-agreement/data-security.md)
|