Skip to content
/ FastGPT Public
forked from labring/FastGPT

FastGPT is a knowledge-based question answering system built on the LLM. It offers out-of-the-box data processing and model invocation capabilities. Moreover, it allows for workflow orchestration through Flow visualization, thereby enabling complex question and answer scenarios!

License

Notifications You must be signed in to change notification settings

mrxf/FastGPT

Repository files navigation

Fast GPT

Fast GPT 允许你使用自己的 openai API KEY 来快速的调用 openai 接口,目前集成了 gpt35 和 embedding. 可构建自己的知识库。

🛸 在线体验

🎉 fastgpt.run (国内版)
🎉 ai.fastgpt.run (海外版)

Demo

知识库原理图

KBProcess

👨‍💻 开发

项目技术栈: NextJs + TS + ChakraUI + Mongo + Postgres(Vector 插件)
这是一个平台项目,非单机项目,除了模型调用外还涉及非常多用户的内容。
本地开发 Quick Start

🚀 私有化部署

👉 RoadMap

🏘️ 交流群

添加 wx 进入:
Demo

👀 其他

🌟 Star History

Star History Chart

About

FastGPT is a knowledge-based question answering system built on the LLM. It offers out-of-the-box data processing and model invocation capabilities. Moreover, it allows for workflow orchestration through Flow visualization, thereby enabling complex question and answer scenarios!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.0%
  • JavaScript 35.1%
  • HTML 2.3%
  • SCSS 0.8%
  • Python 0.6%
  • Dockerfile 0.1%
  • Shell 0.1%