AmenRa / retriv

A Python Search Engine for Humans 🥸
MIT License
174 stars 20 forks source link

[Feature Request] Show progress status when performing `msearch` or `bsearch` #4

Closed celsofranssa closed 1 year ago

celsofranssa commented 1 year ago

Hello, I am having a good experience with retriv :-) Is there an approach to add progress status when performing msearch or bsearch?

AmenRa commented 1 year ago

Hi, it should already be there for the bsearch. Is it not working?

Unfortunately, adding a progress bar to the msearch is not straightforward because everything happens outside of Python at run time.

celsofranssa commented 1 year ago

I see. I've only tested Multi-search. However, I'll apply Batch-search since I am working with hundreds of thousands of queries.