qdrant/fastembed

Update huggingface-hub dependency?

pchalasani opened this issue · 4 comments

Is there a good reason there is a caret-constraint ^0.20 on this dependency? This causes a conflict with pkgs that use a more recent version of huggingface-hub (which is at 0.23+)

Possibly related, hitting issues with tokenizers too, which is being constrained by fastembed:
image

Hey @pchalasani, thanks for pointing it out, we'll unlock it

Hey @jamescalam, we've already unlocked tokenizers in the main brain, it'll be available with the next release

Hey @pchalasani, thanks for pointing it out, we'll unlock it

Great, thanks, that was blocking me from using it

hey @pchalasani, @jamescalam, we've released fastembed==0.3.0 which should resolve the issue, could you please check if it works for you?