Quiz 5 Question 8 of 20

A technical support platform builds a RAG system over a product knowledge base. They use cosine similarity with a threshold of 0.75 to filter retrieved chunks. Support engineers report that the assistant sometimes refuses to answer valid questions, saying 'I don't have information about this topic' — even when the knowledge base contains the relevant article. Analysis shows the relevant article exists but scores 0.73 cosine similarity because the user's question uses different vocabulary than the article. What retrieval quality improvement addresses this without degrading precision?

Select an answer to reveal the explanation.

Motivation