BM25 (Wikipedia) also known as theOkapi BM25
, is a ranking function used in information retrieval systems to estimate the relevance of documents to a given search query.BM25Retriever
retriever uses therank_bm25
package.
BM25 (Wikipedia) also known as theOkapi BM25
, is a ranking function used in information retrieval systems to estimate the relevance of documents to a given search query.BM25Retriever
retriever uses therank_bm25
package.