DataDesigner/packages/data-designer-engine
Nabin Mulepati 2a487cdc5c
feat: add dropped column preservation toggle (#691)
* feat: add dropped column preservation toggle

Closes #690

Signed-off-by: Nabin Mulepati <nmulepati@nvidia.com>

* fix: reject dropped column policy resume mismatch

Signed-off-by: Nabin Mulepati <nmulepati@nvidia.com>

---------

Signed-off-by: Nabin Mulepati <nmulepati@nvidia.com>
2026-05-21 13:19:20 -06:00
..
src/data_designer/engine feat: add dropped column preservation toggle (#691) 2026-05-21 13:19:20 -06:00
tests feat: add dropped column preservation toggle (#691) 2026-05-21 13:19:20 -06:00
pyproject.toml chore(agentic-ci): declare numpy as direct dependency of data-designer-engine (#676) 2026-05-20 09:32:24 -03: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.