#16 · Primary category: Knowledge Base & RAG

FastGPT

agent claude deepseek llm mcp nextjs openai qwen rag workflow

FastGPT is a knowledge-based AI platform with out-of-the-box data processing, RAG retrieval, and visual workflow orchestration for building complex QA systems.

Project last updated:08/29/26

GitHub Stars

29.5K

Forks

7.3K

Contributors

177

License

Other

Why we included this project

FastGPT handles the whole RAG pipeline in one place: you feed it your documents, it cleans and chunks them, retrieves the relevant passages, and hands them to a model. The visual workflow editor is where it gets interesting, since you can chain retrieval with model calls and external tools to build multi-step agents rather than simple Q&A. Self-hosting is straightforward with Docker, which matters for teams that want to keep their data in-house instead of sending it to a hosted service. It is a practical starting point for a production knowledge assistant, and you can extend it as your needs grow.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category