What is the URL Node?

The URL Node allows users to add a URL to the flow and scrape the HTML or Metadata of a website to use as an input to the LLM. Alternatvely, if an LLM node returns a URL as its output, it can feed into the URL node to scrape a website in a more complex workflow.

How to use the URL Node

  1. Add a URL node to your flow.
  2. Connect the URL node to an LLM node.
  3. Mention the URL node in the LLM node by pressing ”/” and selecting the URL node.
  4. Add an Output node to your flow.
  5. Connect the Output node to the LLM node.

How to expose the URL node to your users

  1. Go to the Export tab.
  2. Enable the file node in the Inputs section.
  3. Press Save Interface to save your changes.
  4. Your users should now see an upload button in the interface.