
Explanation:
This scenario describes Retrieval-Augmented Generation (RAG), which is a contextual prompting approach. Here's why:
This approach is commonly used in enterprise applications where:
The S3 bucket serves as the knowledge base, and the retrieval mechanism finds relevant policy paragraphs to provide context for accurate, up-to-date answers.
Ultimate access to all questions.
No comments yet.
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