
Explanation:
Why Option C is correct:
Amazon Bedrock Knowledge Bases with RAG addresses the core issue of recommending products not in the catalog:
PerformanceConfigLatency parameter addresses the response time issue:
Why other options are incorrect:
Option A:
Option B:
Option D:
Key takeaway: The combination of RAG (to ground responses in actual catalog data) and latency optimization (to improve response times) directly addresses both customer complaints mentioned in the scenario.
Ultimate access to all questions.
No comments yet.
An ecommerce company is developing a generative AI (GenAI) solution that uses Amazon Bedrock with Anthropic Claude to recommend products to customers. Customers report that some recommended products are not available for sale or are not relevant. Customers also report long response times for some recommendations.
The company confirms that most customer interactions are unique and that the solution recommends products not present in the product catalog.
Which solution will meet this requirement?
A
Increase grounding within Amazon Bedrock Guardrails. Enable automated reasoning checks. Set up provisioned throughput.
B
Use prompt engineering to restrict model responses to relevant products. Use streaming inference to reduce perceived latency.
C
Create an Amazon Bedrock Knowledge Bases and implement Retrieval Augmented Generation (RAG). Set the PerformanceConfigLatency parameter to optimized.
D
Store product catalog data in Amazon OpenSearch Service. Validate model recommendations against the catalog. Use Amazon DynamoDB for response caching.