lab · interactive companion
RAG end to end — interactive visualizations
Four Canvas scenes to actually see the RAG pipeline: how documents become vectors, how similarity search finds the right chunks, how HNSW skips through layers, and how chunking decides everything before embedding even happens.
Speed
Top (magenta) is the offline pipeline that prepares Qdrant. Bottom (cyan) is the online pipeline that runs on every question. Qdrant in the middle is shared.