Hacker News new | ask | show | jobs
by zmccormick7 700 days ago
Agreed that thresholds don't work when applied to the cosine similarity of embeddings. But I have found that the similarity score returned by high-quality rerankers, especially Cohere, are consistent and meaningful enough that using a threshold works well there.
1 comments

I use similarity threshold (to remove absolutely irrelevant results) and then use a reranker to get Top N.