qdrant/fastembed

[Bug/Model Request]: CI fails too much on downloading models

generall opened this issue · 1 comments

What happened?

CI fails on downloading models from hugging-face, most likely hitting some kind of rate limit.

Possible solutions:

  • Download less
  • Re-try with random backoff
  • Add alternative sources

What Python version are you on? e.g. python --version

All

Version

0.2.7 (Latest)

What os are you seeing the problem on?

MacOS, Windows

Relevant stack traces and/or logs

No response

retry with a backoff (not random though)

#293