Hello, NeMo Data Designer Team!
I'm exploring Data Designer for a use case where I need to sample multiple rows from a seed dataset and use them together as context for generating a single record. For example, I'd like to randomly pick 5 rows from my seed dataset and pass them all to an LLM prompt to generate a multi-document summary. Currently, it seems like the seed dataset works with a 1:1 mapping (one seed row = one generated record). Is there a way to achieve this, or is this something being considered for future releases?
Thanks!