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

A medical company is building a generative AI (GenAI) application that uses RAG to provide evidence-based medical information. The application uses Amazon OpenSearch Service to retrieve vector embeddings. Users report that searches frequently miss results that contain exact medical terms and acronyms and return too many semantically similar but irrelevant documents. The company needs to improve retrieval quality and maintain low end user latency, even as the document collection grows to millions of documents.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Option A is correct as it combines vector similarity with keyword matching, effectively improving both semantic understanding and the accuracy of exact term and acronym matching, which addresses the user's concerns. Option B increases vector dimensions but does not solve the issue of irrelevant results effectively. Option C involves replacing the search service, which increases operational overhead and may not guarantee better outcomes. Option D suggests a complex architecture that may complicate operations without addressing the issue as directly as option A.