
Explanation:
This scenario describes Retrieval-Augmented Generation (RAG), which is a contextual prompting approach where:
Why other options are incorrect:
Key characteristics of RAG:
Ultimate access to all questions.
An HR assistant model must answer employee policy questions based on the company handbook stored in an S3 bucket. The system retrieves relevant policy paragraphs and includes them in the prompt before generating the answer. Which prompting approach is being used?
A
Few-shot Prompting
B
Contextual / Retrieval-Augmented Prompting (RAG)
C
Zero-shot Prompting
D
Chain-of-Thought Prompting
No comments yet.