Generative AI Engineer at an electronics company just deployed a RAG application for customers to ask questions about products that the company carries. However, they received feedback that the RAG response often returns information about an irrelevant product. What can the engineer do to improve the relevance of the RAG’s response?
- AAssess the quality of the retrieved context (correct answer)
- BImplement caching for frequently asked questions
- CUse a different LLM to improve the generated response
- DUse a different semantic similarity search algorithm
Reveal answer & explanationHide answer
The correct answer is A. Option A: Assess the quality of the retrieved context


