Is there a way to disable tqdm in bm25s? I need to extract tons of queries and the tqdm is annoying. Tried the `os.environ["TQDM_DISABLE"] = "1"` but it does not work. Thanks.