Template for enterprise and organizational RAG (Retrieval-Augmented Generation)
Built with Next.js + LangChain
- Built-in admin dashboard with configurable email domain registration
- Visualized internal document management panel supporting Markdown
- Text completion adapted to OpenAI API syntax, compatible with Kimi AI, Alibaba Tongyi Qianwen text vectors, and other interfaces for compliance requirements
- Supports demo mode
Please clone this repository or download the zip file.
- Configure basic settings in
siteConfig.ts
- Place
icon.png
under/public
- Set the necessary environment variables in
.env
- Ensure Docker and Docker Compose are installed
- Run
docker-compose up --build -d
to start the service (you can omit the--build
flag for subsequent runs)