LLM app with RAG to chat with PDF files using Llama 3.3 running locally. The app uses Retrieval Augmented Generation (RAG) to provide accurate answers to questions based on the content of the uploaded PDF.
- Upload a PDF document
- Ask questions about the content of the PDF
- Get accurate answers using RAG and the Llama 3.3
- Clone the GitHub repository
git clone https://github.com/Sumanth077/chat_with_pdf.git- Install the required dependencies
pip install -r requirements.txt- Install and run Llama 3.3 using Ollama
ollama run llama3.3- Run the Reflex App
reflex run