Quiz 5 Question 5 of 20

An e-learning platform builds a RAG system for a technical Q&A assistant covering API documentation. The documentation chunks are 1,500 tokens each. Engineers observe that when users ask narrow questions (e.g., 'What is the default timeout for the connections API?'), retrieved chunks return surrounding context that buries the specific answer in irrelevant content, causing Claude to sometimes hallucinate the value or hedge excessively. What chunking strategy most directly addresses this retrieval precision problem?

Select an answer to reveal the explanation.

Motivation