This repository serves as the home for the RAG project for the course DAT450. It contains code for intializing and evaluating a question and answer chatbot, using langchain and Pinecone, with scraped data from quotes.toscrape.com.
Install this repo:
git clone https://github.com/username/RAG.git
cd RAG
pip install -r requirements.txt
See run_eval.ipynb for a full example
python3 -m rag.eval