The Practitioner's LLM Curriculum ← Week 5 · Embedding Space Explorer
Interactive · Week 5 · Section 3

Where queries land in embedding space.

Sixty synthetic documentation chunks across five topical clusters. Pick a query to see where it lands — or click anywhere on the space to drop a custom query. The top-K nearest chunks are retrieved by Euclidean distance and highlighted. Watch what happens when a query falls cleanly inside a cluster, and what happens when it falls in the gap between two — the canonical "between-clusters" failure mode that every production RAG system eventually hits.

Query
K (top-K) 5

2D embedding space

click anywhere to drop a custom query

Retrieved chunks

top-K nearest by similarity

What's happening here