Skip to content
/ FastGPT Public
forked from labring/FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.

License

Notifications You must be signed in to change notification settings

2u0ta0/FastGPT

This branch is 723 commits behind labring/FastGPT:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9fc6a8c · May 30, 2024
May 29, 2024
Jun 10, 2023
May 21, 2024
May 29, 2024
May 28, 2024
May 28, 2024
May 30, 2024
Apr 9, 2024
Apr 25, 2024
Dec 22, 2023
Mar 27, 2024
Jan 5, 2024
May 17, 2024
Dec 31, 2023
Mar 27, 2023
Aug 11, 2023
May 28, 2024
May 26, 2024
May 24, 2024
Apr 8, 2024
May 28, 2024
Mar 13, 2024
May 28, 2024
Jan 4, 2024

Repository files navigation

fastgpt logo

FastGPT

English | 简体中文 | 日语

FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开箱即用的数据处理、模型调用等能力。同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的问答场景!

cloud document development project license

fastgpt.mp4

🛸 在线使用

Demo Demo
Demo Demo
#

💡 RoadMap

1 应用编排能力

  • 提供简易模式,无需操作编排
  • 工作流编排
  • 源文件引用追踪
  • 工具调用
  • 插件 - 工作流封装能力
  • Code sandbox

2 知识库能力

  • 多库复用,混用
  • chunk 记录修改和删除
  • 源文件存储
  • 支持手动输入,直接分段,QA 拆分导入
  • 支持 txt,md,html,pdf,docx,pptx,csv,xlsx (有需要更多可 PR file loader)
  • 支持 url 读取、CSV 批量导入
  • 混合检索 & 重排
  • 支持文件阅读器

3 应用调试能力

  • 知识库单点搜索测试
  • 对话时反馈引用并可修改与删除
  • 完整上下文呈现
  • 完整模块中间值呈现
  • 高级编排 DeBug 模式

4 OpenAPI 接口

  • completions 接口 (chat 模式对齐 GPT 接口)
  • 知识库 CRUD
  • 对话 CRUD

5 运营能力

  • 免登录分享窗口
  • Iframe 一键嵌入
  • 聊天窗口嵌入支持自定义 Icon,默认打开,拖拽等功能
  • 统一查阅对话记录,并对数据进行标注

6 其他

  • 支持语音输入和输出 (可配置语音输入语音回答)
  • 模糊输入提示
  • 模板市场
#

👨‍💻 开发

项目技术栈:NextJs + TS + ChakraUI + Mongo + Postgres (Vector 插件)

  • ⚡ 快速部署

    Sealos 的服务器在国外,不需要额外处理网络问题,无需服务器、无需魔法、无需域名,支持高并发 & 动态伸缩。点击以下按钮即可一键部署 👇

    由于需要部署数据库,部署完后需要等待 2~4 分钟才能正常访问。默认用了最低配置,首次访问时会有些慢。相关使用教程可查看:Sealos 部署 FastGPT

#

🏘️ 社区交流群

wx 扫一下加入:

#

💪 相关项目

#

👀 其他

#

🌿 第三方生态

#

🤝 参与贡献

我们非常欢迎各种形式的贡献。如果你对贡献代码感兴趣,可以查看我们的 GitHub Issues,大展身手,向我们展示你的奇思妙想。




Active participants of labring - past 28 days New trends of labring
New participants of labring - past 28 days

🌟 Star History

Star History Chart #

使用协议

本仓库遵循 FastGPT Open Source License 开源协议。

  1. 允许作为后台服务直接商用,但不允许提供 SaaS 服务。
  2. 未经商业授权,任何形式的商用服务均需保留相关版权信息。
  3. 完整请查看 FastGPT Open Source License
  4. 联系方式:yujinlong@sealos.io点击查看商业版定价策略

About

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.6%
  • HTML 2.0%
  • Python 1.4%
  • JavaScript 0.9%
  • SCSS 0.8%
  • Dockerfile 0.2%
  • Other 0.1%