Solutions
Make your RAG pipeline accurate
Your retriever returns chunks that are about the right topic but do not contain the answer. Tuning chunk sizes will not fix it, because the problem is that similarity is not relevance.
Solutions
Your retriever returns chunks that are about the right topic but do not contain the answer. Tuning chunk sizes will not fix it, because the problem is that similarity is not relevance.