Databricks Certified Generative AI Engineer Associate — Question 67

A Generative AI Engineer at an automotive company would like to build a question-answering chatbot for customers to inquire about their vehicles. They have a database containing various documents of different vehicle makes, their hardware parts, and common maintenance information.

Which of the following components will NOT be useful in building such a chatbot?

Answer options

Correct answer: A

Explanation

Encouraging users to submit long questions is not practical for a chatbot, as it complicates understanding and processing. In contrast, a response-generating LLM, an embedding model, and a vector database are essential components that enhance the chatbot's ability to comprehend and answer queries effectively.