A company wants an LLM-based chatbot to provide customer-service agents with contextual, policy-based answers in real time. The knowledge source is the company's policy documents. What is the most cost-effective solution?
Choose an answer
Tap an option to check your answer.
Correct answer: Use Retrieval Augmented Generation (RAG) to supply policy content in-context at runtime..
Why this is the answer
RAG is the most cost-effective solution because it dynamically retrieves relevant policy documents and injects them into the LLM's prompt at runtime. This allows the LLM to generate answers based on current, accurate information without requiring expensive and time-consuming retraining or fine-tuning of the entire model. Retraining or fine-tuning the entire LLM is significantly more expensive and computationally intensive, especially for large models, and would require frequent updates as policies change. Additional pre-training and data augmentation are also costly and overkill for this specific use case, as the goal is to leverage existing policy documents, not to fundamentally alter the LLM's core knowledge.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed