
Explanation:
The question asks which type of foundation model is appropriate for converting private data into vector embeddings for storage in a database when building a chatbot using Amazon Lex and Amazon OpenSearch Service. The key requirement is converting text data into a vector representation, which is essential for enabling semantic search capabilities in systems like OpenSearch.
Why C (Text embeddings model) is correct:
Why other options are incorrect:
The selection aligns with AWS best practices for implementing semantic search in chatbot architectures, where text embeddings models provide the necessary transformation of unstructured text into searchable vector representations.
Ultimate access to all questions.
Which foundation model (FM) is appropriate for converting private data into vector embeddings for storage in a database, when building a chatbot using Amazon Lex and Amazon OpenSearch Service?
A
Text completion model
B
Instruction following model
C
Text embeddings model
D
Image generation model
No comments yet.