RAG with database routing - first initialization

This commit is contained in:
Madhu
2024-12-23 22:29:07 +05:30
parent 0504c5c288
commit 0d3e3fc0af
3 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# RAG Database Router Demo
This demo showcases RAG (Retrieval Augmented Generation) with database routing capabilities. The application allows users to:
1. Upload documents to three different databases:
- Product Information
- Customer Support & FAQ
- Financial Information
2. Query information using natural language, with automatic routing to the most relevant database.
## Setup
1. Create a virtual environment: