-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Make PyStemmer optional #309
Conversation
Pystemmer is a C library wrapper which enhances the speed of the tokenizer I ran the following benchmark with and without it:
With pystemmer: The difference is noticeable, instead of dropping it, we can make it an optional dependency and allow to install it with |
@joein. Review please. Several people are running into this issue. |
Hello, any update on this? Our team is running into issues with PyStemmer and we'd like the option for it to be optional as well. |
Also would like to make this dependency optional,having issues with the building of PyStemmer. |
Same issue here. WSL2. Python 3.12.5. Unable to install the package. |
I've been installing version 0.2.7, which basically has the same dependencies as the newest version minus pystemmer. Then I install the new version with --no-deps, to avoid that package. It's been working fine, please remove that one requirement and make it an option! |
Resolved with https://github.com/qdrant/fastembed/releases/tag/v0.4.1 |
No description provided.