🔥 3-day streak
Databricks Certified Generative AI Engineer Associate64 / 145
Question 64 of 145
A Generative AI Engineer is building a RAG chain with LangChain over a Databricks Vector Search index of product manuals. During testing, users ask questions whose answers span multiple sections of a manual (e.g., 'What are all the steps to reset and recalibrate the device?'). The current retriever is configured with search_kwargs={'k': 2}, and the LLM frequently produces incomplete answers that miss steps. Retrieval relevance for the top results is high, and the embedding model is appropriate for the domain. What is the most effective adjustment to improve answer completeness?
Reviewed for accuracy · Report an issueNext question