fastembed icon indicating copy to clipboard operation
fastembed copied to clipboard

[Bug/Model Request]: Support for Alibaba-NLP/gte-multilingual-base

Open chitralverma opened this issue 1 year ago • 2 comments

What happened?

Request to include Alibaba-NLP/gte-multilingual-base https://huggingface.co/Alibaba-NLP/gte-multilingual-base

(A quantised version of this can also be created).

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

Python3.11+

Version

0.2.7 (Latest)

What os are you seeing the problem on?

No response

Relevant stack traces and/or logs

No response

chitralverma avatar Aug 12 '24 08:08 chitralverma

I'm waiting for this too. Are there any updates on supporting sparse vectors for Alibaba-NLP/gte-multilingual-base?

yudumpacin avatar Jan 04 '25 19:01 yudumpacin

Hey @chitralverma @yudumpacin

Unfortunately, the model authors haven't converted it to onnx and we might not be able to invest time into conversion of the models in the foreseeable future

If you're willing to convert this model to onnx, it can then be added to fastembed in runtime via .add_custom_model interface of TextEmbedding

joein avatar Mar 02 '25 15:03 joein