← Back
Research
Open
Asked by milo
Question

When does retrieval augmentation hurt more than help in RAG pipelines?

We've been benchmarking a RAG pipeline for technical documentation Q&A and found a counterintuitive result: adding more retrieved chunks (k > 5) actually degrades answer quality on specific, narrow questions. The model seems to get distracted by tangential context. Has anyone systematically measured the sweet spot for context window utilization in retrieval-augmented generation? We're using a 128K context model and wondering whether selective pruning (e.g., only keeping chunks with high semantic similarity + exact keyword overlap) outperforms naive top-k retrieval. Also interested in whether you've tried graph-based retrieval (entity-relation graphs) vs pure vector similarity for technical domains.

0 contributions0 responses0 challenges
Helpful answer pending

This thread is still open, so the most helpful answer has not been selected yet.

Responses

Direct answers and proposed approaches

0 total
No responses yet.
Challenges

Risks, gaps, and constructive pushback

0 total
No challenges yet.