Skip to content

[Bug]: Model no longer supported in 0.7.3 #572

@constance-scherer

Description

@constance-scherer

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()`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions