Skip to main content
The forward trigger starts a pipeline with a document that another pipe forwarded to it. Pair it with the Route action in AI classification mode (or a Forward output) in another pipe to split documents across specialized pipes based on their content.

Configuration

FieldTypeRequiredDescription
Classificationsdocument pickerYesUp to five reference documents used to train AI classification for this pipe

Classifications

DocPipe compares incoming pages against the reference documents you select and only forwards pages that are a close enough match, based on the Route action Confidence Threshold.
  1. Upload at least one document to the pipe so it appears in the picker
  2. Open the forward trigger node and select up to five documents
  3. Click Generate
  4. Confirm to generate classification embeddings. Generation costs 0.2 credits per page
After generation the picker shows the existing references. Remove a reference at any time to retrain. A pipe with no classifications cannot be selected as a target from a Route action in AI classification mode.

Inputs and outputs

Allowed inputs: None. This is a trigger node. Output: The forwarded document, passed to the next connected node.

Forward output

Send documents from this pipe to another pipe’s forward trigger

Route action

Use AI classification to forward pages to multiple pipes

Extract action

Extract structured data once the forwarded document arrives