Y
Hacker News
new
|
ask
|
show
|
jobs
by
devstein
48 days ago
What top K do you use for vector search before passing into the reranker?
1 comments
pstorm
47 days ago
At a minimum, you increase top-k to cast a wider net, then after reranking, take the N you really want. You have to play around with it a bit, but that’s the idea.
link