AWS Certified Generative AI – Professional (AIP-C01) — Question 73

A company is building a legal research AI assistant that uses Amazon Bedrock with an Anthropic Claude foundation model (FM). The AI assistant must retrieve highly relevant case law documents to augment the FM's responses. The AI assistant must identify semantic relationships between legal concepts, specific legal terminology, and citations. The AI assistant must perform quickly and return precise results.
Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because it effectively combines vector search with keyword search, allowing for a more comprehensive retrieval of relevant legal documents, while the Amazon Bedrock reranker model enhances the relevance of these results. Option A lacks the hybrid search capability, Option C does not utilize the powerful combination of vector and keyword search, and Option D may complicate the system unnecessarily with additional components like AWS Lambda and RDS.