PageIndex: Retrieval With No Vectors At All
PageIndex indexes a document as its own table of contents and lets a model walk the tree. No embeddings, no chunking, and a route you can show a reader.
Retrieval and RAG04
Subject · 3 posts
PageIndex indexes a document as its own table of contents and lets a model walk the tree. No embeddings, no chunking, and a route you can show a reader.
Retrieval and RAG04
How to benchmark sparse, dense, hybrid and late-interaction retrieval on your own corpus, and how to read the numbers without fooling yourself.
Retrieval and RAG03
What BM25, Recall@k, answer-in-context rate and token F1 actually measure, which number to fix first, and how to compute them without fooling yourself.
Retrieval and RAG01