qdrant / fastembed

Fast, Accurate, Lightweight Python library to make State of the Art Embedding
https://qdrant.github.io/fastembed/
Apache License 2.0
1.53k stars 111 forks source link

chore: Lock onnxruntime version to be < 1.20.0 #386

Closed hh-space-invader closed 2 weeks ago

hh-space-invader commented 2 weeks ago

The latest version of onnxruntime (1.20.0) breaks the compatibility of some layers on previously created models. So locking the version to be < 1.20.0 tell they fix the issue.