|
|
|
|
|
by pmc00
818 days ago
|
|
Here's a bit of a quantification of the point Doug makes. Indeed, for a number of scenarios you get better results if you combine vector search and keyword search into a hybrid retrieval step, and do reranking on top of that. https://techcommunity.microsoft.com/t5/ai-azure-ai-services-... (disclaimer: I work in that team) |
|
I found that the lexical search was adding nothing; the embeddings alone produced almost identical results for keyword queries. (The re-ranker, however, made a big difference.)
Is this unusual?