|
|
|
|
|
by kacperlukawski
1206 days ago
|
|
The cross-encoder will only rerank the results, that's right. And you're also correct that if the initial search returns 100 garbage results, it won't be able to help. But that's true for any reranking method. Even the rank fusion you use will rerank only the results returned by keyword and vector search. So what is the advantage of it over cross-encoders? |
|