This directory contains an example basic RAG implementation for chatting with a single .pdf document.
Before you begin make sure you have the following requirements installed using pip
pip install chainlit langchain chromadb tiktoken pypdf openaiRun the code using:
chainlit run app.py -w