Cutting the tape — chunking.
You don't hand the VAR the whole match. You cut it into clips, and pull only the one that matters.
The archive is not made of whole documents. It is made of small passages called chunks. Before anything is searched, every document is cut into bite-sized pieces.
Why? A full match report might run to hundreds of lines. If the search could only return the entire report, you would blow the context budget (Lesson 2) and bury the one relevant sentence in noise. Cut it into chunks, and the search can hand back just the paragraph you need.
You would not replay the whole match to rule on one incident. You cut the tape into clips — one per moment — and call up only the clip that matters. Same idea.
Chunk size is a judgement call: too big and each piece is unfocused and wasteful; too small and it loses the context around it. A paragraph, or a few sentences, is the usual sweet spot.
Pick a question and watch the search pull just the one clip it needs out of the whole report — and see how much it left behind.
Cut once, retrieve the piece.
Splitting happens up front, when the document is added. At question time the search returns just the matching chunk — not the whole file.
Small clips, not whole tapes.
Documents are split into chunks so the search can return just the passage that answers the question — focused, and small enough to fit the window. You retrieve the paragraph, not the book.
Chunk size is a trade-off: big enough to keep the surrounding context, small enough to stay focused and fit the budget. Get it right and every retrieval is a clean, relevant clip.