FastGPT Quick Start Guide: Building an Enterprise AI Knowledge Base in 30 Minutes
FastGPT Quick Start Guide: Building an Enterprise AI Knowledge Base in 30 Minutes
FastGPT is an open-source AI agent platform that simplifies complex large language model applications through drag-and-drop workflows. This guide will walk you through deployment, core configuration, and practical implementation to transform AI into your organizat ...
Posted on Tue, 02 Jun 2026 18:05:01 +0000 by gazfocus
Building a Private Knowledge Base with FastGPT, ChatGLM, Ollama, and M3E Embeddings
Hardware Requirements
The following configurations are for reference only:
ChatGLM3-6B + M3E: NVIDIA RTX 3060 12GB or higher
Qwen:4B + M3E: NVIDIA RTX 3060 12GB or higher
Qwen:2B + M3E: NVIDIA GTX 1660 6GB or higher
Larger models require better GPU performance. Extremely small models can run on low-end CPUs, but inference accuracy will be poo ...
Posted on Fri, 15 May 2026 11:00:07 +0000 by elementaluk
Local Deployment of FastGPT + One-API + ChatGLM3-6B Knowledge Base
1. Local Model Setup
Required Repositories & Resources:
ChatGLM3-6B code: https://github.com/THUDM/ChatGLM3
FastGPT: https://github.com/labring/FastGPT
Vector model M3E (deploy via Docker): https://huggingface.co/moka-ai/m3e-base
Anaconda3 installer: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
Create Conda Environment
conda cre ...
Posted on Fri, 15 May 2026 00:19:05 +0000 by DaveEverFade
Building an Intelligent NL2SQL Data Assistant with FastGPT
As Large Language Models (LLMs) continue to evolve, many industries are exploring practical applications such as Natural Language to SQL (NL2SQL) to simplify data querying. Given the high cost of fine-tuning models, most enterprises rely on a combination of advanced prompt engineering and Retrieval-Augmented Generation (RAG) using knowledge bas ...
Posted on Sun, 10 May 2026 15:36:35 +0000 by phpmania1