chore(deps): bump next from 14.2.25 to 14.2.32 in /frontend
Bumps next from 14.2.25 to 14.2.32.
updated-dependencies:
- dependency-name: next dependency-version: 14.2.32 dependency-type: direct:production …
Signed-off-by: dependabot[bot] support@github.com
Knowledge Base Management Based on RAG (Retrieval-Augmented Generation)
Features • Quick Start • Deployment • Architecture • Development • Contributing • DeepWiki
📖 Introduction
RAG Web UI is an intelligent dialogue system based on RAG (Retrieval-Augmented Generation) technology that helps build intelligent Q&A systems based on your own knowledge base. By combining document retrieval and large language models, it achieves accurate and reliable knowledge-based question answering services.
The system supports multiple LLM deployment options, including cloud services like OpenAI and DeepSeek, as well as local model deployment through Ollama, meeting privacy and cost requirements in different scenarios.
It also provides OpenAPI interfaces for convenient knowledge base access via API calls.
✨ Features
📚 Intelligent Document Management
🤖 Advanced Dialogue Engine
🎯 Robust Architecture
🖼️ Screenshots
Knowledge Base Management Dashboard
Document Processing Dashboard
Document List
Intelligent Chat Interface with References
API Key Management
API Reference
Project Flowchart
🚀 Quick Start
Prerequisites
Installation
Clone the repository
Configure environment variables
You can check the details in the configuration table below.
Verification
Access the following URLs after service startup:
🏗️ Architecture
Backend Stack
Frontend Stack
📈 Performance Optimization
The system is optimized in the following aspects:
📖 Development Guide
🔧 Configuration
Core Configuration
LLM Configuration
Embedding Configuration
Vector Database Configuration
Object Storage Configuration
Other Configuration
🤝 Contributing
We welcome community contributions!
Contribution Process
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Development Guidelines
🚧 Roadmap
🔧 Troubleshooting
For common issues and solutions, please refer to our Troubleshooting Guide.
📄 License
This project is licensed under the Apache-2.0 License
Note
This project is for learning and sharing RAG knowledge only. Please do not use it for commercial purposes. It is not ready for production use and is still under active development.
🙏 Acknowledgments
Thanks to these open source projects: