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

RELEASE v4 #110

Closed Anush008 closed 3 months ago

Anush008 commented 3 months ago

Dear @triandco, @denwong47 and @lywa1998.

I am considering running the release action on the weekend which will release v4.

Will do some Q&A tests till then to check usability and look for any improvements.

Thanks again for taking the time to contribute.

denwong47 commented 3 months ago

No worries, let us know if you encounter any issues.

Now that I understand the modules better there are certain changes I would like to propose to bring text and sparse text in line (e.g. make text use post_process like sparse), but the changes should not be breaking, so that can come later.

Anush008 commented 3 months ago

Will be adding https://doc.rust-lang.org/reference/attributes/type_system.html#the-non_exhaustive-attribute to the options structs and introduce a builder pattern.

We can then introduce more options if needed without breaking.

github-actions[bot] commented 3 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: