Overview of FastGPT features and modules
mainFastGPT is an open-source, LLM-based knowledge base Q&A platform and Agent building tool designed as an "enterprise-grade AI productivity engine." It focuses on RAG (Retrieval-Augmented Generation) optimization through a complete pipeline: Data Import → Intelligent Chunking → Vector Retrieval → Dialogue Generation.
Core Modules
- Dialogue Portal: Interface for interacting with Agents.
- Workbench: Central area for managing and creating Agents.
- Knowledge Base: Management of uploaded documents and vector indices.
- Account: User settings and subscription management.
Agent Types
In the Agent module, you can choose between:
- Workflow: For complex, multi-step logic.
- Dialogue Agent
- Dialogue Agent V2 (Beta)