Blog

Sparse Embeddings Demystified: From One-Hot Encoding to BM25
This blog article aims to clarify some Information Retrieval (IR) methods related to sparse embeddings (or sparse vectors). We will study …
Read More
Reranking in RAG: Enhancing Accuracy with Cross-Encoders
Reranking has became a must-have in a Retrieval-Augmented Generation (RAG) stack. This powerful technique enables filtering results from a …
Read More