AWS Certified AI Practitioner (AIF-C01) — Question 6
An AI practitioner wants to use a foundation model (FM) to design a search application. The search application must handle queries that have text and images.
Which type of FM should the AI practitioner use to power the search application?
Answer options
- A. Multi-modal embedding model
- B. Text embedding model
- C. Multi-modal generation model
- D. Image generation model
Correct answer: A
Explanation
The correct answer is A, as a Multi-modal embedding model is designed to handle and integrate data from multiple modalities, including text and images. Options B and D are limited to either text or image data alone, making them unsuitable for a search application requiring both. Option C, while multi-modal, focuses on generation rather than embedding, which is not the primary need for search functionality.