Loop over stopping middle way

the loop over is stopping middle way beacause certain pdfs do not have extractable test so default data loader is giving no output so the workflow is stopping , is there any way i can skip this pdfs

Hey @adith hope all is well.

What you could do is extract the content before the vector store, check if it is empty (no extractable content), in this case - close the loop, otherwise pass to the vector store.

It could look something like this

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.