Search

Search IconIcon to open search

Small2Big

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 08.02.2025, 11:41
modified 02.08.2026, 10:13
published Empty
topics Chunking
authors Jakub
ai-assisted No

Advanced RAG 01: Small-to-Big Retrieval:

Specifically, decoupling text chunks used for retrieval vs. the text chunks used for synthesis could be advantageous. Using smaller text chunks enhances the accuracy of retrieval, while larger text chunks offer more contextual information. The concept behind small-to-big retrieval is to use smaller text chunks during the retrieval process and subsequently provide the larger text chunk to which the retrieved text belongs to the large language model.