Anush008 / fastembed-rs

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

feat: add Alibaba-NLP/gte-base-en-v1.5 #92

Closed spikecodes closed 2 months ago

spikecodes commented 2 months ago

This PR adds Alibaba's new gte-base-en-v1.5, along with test code for this model.

Anush008 commented 2 months ago

We do have dimensionality tests that run for each model. So separate tests for this model won't be necessary.

https://github.com/Anush008/fastembed-rs/blob/main/src%2Ftests.rs#L12-L38

spikecodes commented 2 months ago

Sounds good, I've removed the tests for this model.

Anush008 commented 2 months ago

Please run FMT and Clippy.

spikecodes commented 2 months ago

Sure, just did.

Anush008 commented 2 months ago

Thank you 🙏

github-actions[bot] commented 2 months ago

:tada: This issue has been resolved in version 3.12.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: