Adding semantic search on top of an existing BM25 system is easier than it sounds. The key insight is that you don't have to replace your existing search — you can re-rank its output with embedding similarity scores.
Adding semantic search on top of an existing BM25 system is easier than it sounds. The key insight is that you don't have to replace your existing search — you can re-rank its output with embedding similarity scores.
0 Comments