qdrant-client
qdrant-client copied to clipboard
Feature Request: Progress bar for batch upload_points function
As title, since the upload is done in batches, it'd be good to know on client side if things are going fine, via a progress bar
That does sound a very genuine feature because recently I was uploading vectors and didn't know how long to wait. For some samples it would take 3 minutes, for larger ones 9 minutes. If there is a progress bar that would really be helpful.
Hi, we've tried to implement it and encountered some problems during our last attempt, can't recall what it was exactly.
We will review it once again a bit later, and will either implement it or leave a comment explaining our decision.
In the mean time, as a workaround, you can wrap your iterable into tqdm.tqdm
(and it actually might be a proper way to handle it)