Semantic search, or embedding-based retrieval, has been a key component within many AI applications. Yet, a surprising number of applications I’ve seen still don’t do reranking, despite the relative ease of implementation.
If you’ve ever built a RAG pipeline and thought “the results are okay but not great”, the solution isn’t always to choose a better embedding model. Instead, you should consider ...
