Databricks Certified Generative AI Engineer Associate — Question 39
What is the most suitable library for building a multi-step LLM-based workflow?
Answer options
- A. Pandas
- B. TensorFlow
- C. PySpark
- D. LangChain
Correct answer: D
Explanation
LangChain is specifically designed to facilitate the development of applications using large language models through multi-step workflows. While Pandas, TensorFlow, and PySpark have their own strengths, they are not tailored for managing LLM-based workflows like LangChain is.