qdrant / fastembed

Fast, Accurate, Lightweight Python library to make State of the Art Embedding
https://qdrant.github.io/fastembed/
Apache License 2.0
1.32k stars 96 forks source link

Model Request: intfloat/multilingual-e5-small #284

Open bm777 opened 1 month ago

bm777 commented 1 month ago

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).
bm777 commented 1 month ago

@NirantK can I open a PR for this model?

Anush008 commented 1 month ago

@bm777 always open to contributions.