Databricks GenAI Engineer · Application Development
A Generative AI Engineer is building a RAG chatbot on Databricks. The pipeline must retrieve context from a Databricks Vector Search index, format it into a prompt template, and call a Foundation Model API endpoint. The engineer wants to compose these steps declaratively so each component can be swapped independently and the chain supports streaming output token by token.
Which approach should the engineer use?