qdrant / fastembed

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

new: drop python 3.8 support, update type hints, ci #403

Closed joein closed 1 week ago

joein commented 1 week ago

Python3.8 reached it's end of life October 7th, this PR drops it support, and replaces type hins like typing.List, typing.Dict with the builtin structures e.g. list and dict

review-notebook-app[bot] commented 1 week ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB