
Explanation:
This scenario describes Retrieval-Augmented Generation (RAG), which is a contextual prompting approach. Here's why:
This approach is particularly valuable for HR systems where policy accuracy and compliance are critical.
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.