🔥 0
0
Lesson 10 of 10 25 min +275 XP

🧠 RAG Agents Assessment

Answer all questions to complete the quiz and earn 275 XP.

1

An e-commerce site has 10 million products that change daily (prices, stock). Should they use RAG or fine-tuning for their product search assistant?

2

A customer searches for 'something to keep drinks cold at the beach'. Which search type would work best?

3

You're embedding products for a vector database. Which approach creates better embeddings?

4

What is the purpose of metadata filtering in vector search for e-commerce?

5

A re-ranking model is added after initial retrieval. Why?

6

A Product Q&A Agent is asked 'Does this laptop support 4K external monitors?' but the specs don't mention it. What should the agent do?

7

When chunking policy documents for a FAQ chatbot, what's the ideal strategy?

8

An Order History Agent needs to find 'the headphones I bought last month'. How should it identify the correct order?

9

What should a Policy FAQ chatbot do when a customer asks for an exception to the return policy?

10

A comparison agent is comparing products from different categories (laptop vs tablet). What should it do?

11

Hybrid search combines keyword and semantic search. For the query 'Sony WH-1000XM5', what alpha value (0=keyword, 1=semantic) would work best?

12

You're using Reciprocal Rank Fusion (RRF) to combine results. Why is RRF preferable to weighted score averaging?

13

A shopping assistant agent needs multiple tools. Which combination makes the most sense for e-commerce?

14

Your vector database has 1 million products. A customer searches 'birthday gift for 10 year old who likes dinosaurs'. What's the optimal retrieval strategy?

15

Final question: What's the most important principle when building RAG agents for e-commerce?