Random Domain Knowledge Row Generator

Reference documentation for the RandomDomainKnowledgeRowGenerator operator. [Purpose] Calls an LLM repeatedly with the same domain-generation prompt and writes the generated results into one column of an existing DataFrame. [When to use] Use it when you already have a seed DataFrame with the exact target row count and want to fill one output column with domain-specific generated content. If you need to build prompts from existing row fields, use PromptedGenerator or FormatStrPromptedGenerator instead.

opendcai Updated

File contents

opendcai/dataflow-skills/tree/main/core_text/generate/random-domain-knowledge-row-generator commit d164ae82b6

Frequently asked questions

npx skillmds@latest add opendcai/random-domain-knowledge-row-generator-2