awesome-llm-apps/rag_tutorials/rag_database_routing
2024-12-23 22:29:07 +05:30
..
rag_database_routing.py RAG with database routing - first initialization 2024-12-23 22:29:07 +05:30
README.md RAG with database routing - first initialization 2024-12-23 22:29:07 +05:30
requirements.txt RAG with database routing - first initialization 2024-12-23 22:29:07 +05:30

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: