This application is a Streamlit-based chatbot that analyzes multiple PDF documents using Retrieval-Augmented Generation (RAG) with Google's Gemini model. It allows users to upload PDFs, process them, and ask questions about their content, providing context-aware responses.
- Upload and process multiple PDF documents (up to 100MB each).
- Ask questions with context from uploaded documents.
- View conversation history and document sources.
- Customize settings like temperature, chunk size, and context window.
- Clone the Repository
git clone https://github.com/Anupam0202/Contextual-RAG-Chatbot cd Contextual-RAG-Chatbot