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.
Platform-specific configuration:
{
"mcpServers": {
"FastGPT": {
"command": "npx",
"args": [
"-y",
"FastGPT"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
<a href="https://fastgpt.io/"></a>
<p align="center"> <a href="./README_en.md">English</a> | <a href="./README.md">简体中文</a> | <a href="./README_id.md">Bahasa Indonesia</a> | <a href="./README_th.md">ไทย</a> | <a href="./README_vi.md">Tiếng Việt</a> | <a href="./README_ja.md">日本語</a> </p>
FastGPT 是一个 AI Agent 构建平台,提供开箱即用的数据处理、模型调用等能力,同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的应用场景!
</div>
<p align="center"> <a href="https://fastgpt.io/"> </a> <a href="https://doc.fastgpt.io/docs/introduction"> </a> <a href="https://doc.fastgpt.io/docs/self-host/dev"> </a> <a href="/#-%E7%9B%B8%E5%85%B3%E9%A1%B9%E7%9B%AE"> </a> </p>
https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409bd33f6d4
可以通过 Docker 快速启动 FastGPT,在终端输入以下命令,根据引导完成输入即可拉取配置。
# 输入命令拉取配置文件
bash <(curl -fsSL https://doc.fastgpt.cn/deploy/install.sh)
# 启动
docker compose up -d完全启动后,可通过http://localhost:3000访问 FastGPT,默认账号为root,密码为1234。
如果你遇到问题,可以查看完整 Docker 部署教程
如果你不需要私有化部署,可以直接使用我们提供的云服务版本,地址为:fastgpt.io
可以使用Docker快速部署,也可以使用Sealos Cloud 来一键部署FastGPT。
如果你需要更完整的功能,或深度的服务支持,可以选择我们的[商业版](https://doc.fastgpt.io/docs/introduction/commercia
Loading reviews...