Anush008 / fastembed-rs

Library for generating vector embeddings, reranking in Rust
https://docs.rs/fastembed
Apache License 2.0
285 stars 41 forks source link

support for hugging face sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 #121

Open mango009 opened 3 weeks ago

mango009 commented 3 weeks ago

Hi, it seems this model is not supported? Is there a way that we can use this model?

Anush008 commented 3 weeks ago

Hey. There's no list for future models. We usually just add them as contributions come in.

For eg: https://github.com/Anush008/fastembed-rs/pull/92

With the recent refactor, this will include adding the vectors of the model to the tests as well.