$git clone https://github.com/labring/FastGPTFastGPT 是一个 AI Agent 构建平台,提供开箱即用的数据处理、模型调用等能力,同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的应用场景!
| 1 | <div align="center"> |
| 2 | |
| 3 | <a href="https://fastgpt.io/?utm_source=github&utm_medium=referral&utm_campaign=github_home&utm_content=logo"><img src="/.github/imgs/logo.svg" width="120" height="120" alt="fastgpt logo"></a> |
| 4 | |
| 5 | # FastGPT |
| 6 | |
| 7 | <p align="center"> |
| 8 | <a href="./README_en.md">English</a> | |
| 9 | <a href="./README.md">简体中文</a> | |
| 10 | <a href="./README_id.md">Bahasa Indonesia</a> | |
| 11 | <a href="./README_th.md">ไทย</a> | |
| 12 | <a href="./README_vi.md">Tiếng Việt</a> | |
| 13 | <a href="./README_ja.md">日本語</a> |
| 14 | </p> |
| 15 | |
| 16 | FastGPT 是一个 AI Agent 构建平台,提供开箱即用的数据处理、模型调用等能力,同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的应用场景! |
| 17 | |
| 18 | </div> |
| 19 | |
| 20 | <p align="center"> |
| 21 | <a href="https://fastgpt.io/?utm_source=github&utm_medium=referral&utm_campaign=github_home&utm_content=cloud_badge"> |
| 22 | <img height="21" src="https://img.shields.io/badge/在线使用-d4eaf7?style=flat-square&logo=spoj&logoColor=7d09f1" alt="cloud"> |
| 23 | </a> |
| 24 | <a href="https://doc.fastgpt.io/guide/getting-started"> |
| 25 | <img height="21" src="https://img.shields.io/badge/相关文档-7d09f1?style=flat-square" alt="document"> |
| 26 | </a> |
| 27 | <a href="https://doc.fastgpt.io/self-host/dev"> |
| 28 | <img height="21" src="https://img.shields.io/badge/本地开发-%23d4eaf7?style=flat-square&logo=xcode&logoColor=7d09f1" alt="development"> |
| 29 | </a> |
| 30 | <a href="/#-%E7%9B%B8%E5%85%B3%E9%A1%B9%E7%9B%AE"> |
| 31 | <img height="21" src="https://img.shields.io/badge/相关项目-7d09f1?style=flat-square" alt="project"> |
| 32 | </a> |
| 33 | </p> |
| 34 | |
| 35 | https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409bd33f6d4 |
| 36 | |
| 37 | ## 快速开始 |
| 38 | |
| 39 | 可以通过 Docker 快速启动 FastGPT,在终端输入以下命令,根据引导完成输入即可拉取配置。 |
| 40 | |
| 41 | ```bash |
| 42 | # 输入命令拉取配置文件 |
| 43 | bash <(curl -fsSL https://doc.fastgpt.io/deploy/install.sh) |
| 44 | # 启动 |
| 45 | docker compose up -d |
| 46 | ``` |
| 47 | |
| 48 | 完全启动后,可通过`http://localhost:3000`访问 FastGPT,默认账号为`root`,密码为`1234`。 |
| 49 | |
| 50 | 如果你遇到问题,可以[查看完整 Docker 部署教程](https://doc.fastgpt.io/self-host/deploy/docker) |
| 51 | |
| 52 | ## 🛸 使用方式 |
| 53 | |
| 54 | - **云服务版本** |
| 55 | 如果你不需要私有化部署,可以直接使用我们提供的云服务版本,地址为:[fastgpt.io](https://fastgpt.io/?utm_source=github&utm_medium=referral&utm_campaign=github_home&utm_content=cloud_service_link) |
| 56 | |
| 57 | - **社区自托管版本** |
| 58 | 可以使用[Docker](https://doc.fastgpt.io/self-host/deploy/docker)快速部署,也可以使用[Sealos Cloud](https://doc.fastgpt.io/self-host/deploy/sealos) 来一键部署FastGPT。 |
| 59 | |
| 60 | - **商业版** |
| 61 | 如果你需要更完整的功能,或深度的服务支持,可以选择我们的[商业版](https://doc.fastgpt.io/guide/version/commercial)。我们除了提供完整的软件外,还提供相应的场景落地辅导,具体可提交[商业咨询](https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc?prefill_S=git&hide_S=1) |
| 62 | |
| 63 | ## 💡 核心功能 |
| 64 | |
| 65 | | | | |
| 66 | | ---------------------------------- | ---------------------------------- | |
| 67 | |  |  | |
| 68 | |  |  | |
| 69 | |
| 70 | `1` 应用编排能力 |
| 71 | - [x] Agent Skill 编排。 |
| 72 | - [x] 对话工作流、插件工作流,包含基础的 RPA 节点。 |
| 73 | - [x] 用户交互 |
| 74 | - [x] 双向 MCP |
| 75 | - [ ] 辅助生成工作流 |
| 76 | |
| 77 | `2` 应用调试能力 |
| 78 | - [x] 知识库单点搜索测试 |
| 79 | - [x] 对话时反馈引用并可修改与删除 |
| 80 | - [x] 完整调用链路日志 |
| 81 | - [x] 应用评测 |
| 82 | - [ ] 高级编排 DeBug 调试模式 |
| 83 | - [ ] 应用节点日志 |
| 84 | |
| 85 | `3` 知识库能力 |
| 86 | - [x] 多库复用,混用 |
| 87 | - [x] chunk 记录修改和删除 |
| 88 | - [x] 支持手动输入,直接分段,QA 拆分导入 |
| 89 | - [x] 支持 txt,md,html,pdf,docx,pptx,csv,xlsx (有需要更多可 PR file loader),支持 url 读取、CSV 批量导入 |
| 90 | - [x] 混合检索 & 重排 |
| 91 | - [x] API 知识库 |
| 92 | - [ ] |
| 93 | |
| 94 | `4` 插件能力 |
| 95 | - [x] 系统工具热更新 |
| 96 | - [ ] RAG 模块热热更新 |
| 97 | - [ ] Agent-loop 热更新 |
| 98 | - [ ] AI 实时生成插件 |
| 99 | |
| 100 | `5` 运营能力 |
| 101 | - [x] 免登录分享窗口 |
| 102 | - [x] Iframe 一键嵌入 |
| 103 | - [x] 统一查阅对话记录,并对数据进行标注 |
| 104 | - [x] 应用运营日志 |
| 105 | |
| 106 | <a href="#readme"> |
| 107 | <img src="https://img.shields.io/badge/-返回顶部-7d09f1.svg" alt="#" align="right"> |
| 108 | </a> |
| 109 | |
| 110 | ## 💪 我们的项目 & 链接 |
| 111 | |
| 112 | - [快速开始本地开发](https://doc.fastgpt.io/self-host/dev/) |
| 113 | - [OpenAPI 文档](https://cloud.fastgpt.io/apidoc/systemopenapi) |
| 114 | - [FastGPT-plugin](https://github.com/labring/fastgpt-plugin) |
| 115 | - [AI Proxy: 模型聚合负载均衡服务](https://github.com/labring/aiproxy) |
| 116 | - [Sealos:快速部署集群应用](https://github.com/labring/sealos) |
| 117 | |
| 118 | <a href="#readme"> |
| 119 | <img src="https://img.shields.io/badge/-返回顶部-7d09f1.svg" alt="#" align="right"> |
| 120 | </a> |
| 121 | |
| 122 | ## 🌿 第三方生态 |
| 123 | |
| 124 | - [AI Proxy:大模型聚合服务](https://sealos.run/aiproxy/?k=fastgpt-github/) |
| 125 | - [SiliconCloud (硅基流动) —— 开源模型在线体验平台](https://cl |