I’m building a flow in which the user uploads 2 or 3 PDF files and asks a question that should be answered by analysing and linking the content of all the documents.
Everything works well except that the Extract Information from Document
block automatically detects and attempts to validate URLs or DOIs found in the text, which either breaks the flow or prevents the output from generating correctly.
Even when the prompt explicitly instructs the model not to follow or use links, the system still tries to process them.
How can this be avoided?
- Is there a way to disable the automatic URL/DOI validation?
- Is this behaviour coming from the
Extract Information
block or the base model?
Thanks for any help you can offer.