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 Updated

File contents

opendcai/dataflow-skills/tree/main/core_text/generate/retrieval-generator commit 70923ac0dc

Frequently asked questions

npx skillmds@latest add opendcai/retrieval-generator-2