mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
110 lines
4.1 KiB
Markdown
110 lines
4.1 KiB
Markdown
<div align="center">
|
||
|
||
<a href="https://fastgpt.run/"><img src="/.github/imgs/logo.png" width="100" height="100" alt="fastgpt logo"></a>
|
||
|
||
# FastGPT
|
||
|
||
FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开箱即用的数据处理、模型调用等能力。同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的问答场景!
|
||
|
||
</div>
|
||
|
||
<p align="center">
|
||
<a href="https://fastgpt.run/">线上体验</a>
|
||
·
|
||
<a href="https://doc.fastgpt.run/docs/intro">相关文档</a>
|
||
·
|
||
<a href="https://doc.fastgpt.run/docs/develop/dev">本地开发</a>
|
||
·
|
||
<a href="https://doc.fastgpt.run/docs/category/deploy">快速部署</a>
|
||
·
|
||
<a href="#powered-by">相关项目</a>
|
||
</p>
|
||
|
||
## 🛸 在线体验
|
||
|
||
[fastgpt.run](https://fastgpt.run/)(服务器在新加坡,部分地区可能无法直连)
|
||
|
||
| | |
|
||
| ---------------------------------- | ---------------------------------- |
|
||
|  |  |
|
||
|  |  |
|
||
|
||
## 💡 功能
|
||
|
||
1. 强大的可视化编排,轻松构建 AI 应用
|
||
- [x] 提供简易模式,无需操作编排
|
||
- [x] 用户对话前引导
|
||
- [x] 全局变量
|
||
- [x] 知识库搜索
|
||
- [x] 多 LLM 模型对话
|
||
- [x] 文本内容提取成结构化数据
|
||
- [x] HTTP 扩展
|
||
- [ ] 沙盒 JS 运行模块
|
||
- [ ] 连续对话引导
|
||
- [ ] 对话多路线选择
|
||
- [ ] 源文件引用追踪
|
||
2. 丰富的知识库预处理
|
||
- [x] 多库复用,混用
|
||
- [x] chunk 记录修改和删除
|
||
- [x] 支持直接分段导入
|
||
- [x] 支持 QA 拆分导入
|
||
- [x] 支持手动输入内容
|
||
- [ ] 支持 url 读取导入
|
||
- [x] 支持 CSV 批量导入问答对
|
||
- [ ] 支持知识库单独设置向量模型
|
||
- [ ] 源文件存储
|
||
3. 多种效果测试渠道
|
||
- [x] 知识库单点搜索测试
|
||
- [x] 对话时反馈引用并可修改与删除
|
||
- [x] 完整上下文呈现
|
||
- [ ] 完整模块中间值呈现
|
||
4. OpenAPI
|
||
- [x] completions 接口(对齐 GPT 接口)
|
||
- [ ] 知识库 CRUD
|
||
5. 运营功能
|
||
- [x] 免登录分享窗口
|
||
- [x] Iframe 一键嵌入
|
||
- [ ] 统一查阅对话记录
|
||
|
||
## 👨💻 开发
|
||
|
||
项目技术栈: NextJs + TS + ChakraUI + Mongo + Postgres(Vector 插件)
|
||
|
||
- [快开始本地开发](https://doc.fastgpt.run/docs/develop/dev)
|
||
- [部署 FastGPT](https://doc.fastgpt.run/docs/category/deploy)
|
||
- [系统配置文件说明](https://doc.fastgpt.run/docs/category/data-config)
|
||
- [多模型配置](https://doc.fastgpt.run/docs/develop/data_config/chat_models)
|
||
- [V3 升级 V4 初始化](https://doc.fastgpt.run/docs/develop/deploy/v4init)
|
||
|
||
<!-- ## :point_right: RoadMap
|
||
|
||
- [FastGpt RoadMap](https://kjqvjse66l.feishu.cn/docx/RVUxdqE2WolDYyxEKATcM0XXnte) -->
|
||
|
||
## 🏘️ 社区交流群
|
||
|
||
| 交流群 | 小助手 |
|
||
| ------------------------------------------------- | ---------------------------------------------- |
|
||
|  |  |
|
||
|
||
## 👀 其他
|
||
|
||
- [FastGpt 常见问题](https://kjqvjse66l.feishu.cn/docx/HtrgdT0pkonP4kxGx8qcu6XDnGh)
|
||
- [docker 部署教程视频](https://www.bilibili.com/video/BV1jo4y147fT/)
|
||
- [公众号接入视频教程](https://www.bilibili.com/video/BV1xh4y1t7fy/)
|
||
- [FastGpt 知识库演示](https://www.bilibili.com/video/BV1Wo4y1p7i1/)
|
||
|
||
## 💪 相关项目
|
||
|
||
- [Laf: 3 分钟快速接入三方应用](https://github.com/labring/laf)
|
||
- [Sealos: 快速部署集群应用](https://github.com/labring/sealos)
|
||
- [One API: 多模型管理,支持 Azure、文心一言等](https://github.com/songquanpeng/one-api)
|
||
- [TuShan: 5 分钟搭建后台管理系统](https://github.com/msgbyte/tushan)
|
||
|
||
## 🤝 第三方生态
|
||
|
||
- [luolinAI: 企微机器人,开箱即用](https://github.com/luolin-ai/FastGPT-Enterprise-WeChatbot)
|
||
|
||
## 🌟 Star History
|
||
|
||
[](https://star-history.com/#labring/FastGPT&Date)
|