qdrant / qdrant-client

Python client for Qdrant vector search engine
https://qdrant.tech
Apache License 2.0
727 stars 116 forks source link

Support async in upload_collection #691

Open JacksonCakes opened 1 month ago

JacksonCakes commented 1 month ago

Hey! may I know if there is a plan to support async for upload_collection in AsyncQdrantClient?

joein commented 1 month ago

There were no such plans in the closest future, upload_collection uses multiprocessing for parallelism We might enhance it internally by using async, however, from the users perspective it would still be a blocking call