
Ultimate access to all questions.
A company is implementing the Amazon Titan foundation model (FM) by using Amazon Bedrock. The company needs to supplement the model by using relevant data from the company's private data sources. Which solution will meet this requirement?
Explanation:
Correct Answer: C. Create an Amazon Bedrock knowledge base.
Amazon Bedrock Knowledge Base is specifically designed to allow foundation models to access and use private, company-specific data sources. It enables Retrieval Augmented Generation (RAG) where the model can retrieve relevant information from your private data sources to supplement its responses.
How it works:
A. Use a different FM.
B. Choose a lower temperature value.
D. Enable model invocation logging.
Retrieval Augmented Generation (RAG) is the technique used here, where foundation models are enhanced with external knowledge sources. Amazon Bedrock's Knowledge Base feature implements RAG by allowing models to retrieve information from your private data stores before generating responses.