A retriever that uses the BM25 algorithm to rank documents based on their similarity to a query. It uses the "okapibm25" package for BM25 scoring. The k parameter determines the number of documents to return for each query.
Static
A retriever that uses the BM25 algorithm to rank documents based on their similarity to a query. It uses the "okapibm25" package for BM25 scoring. The k parameter determines the number of documents to return for each query.