Integrating LangGraph with AI Cookbook Agent Template on Databricks using MLflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2025 04:07 AM
I am working on building an agent using the AI Cookbook Agent Template and would like to integrate LangGraph into the agent template. Specifically, I want to build an agent that uses an adaptive RAG chain and an SQL agent. My goal is to implement this in Databricks, leveraging MLflow for model management and tracking.
Could you please guide me on how to:
- Integrate LangGraph with the AI Cookbook agent template in a Databricks environment?
- Implement an adaptive RAG chain and SQL agent within Databricks using MLflow for model tracking and management?
- Ensure seamless interaction between these components, including any necessary configuration or code examples?
Any advice or resources would be greatly appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2025 07:54 AM
Hi @aliciachimeno,
Please take a look at: https://github.com/databricks/genai-cookbook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2025 08:18 AM - edited 02-01-2025 08:19 AM
Hi, this is the template i am using, but i want to integrate LangGraph with this template.

