Visualizers
Learn by moving things
Interactive explainers for the ideas behind retrieval, embeddings, and agents. A formula tells you what is true; dragging a vector shows you why. Each one also appears inside the article it belongs to, and runs entirely in your browser, so drag, poke, and break it.

How a vectorless index is built
From: Vectorless RAG →The full index-building algorithm, step by step, the way tree-index systems like PageIndex do it: parse pages, detect or generate the table of contents, split into overlapping page-groups, extract and number the hierarchy, locate and verify every section, then summarize each node. Each step is labelled as an LLM call or deterministic code. No embeddings, no chunking anywhere.
The PDF is read into a list of pages. Each page is tagged with its number, like <physical_index_7>, so every later step can point back to exact pages. Nothing is embedded or chunked.
The text-analysis pipeline
From: Text Analysis →Type a sentence and watch raw text become the terms an index stores: tokenize, lowercase, drop stopwords, then stem to a root. The same pipeline runs on your query too.
Retrieve then rerank
From: Rerankers →First-stage retrieval ranks by a cheap score; a cross-encoder reranker rereads each result against the query and reorders. Press Rerank and watch an on-topic but keyword-poor result jump to the top.
- 1Subscription pricing and plans0.88
- 2Cancel your subscription0.82
- 3Subscription terms of service0.79
- 4Pause your subscription temporarily0.60
- 5How to update your payment method0.55
- 6End your membership and stop billing0.41