About this project

FastGPT is an AI Agent building platform that provides knowledge base management and Q&A system development capabilities based on large language models (LLMs). Its core features include out-of-the-box data processing, model invocation, and Flow-based visual workflow orchestration, suitable for complex application scenarios. ## Quick Start You can quickly start with Docker: ```bash # Enter the command to pull the configuration file bash <(curl -fsSL https://doc.fastgpt.io/deploy/install.sh) # Start docker compose up -d ``` After startup, visit `http://localhost:3000`; the default account is `root`, and the password is `1234`. ## Usage - **Cloud service version**: No private deployment needed; you can directly use the cloud service provided by [fastgpt.io](https://fastgpt.io). - **Community self-hosted version**: Supports Docker deployment or one-click deployment via Sealos Cloud. - **Commercial version**: Provides more complete features and in-depth service support, including scenario implementation guidance. ## Core Features 1. **Application orchestration capability**: Supports Agent Skill orchestration, conversation workflows, plugin workflows (including basic RPA nodes), user interaction, and bidirectional MCP. 2. **Application debugging capability**: Knowledge base single-point search testing, conversation citation feedback with modification and deletion, complete call chain logs, and application evaluation. 3. **Knowledge base capability**: Multi-library reuse and mixing, chunk record modification and deletion, supports manual input/segmentation/QA split import, compatible with TXT, MD, HTML, PDF, DOCX, PPTX, CSV, XLSX and other formats, supports URL reading and CSV batch import, hybrid retrieval and re-ranking, and API knowledge base. 4. **Plugin capability**: Hot updates for system tools. 5. **Operations capability**: Login-free sharing windows, one-click iframe embedding, unified viewing and annotation of conversation records, and application operation logs. ## Related Projects - [FastGPT-plugin](https://github.com/labring/fastgpt-plugin) - [AI Proxy: Model aggregation load balancing service](https://github.com/labring/aiproxy) - [Sealos: Quickly deploy cluster applications](https://github.com/labring/sealos) ## License Complies with [FastGPT Open Source License](./LICENSE): 1. It is allowed to use directly as a backend service for commercial purposes, but providing SaaS services is not permitted. 2. Without commercial authorization, any form of commercial service must retain relevant copyright information. 3. The full agreement is in the LICENSE file. 4. Contact: Dennis@sealos.io