Skip to content

[POC] Expose retrieval SDG as a Data Designer recipe#12

Closed
oliverholworthy wants to merge 1 commit intoNVIDIA-NeMo:steve/retriever-sdgfrom
oliverholworthy:oholworthy/data-designer-recipes
Closed

[POC] Expose retrieval SDG as a Data Designer recipe#12
oliverholworthy wants to merge 1 commit intoNVIDIA-NeMo:steve/retriever-sdgfrom
oliverholworthy:oholworthy/data-designer-recipes

Conversation

@oliverholworthy
Copy link
Copy Markdown

@oliverholworthy oliverholworthy commented May 6, 2026

Summary

This is a proof of concept showing how an application-level retrieval SDG pipeline can be exposed as an installable Data Designer recipe.

It registers a retrieval-sdg recipe entry point, adds a typed recipe config model, maps recipe config into the existing pipeline builder, and documents the run-recipe workflow.

Notes

  • POC intended to pair with the DataDesigner recipe CLI PR.
  • The recipe keeps pipeline-specific orchestration in the plugin package while exposing a reusable Data Designer entry point.

Testing

  • data-designer recipes list
  • data-designer recipes show retrieval-sdg

Signed-off-by: Oliver Holworthy <1216955+oliverholworthy@users.noreply.github.com>
@oliverholworthy
Copy link
Copy Markdown
Author

Closing this older plugin-side POC as superseded by #14.

The replacement PR targets the newer recipe discovery design from NVIDIA-NeMo/DataDesigner#613 and keeps retrieval SDG as an external consumer registered through the data_designer.recipes entry point group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant