
Explanation:
Correct Answer: C - Use OpenSearch Serverless with properly sized capacity units and index refresh intervals
Why this is correct:
Bedrock Knowledge Base Architecture: Amazon Bedrock Knowledge Bases use vector databases (like OpenSearch Serverless) to store and retrieve embeddings efficiently. When query performance is slow, the vector database configuration is typically the bottleneck.
OpenSearch Serverless Optimization: Properly sizing capacity units ensures adequate compute resources for query processing, while optimizing index refresh intervals affects how frequently new data becomes searchable and impacts query performance.
Direct Impact on Retrieval Speed: Unlike the other options, this directly addresses the underlying infrastructure responsible for storing and querying embeddings.
Why other options are incorrect:
Key Takeaway: When experiencing slow query performance with Bedrock Knowledge Bases, focus on optimizing the vector database configuration (OpenSearch Serverless) rather than model parameters or storage configurations.
Ultimate access to all questions.
No comments yet.
A team notices slow query performance when retrieving embeddings from their Bedrock Knowledge Base. What is the most effective way to improve retrieval speed?
A
Reduce model temperature
B
Use a smaller embedding dimension size
C
Use OpenSearch Serverless with properly sized capacity units and index refresh intervals
D
Add more S3 buckets