Welcome to Basic RAG! This is a very simple RAG application you can use to test LangSmith
git clone https://github.com/xuro-langchain/basic-rag
Create a python virtual environment and install the dependencies listed in requirements.txt
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Use the .env.example file as reference
python3 rag.py