Files
FastGPT/README.md
Archer f3fc0bdbe5 docs: English README translation (aligned with Chinese) (#6435)
* docs: sync English README with Chinese version

- Update English README to match Chinese README content
- Translate core features, usage, and other sections
- Keep existing formatting and structure

* docs: add Indonesian, Thai, Vietnamese README and update navigation links

- Add README_id.md (Bahasa Indonesia)
- Add README_th.md (ไทย)
- Add README_vi.md (Tiếng Việt)
- Update navigation links in README.md and README_en.md

This PR adds support for Southeast Asian languages to improve accessibility for users in Indonesia, Thailand, Vietnam and other ASEAN countries.

* Update README_id.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update README_id.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: correct HTML syntax errors in translated README files

- Fix img tag syntax in README_id.md (line 146)
- Fix img tag syntax in README_th.md (lines 31, 136)

* docs: add missing sections to match Chinese version

- Add RoadMap section (💡 RoadMap)
- Add Join Us section (🏘️ Join Us)
- Add Others section (👀 Others)
- Apply to all 4 language versions (EN, ID, TH, VI)

* fix: rewrite README_en.md to match Chinese version exactly

- Fix duplicate content issue
- Ensure complete alignment with Chinese README
- Add all sections: Roadmap, Development, Join Us, Others, etc.

* docs: complete rewrite all translations to match Chinese exactly

- Rewrite README_en.md (English)
- Rewrite README_id.md (Indonesian)
- Rewrite README_th.md (Thai)
- Rewrite README_vi.md (Vietnamese)

All translations now strictly aligned with Chinese version:
- Quick Start
- Usage
- Core Features
- Our Projects & Links
- Third-party Ecosystem
- Community
- Contributors
- Star History
- License

* docs: rewrite English README to exactly match Chinese version

Sections (9 total, aligned with CN):
1. Quick Start
2. 🛸 Usage
3. 💡 Core Features
4. 💪 Our Projects & Links
5. 🌿 Third-party Ecosystem
6. 🏘️ Community
7. 🤝 Contributors
8. 🌟 Star History
9. License

* fix: correct translations to align with Chinese README

- Translate badge text from Chinese to respective languages (id/th/vi)
- Translate '返回顶部' (Back to Top) buttons to respective languages
- Fix mixed Chinese text in Indonesian README ('提交')
- Translate 'Assisted workflow generation' in all new files
- Translate 'Hybrid retrieval & reranking' in all new files
- Fix anchor links to match actual heading text
- Fix redundant 'open source license' in English README
- Keep README.md changes minimal (language links only)

* fix: rewrite Japanese README to align with Chinese version

- Complete rewrite to match current Chinese README structure
- Translate all badge text to Japanese
- Update description from 'knowledge base Q&A system' to 'AI Agent building platform'
- Add all 9 sections matching Chinese version
- Update language links to include all 6 languages
- Remove outdated sections (Development, Others, etc.)

---------

Co-authored-by: Developer <dev@example.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: OpenClaw Bot <bot@openclaw.ai>
2026-02-13 23:07:09 +08:00

9.1 KiB
Raw Blame History

fastgpt logo

FastGPT

English | 简体中文 | Bahasa Indonesia | ไทย | Tiếng Việt | 日本語

FastGPT 是一个 AI Agent 构建平台,提供开箱即用的数据处理、模型调用等能力,同时可以通过 Flow 可视化进行工作流编排,从而实现复杂的应用场景!

cloud document development project

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。

  • 商业版
    如果你需要更完整的功能,或深度的服务支持,可以选择我们的商业版。我们除了提供完整的软件外,还提供相应的场景落地辅导,具体可提交商业咨询

💡 核心功能

Demo Demo
Demo Demo

1 应用编排能力

  • 规划 Agent 模式。
  • 对话工作流、插件工作流,包含基础的 RPA 节点。
  • 用户交互
  • 双向 MCP
  • 辅助生成工作流

2 应用调试能力

  • 知识库单点搜索测试
  • 对话时反馈引用并可修改与删除
  • 完整调用链路日志
  • 应用评测
  • 高级编排 DeBug 调试模式
  • 应用节点日志

3 知识库能力

  • 多库复用,混用
  • chunk 记录修改和删除
  • 支持手动输入直接分段QA 拆分导入
  • 支持 txtmdhtmlpdfdocxpptxcsvxlsx (有需要更多可 PR file loader),支持 url 读取、CSV 批量导入
  • 混合检索 & 重排
  • API 知识库
  • RAG 模块热插拔

4 OpenAPI 接口

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

5 运营能力

  • 免登录分享窗口
  • Iframe 一键嵌入
  • 统一查阅对话记录,并对数据进行标注
  • 应用运营日志

6 其他

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

💪 我们的项目 & 链接

#

🌿 第三方生态

#

🏘️ 社区交流群

扫码加入飞书话题群:

#

🤝 贡献者

我们非常欢迎各种形式的贡献。如果你对贡献代码感兴趣,可以查看我们的 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. 联系方式:Dennis@sealos.io点击查看商业版定价策略