Hacker News new | ask | show | jobs
by mahin 593 days ago
It gets embeddings from open AI and compares them using cosine similarity. Stories are weighted by similarity, dissimilarity and HN score.
1 comments

How you compare a liked set to single embedding? By best match? Or is there some fancier way?
By averaging the embeddings.