WORKSHOP: MY AI IS BETTER THAN YOURS WS25

MODELS: RAG

Lecturer: Kim Albrecht Lars Christian Schmidt Yağmur Uçkunkaya

Winter 2025

What it does: Grounds an LLM’s responses in your curated library of text documents.
Media: Text

Retrieval-augmented generation (RAG) is a framework that connects an existing large language model (LLM) to a knowledge base you curate. Instead of retraining or fine-tuning, you hand it your own resources and the LLM grounds every response in your curated library.

Workings

1. Collect documents

2. Build a knowledge base

3. Connect to an LLM

4. Generate responses

5. Extend creatively

Why work with RAG?

You get: