Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on May 13, 2024 2:42AM
Likes: 0
Replies: 2
If I want to run the "summarize text" recipe on, say 20 000, documents - is there a way I can see the progress of the recipe while it's running?
Hello @MyNamesJames
There is a popular python library tqdm, which does the job well. This produces the progress of the documents with a loading bar in the job log of your recipe.
Look at : https://pypi.org/project/tqdm/ where you can find how to customize it for your use-case.
In attachement there is an example output you can have.
Hi there,
Thanks for the reply. Sorry, I should have been more specific. I was referring to the "LLM Summarize" visual recipe (not Python).
Something like the tqdm bar would be great.