Description

Output node

With the Output node, you will be able to plot the result coming out of any other node.

Here are a few quick facts:

  • Markdown: The output node uses Markdown to format the text. You can use it to add links, imgs, headings, and more.
  • Length: While output can have any length, you should be mindful that LLM prompts have a limit on how many words they can result.
  • Intermediate Outputs: Use intermediate Output nodes to debug your workflow: for example, connect it to a vector store to see what chunks of text are returned.

Example of Output formatting

How to expose your Outputs externally?

Exposing the Output node externally

When navigating the Export Builder, make sure to select the Output node as the one you want to expose externally. Hide the other Output nodes (i.e., the ones used for debugging) by simply not selecting them.