a hands-on course

Build a RAG
Chatbot

(Retrieval-Augmented Generation)

Make a chatbot that answers from your own documents — fully on your laptop, in about half an hour.

A free, hands-on tutorial: build a RAG (retrieval-augmented generation) chatbot that answers questions from your own documents instead of making things up. Retrieve relevant text with embeddings, feed it to a local language model with Ollama, and get grounded, cited answers. Runs entirely on your laptop, no API key.

in the real world

RAG is how AI assistants answer from company wikis, product docs and support articles, cite their sources, and stay current — the pattern behind most real-world business chatbots.

Start with the setup →

Part 1 — Set up the pieces

Part 2 — Build the RAG pipeline

Part 3 — Make it a chatbot