Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 464 Bytes

File metadata and controls

18 lines (14 loc) · 464 Bytes

Example 08: Comparison Model

Input
  ├──▶ Graph A ──▶ Output A ──┐
  │                           ├──▶ Compare / Evaluate
  └──▶ Graph B ──▶ Output B ──┘

Runs two independent linear graphs (lowercase vs uppercase) on the same input and compares their outputs. Comparison happens outside the graphs.

Run

pnpm build
pnpm --filter @composable-model-graph/example-08-comparison-model start