-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Description
What happened?
A sentence transformers model from HuggingFace is no longer supported in v0.7.3, while it was supported in v0.7.2.
The model is sentence-transformers/paraphrase-xlm-r-multilingual-v1. To my knowledge, this specific model is not listed in the supported models list, but nonetheless, it works with v0.7.2.
What is the expected behaviour?
Same behaviour as in v0.7.2, which is support for this model.
A minimal reproducible example
from fastembed import TextEmbedding
model = TextEmbedding(model_name="sentence-transformers/paraphrase-xlm-r-multilingual-v1")What Python version are you on? e.g. python --version
3.12
FastEmbed version
v0.7.3
What os are you seeing the problem on?
Linux
Relevant stack traces and/or logs
ValueError: Model sentence-transformers/paraphrase-xlm-r-multilingual-v1 is not supported in TextEmbedding. Please check the supported models using `TextEmbedding.list_supported_models()`coderabbitai
Metadata
Metadata
Assignees
Labels
No labels