qdrant-client icon indicating copy to clipboard operation
qdrant-client copied to clipboard

Feature Request: Progress bar for batch upload_points function

Open dhruv-anand-aintech opened this issue 1 year ago • 2 comments

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

dhruv-anand-aintech avatar Feb 13 '24 05:02 dhruv-anand-aintech

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.

geetu040 avatar Feb 14 '24 14:02 geetu040

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)

joein avatar Feb 15 '24 11:02 joein