Ponder
Classify, extract, and generate typed values with one model call per input
row.
Embed
Turn text into comparable vectors for retrieval and similarity workflows.
How Plot Plugins fit
- A Plot selects and shapes Workspace data with SQL.
- A Plot Plugin evaluates its operation for the rows that reach the function.
- DataFusion returns Arrow values as part of the query result.
- A materialized Plot publishes that result in the Parable Pool.
A Plot is a Piece with its own query and
result. A Plot Plugin is a function that a Plot can call; it is not another
Piece.