mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-01 07:44:28 -05:00
RAG with database routing - first initialization
This commit is contained in:
14
rag_tutorials/rag_database_routing/README.md
Normal file
14
rag_tutorials/rag_database_routing/README.md
Normal 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:
|
||||
Reference in New Issue
Block a user