🔥 3-day streak
Databricks Certified Generative AI Engineer Associate60 / 145
Question 60 of 145

A Generative AI Engineer is building a LangChain LCEL chain for a customer support assistant. For each incoming ticket, the chain must simultaneously (1) classify the ticket priority and (2) extract the product name, then feed both results into a final prompt that drafts a response. Both the classification and extraction steps call the same Foundation Model endpoint and are independent of each other. The engineer wants to minimize end-to-end latency. Which LCEL construct should be used to run the two independent steps?

Reviewed for accuracy · Report an issueNext question