Hacker News new | ask | show | jobs
by magicalhippo 700 days ago
I've got some similar use-cases. So, do I understand correctly that you take the source keyword and generate an embedding vector of it, then compare it using dot-product similarity or something to the embedded vectors of the target keywords?
1 comments

Exactly, although we use cosine similarity.
Perfect. And yeah that's what I meant, so used to just normalizing vectors so dot product = cosine.