How to use Qdrant/gte-small-onnx with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Qdrant/gte-small-onnx") model = AutoModel.from_pretrained("Qdrant/gte-small-onnx")
This model is not on FastEmbed.
· Sign up or log in to comment