A lock-and-dam inspection office needs load, split, embed, and write-to-store as a repeatable pipeline, with a branch when a file fails to parse. Which official tools orchestrate that as data work?
Select an answer to reveal the explanation.
Short Explanation
Load, split, embed, write-to-store, with a branch when a file fails to parse. LangChain for the linear path, LangGraph when it branches — as a data orchestrator, not a chatbot turn loop, an experiment harness, or NCCL.
Full Explanation
Official Domain 4 wording: orchestrate data pipelines, and environment-enabled agents, with LangChain and LangGraph. Load, split, embed, and write-to-store is that pipeline; a parse-failure branch is why LangGraph appears. This is not a chatbot turn loop, not an experiment harness, and not NCCL. Keep the tools in the data lane.