All implemented on separate branches
- Corrective RAG (Branch - corrective-rag)
- Self RAG (Branch - self-rag)
- Adaptive RAG (Branch - adaptive-rag)
Reference: https://github.com/emarco177/langgaph-course
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtpytest . -s -vpython3 main.py