You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR you are referring to is related to Haystack 1.x.
Haystack 2.x is a complete rewrite and we have not migrated this functionality.
I believe several advances have been made on tqdm in the meantime.
You should be able to control the behavior of progress bars using environment variables like TQDM_DISABLE, TQDM_MININTERVAL, ... which correspond to tqdm.tqdm parameters.
Let us know if this helps or you still encounter problems.
Sadly this does not work, because those ENVs only change the defaults of TQDM and you are forcefully overwriting those with your own variables, for example here:
Describe the bug
This might be a regression of #5207 . The env variable
HAYSTACK_PROGRESS_BARS
has no effect anymore. Progress bars are still visible.Expected behavior
The env variable hides all progress bars.
To Reproduce
Create any pipeline and execute with the env variable. The progress bars are still shown.
FAQ Check
Yes. But you removed the relevant question from haystack 1.0 to haystack 2.0.
System:
The text was updated successfully, but these errors were encountered: