Find answers from the community

Updated 2 months ago

Showing progress and timing stats in SimpleDirectoryReader

Anyway to show the progress/timing stats in SimpleDirectoryReader? Like how much time i need to wait for 1000 PDFs in the folder needed to be ingest?
W
J
3 comments
I dont think thats possible yet but you can get a progress bar which can show you how much progress has been done.

Plain Text
docs = SimpleDirectoryReader(...).load_data(show_progress=True)
You can get an idea with the progress bar though that how much is done and how much is left
that's what i was looking for, thanks
Add a reply
Sign up and join the conversation on Discord