🔥 3-day streak
Databricks Certified Generative AI Engineer Associate56 / 145
Question 56 of 145
You are building a customer-facing RAG chatbot on Databricks using LangChain LCEL. The chain calls a pay-per-token Foundation Model API endpoint for generation. During load testing, occasional 429 rate-limit errors and transient endpoint failures cause the entire chain to fail and return errors to users. You want the chain to automatically try a secondary provisioned-throughput endpoint when the primary call fails, without rewriting the chain logic. Which LangChain approach best satisfies this requirement?
Reviewed for accuracy · Report an issueNext question