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

new: add python 3.13 support #404

Open joein opened 1 week ago

joein commented 1 week ago

Adds support to 3.13 which was released on October 7th.

onnxruntime has started supporting python 3.13 as of version 1.20.0, however, that version contains some bug which makes it impossible for us to use that version.

https://github.com/microsoft/onnxruntime/issues/22704