A search system embeds every word as a 3-dimensional vector. The query embedding is
and four candidate words are stored:
| candidate | embedding |
|---|---|
The system ranks candidates by cosine similarity to the query and returns the top one.
Which candidate is returned first?
Select all that apply.