Quiz 10 Question 17 of 20

A product catalog RAG system stores items with metadata: category (string), price (float), in_stock (boolean), and release_date (ISO date). A user query is 'Show me affordable in-stock cameras released this year.' The retrieval pipeline currently embeds the full query and performs ANN search. Results include expensive cameras, out-of-stock cameras, and cameras from prior years. What is the most effective retrieval architecture?

Select an answer to reveal the explanation.

Motivation