🔥 3-day streak
Databricks Certified Generative AI Engineer Associate82 / 145
Question 82 of 145

A GenAI engineer has built a custom retrieval-augmented chain in Python that orchestrates a vector search retriever, a custom re-ranking function, and a foundation model call. The chain is not implemented using a supported LangChain construct — it is plain Python with several helper modules. The engineer needs to log this chain to MLflow so it can be deployed to a Model Serving endpoint that accepts JSON requests and returns text responses. Which approach correctly packages this chain for serving?

Reviewed for accuracy · Report an issueNext question