qdrant/fastembed

Model Request: intfloat/multilingual-e5-small

bm777 opened this issue · 2 comments

What happened?

A bug happened!

Traceback (most recent call last):
  File "~/space/garbage/_fastembed.py", line 8, in <module>
    embedding_model = TextEmbedding(model_name="intfloat/multilingual-e5-base")
  File "~/Library/Python/3.9/lib/python/site-packages/fastembed/text/text_embedding.py", line 77, in __init__
    raise ValueError(
ValueError: Model intfloat/multilingual-e5-base is not supported in TextEmbedding.Please check the supported models using `TextEmbedding.list_supported_models()`

What Python version are you on? e.g. python --version

Python3.9

Version

0.2.7 (Latest)

What os are you seeing the problem on?

MacOS

Relevant stack traces and/or logs

The version of FastEmbed is not updated on this bug page: Version option.
The version I'm using is 0.3.1 (latest).

@NirantK can I open a PR for this model?

@bm777 always open to contributions.