Databricks Certified Generative AI Engineer Associate — Question 38

A small and cost-conscious startup in the cancer research field wants to build a RAG application using Foundation Model APIs.
Which strategy would allow the startup to build a good-quality RAG application while being cost-conscious and able to cater to customer needs?

Answer options

Correct answer: B

Explanation

Choosing a smaller domain-specific LLM (option B) allows the startup to focus on relevant information, which can lead to better performance in their specific area of cancer research while keeping costs lower. In contrast, limiting the number of documents (option A) may hinder the application’s capabilities, while restricting queries (option C) could frustrate customers. Using the largest LLM (option D) may not be cost-effective or necessary for their specific needs.