
Explanation:
The company wants to enhance a pre-trained foundation model (FM) on Amazon Bedrock with company-specific information to provide more contextual responses. The key constraint is cost-effectiveness, which means minimizing expenses while achieving the goal of incorporating proprietary data.
A: Use Amazon Bedrock Knowledge Bases
B: Choose a different FM on Amazon Bedrock
C: Use Amazon Bedrock Agents
D: Deploy a custom model on Amazon Bedrock
Amazon Bedrock Knowledge Bases (Option A) is the most cost-effective solution because it uses RAG to dynamically pull company-specific data during inference, avoiding the high costs of model retraining or fine-tuning. This approach ensures the FM remains responsive to updated information while minimizing operational expenses.
Ultimate access to all questions.
No comments yet.
A company uses a generative AI application with a pre-trained foundation model (FM) on Amazon Bedrock. They want the FM to incorporate more context using company-specific information.
What is the most cost-effective solution to meet this requirement?
A
Use Amazon Bedrock Knowledge Bases.
B
Choose a different FM on Amazon Bedrock.
C
Use Amazon Bedrock Agents.
D
Deploy a custom model on Amazon Bedrock.