Retrieval Generator

Reference documentation for the RetrievalGenerator operator. [Purpose] Reads one text column from storage, forwards every non-empty row to `llm_serving.generate_from_input(...)`, and writes the returned list into a new output column. [Default backend] Use `LightRAGServing` by default. [Important] `run()` is async. The operator itself does not initialize the serving object; it only awaits `llm_serving.generate_from_input(llm_inputs, system_prompt)`.

opendcai c01477a 4 files · 12.4 KB Updated

File contents

opendcai/dataflow-webui/tree/main/skills/canonical/core_text/generate/retrieval-generator commit c01477a953

Frequently asked questions

npx skillmds@latest add opendcai/retrieval-generator