Change Log
Features π
- #838 #836 #842 #845 #846 #847 - local inference support: raw data like texts and images can now be passed to all the methods like upsert, query_points, etc. instead of vectors by @joein
- #849 - python3.13 support by @joein
- #835 - propagate gpu options to fastembed models by @joein
- #852 #859 #864 - improve warning coverage by @hh-space-invader @tellet-q
- #861 - make qdrant server aware of client version by @tellet-q
Fixes π
- #840 - proper cleanup of the multiprocessing code in upload_collection and upload_points methods by @hh-space-invader
- #841 - add default grpc timeout by @hh-space-invader
- #876 - fix parsing url with prefix by @rovermicrover
- #875 #872 - fix dbsf corner cases by @pavelm10
Deprecations β³
- #848 - drop python3.8 support by @joein
- #843 - add deprecation warnings to the methods superseded by query_points (search, recommend, discover, etc.) by @hh-space-invader
- #866 - raw async grpc methods are now unavailable from the sync client by @I8dNLo
Thanks to everyone who contributed to the current release! @tellet-q @pavelm10 @hh-space-invader @I8dNLo @rovermicrover @generall @joein