AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 96

A company needs to use Retrieval Augmented Generation (RAG) to supplement an open source large language model (LLM) that runs on Amazon Bedrock. The company's data for RAG is a set of documents in an Amazon S3 bucket. The documents consist of .csv files and .docx files.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: D

Explanation

Option D is correct because creating a knowledge base linked directly to the S3 bucket allows for seamless integration with minimal operational overhead. The other options involve more complex setups, such as building new models or fine-tuning existing ones, which require additional management and resources.