-
Notifications
You must be signed in to change notification settings - Fork 111
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
[Bug/Model Request]: I cannot download any model #349
Comments
Hey @eduardfossas, have you tried other models? |
Hmm, that seemed to work, I think the problem is gcp storage. Thanks! |
Is there any other traceback available for the models which are failing for you? |
Hello @joein. Yes, the only thing I did was delete the cache folder in temp. Maybe that was the issue too. |
Hey, |
Hello, @aniketwattamwar. That's a good question. I think I did this on top of my python file and it solved it for me: model = TextEmbedding(model_name="BAAI/bge-small-en-v1.5") |
Thank you @eduardfossas |
What happened?
I have been working the past month with Qdrant and all was going great. Suddenly, the past week, when I tried to download a model, like the base model BAAI/bge-small-en when adding elements to a collection I receive the next message:
2024-09-23 20:02:31.360 | ERROR | fastembed.common.model_management:download_model:256 - Could not download model from url: https://storage.googleapis.com/qdrant-fastembed/BAAI-bge-small-en.tar.gz
I am using fastembed 3.6.0
What Python version are you on? e.g. python --version
<3.13,>=3.8.0
Version
0.2.7 (Latest)
What os are you seeing the problem on?
Windows
Relevant stack traces and/or logs
No response
The text was updated successfully, but these errors were encountered: