Learn Retrieval-Augmented Generation from prototype to implementation.
git clone git@github.com:izaakrogan/rag-workshop.git
cd rag-workshopThen open Exercise 1 and follow the README.
| Exercise | Description |
|---|---|
| Exercise 1 | Build a simple RAG prototype |
| Exercise 2 | Explore embeddings and cosine similarity |
| Exercise 3 | Rebuild the RAG pipeline from scratch with no vector db |