At line 16 of xrr2/retrievers.py, the following line throws an error that I’m unable to reproduce: ```python self.retriever = bm25s.BM25(k1=0.9, b=0.4, method='lucene', backend='numba', weight_query=True) ```
At line 16 of xrr2/retrievers.py, the following line throws an error that I’m unable to reproduce: