Find answers from the community

Updated 2 months ago

Recursive

Found some issues w/ recursive in SimpleDirectoryReader ... does it work out of the box, or does it need any tweaks to make it work?
E
M
4 comments
can you share the issue?
I was trying to test w/ multiple nested folders ... it could travers in one path, extracting the folders, but other paths weren't found, and the output was getting stuck in an endless loop thereon
assuming x is the directory we give ... the various paths could be ...
x.1,
x.1.1,
x.1.2,
x.2,
x2.1,
x.2.2,
x.2.2.1,
x.2.2.2
x.2.3
comprising of some txt, pdf, and audio files
Add a reply
Sign up and join the conversation on Discord