Instructions to use Qdrant/bm25 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qdrant/bm25 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Qdrant/bm25", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add a note about modifier.idf
#2
by jmzzomg - opened
Note:
This model is supposed to be used with Qdrant. Vectors have to be configured with Modifier.IDF.
generall93 changed pull request status to merged