Designing and Implementing a Microsoft Azure AI Solution — Question 68
You have an Azure subscription and 10,000 ASCII files.
You need to identify files that contain specific phrases. The solution must use cosine similarity.
Which Azure OpenAI model should you use?
Answer options
- A. text-embedding-ada-002
- B. GPT-4
- C. GPT-35 Turbo
- D. GPT-4-32k
Correct answer: A
Explanation
The correct answer is A, text-embedding-ada-002, as it is designed for generating embeddings that can be used to compute cosine similarity. The other models, such as GPT-4 and GPT-35 Turbo, are primarily focused on text generation and may not provide the necessary functionality for embedding comparisons.