Skip to course content
Free RAG fundamentals course

Introduction to RAG and Knowledge Assistants

Module 03 Summary

What this module established

Embeddings measure aboutness. That is why "money back" retrieves a refund policy without sharing a word, and equally why two chunks stating opposite policies score nearly the same - negation is not a property the geometry represents. Retrieval always returns k results, whether or not anything relevant exists.

Carry forward

Before moving on

Move on when you can produce a per-question table of top score, score gap and correct-chunk rank for your own corpus, and defend your choice of k from it.