Multilingual support?

#1
by MLSDev - opened

Hi I am looking for a RAG embedding model.

I see that jina-emmbeding can be a good option,

And with this distilled can be more affordable to use. (i suppose that I need this for embbeding chunks and the query version for emmbeding user question.

But this distilled version is still multilingual?

Is distilled version accurancy worse that "original" version?

It is still multilingual and indeed somewhat worse than the original version, but it is still very much usable (and 1000 times faster).

Unfortunately you cannot pair the query and passage distilled versions, I'm not entirely sure why, but it doesn't work. :(

thanks for the answer @CISCai

Only one more... For a RAG, where I need embedding documents and retrieval from question... Should I use this model, the query or general distilled?

for your previous answer I suppose that general distilled

Sign up or log in to comment