Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
Showing progress and timing stats in SimpleDirectoryReader
Showing progress and timing stats in SimpleDirectoryReader
Inactive
0
Follow
J
Jatin.K
2 months ago
Β·
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
Share
Open in Discord
W
WhiteFang_Jr
2 months ago
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
Copy
docs = SimpleDirectoryReader(...).load_data(show_progress=True)
W
WhiteFang_Jr
2 months ago
You can get an idea with the progress bar though that how much is done and how much is left
J
Jatin.K
2 months ago
that's what i was looking for, thanks
Add a reply
Sign up and join the conversation on Discord
Join on Discord