AI-102 · Question #371
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?
The correct answer is A. text-embedding-ada-002. To identify files that contain specific phrases using cosine similarity, you should use an embedding model. The text-embedding-ada-002 model is specifically designed to create embeddings (numerical representations of text) that can be used for similarity searches, such as…
Question
Options
- Atext-embedding-ada-002
- BGPT-4
- CGPT-35 Turbo
- DGPT-4-32k
How the community answered
(53 responses)- A75% (40)
- B4% (2)
- C8% (4)
- D13% (7)
Explanation
To identify files that contain specific phrases using cosine similarity, you should use an embedding model. The text-embedding-ada-002 model is specifically designed to create embeddings (numerical representations of text) that can be used for similarity searches, such as cosine similarity. This model is efficient and optimized for tasks that involve finding similarity between pieces of text, making it ideal for identifying files with specific phrases.
Topics
Community Discussion
No community discussion yet for this question.