Parent Document Retrieval

Medium150 pts0 solves
Small chunks embed well but lack context. Large chunks have context but embed poorly. Describe the strategy that gets both benefits. Flag format: CONGRESS{embed:[what],return:[what]} Example: CONGRESS{embed:summaries,return:full_text}
Hint
Index the small piece for precision, retrieve the big piece for context.