How to use Qdrant/bm25 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Qdrant/bm25", dtype="auto")