Filtering files in PyPDFDirectoryLoader
I would like to limit the files loaded using langchain_community.document_loaders.pdf.PyPDFDirectoryLoader
to a specific list. I tried using glob but there is some odd behaviour there
I would like to limit the files loaded using langchain_community.document_loaders.pdf.PyPDFDirectoryLoader
to a specific list. I tried using glob but there is some odd behaviour there