RAG & Search
BM25
A widely used keyword-ranking algorithm that scores how relevant documents are to a search query.
Example
BM25 ranks a page highly when it contains important query terms without excessive repetition.
Why people use it
Teams use “BM25” when they need to design search-backed answers that are accurate and traceable.
What you'll hear
“How are we handling BM25 so the assistant gets the right information?”