Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion architecture/engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ConfigurableTask
└── ColumnGeneratorFullColumn (strategy: FULL_COLUMN, generate(DataFrame))
```

Each concrete generator (e.g., `SamplerColumnGenerator`, `LLMTextColumnGenerator`) combines the appropriate base classes. The `GenerationStrategy` enum (`CELL_BY_CELL` or `FULL_COLUMN`) determines how the dataset builder dispatches work.
Each concrete generator (e.g., `SamplerColumnGenerator`, `LLMTextCellGenerator`) combines the appropriate base classes. The `GenerationStrategy` enum (`CELL_BY_CELL` or `FULL_COLUMN`) determines how the dataset builder dispatches work.

### ResourceProvider

Expand Down
Loading