DataDesigner/packages/data-designer-engine
2026-05-21 22:07:05 -04:00
..
src/data_designer/engine Merge remote-tracking branch 'origin/main' into codex/progress-throughput-panel 2026-05-21 21:57:00 -04:00
tests test: make throughput redraw assertion logger-level independent 2026-05-21 22:07:05 -04:00
pyproject.toml feat: chart generation throughput 2026-05-20 21:55:16 -04:00
README.md feat: remove litellm dependency and bridge path (#455) 2026-03-24 11:41:00 -06:00

data-designer-engine

Generation engine for NeMo Data Designer synthetic data generation framework.

This package contains the execution engine that powers Data Designer. It depends on data-designer-config and includes heavy dependencies like pandas, numpy, and native HTTP-based LLM integration.

Installation

pip install data-designer-engine

This automatically installs data-designer-config as a dependency.

See main README.md for more information.