This project provides a simple python chatbot capable of answering questions and extracting information from PDF files using the Llama language model. The chatbot is powered by the replicate API hosting the Llama language model, allowing it to understand natural language queries and respond with relevant content from the documents.
- Clone the repository
git clone https://github.com/poojasrinivass/RAG-Chatbot.gitcd RAG-Chatbot - Install the dependencies
pip install -r requirements.txt - Start the chatbot on your terminal
python chatbot.py