How can we serve Genie as an endpoint model like RAG?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2024 02:14 AM
Is there any way to serve genie bot as a endpoint model like we serve RAG models. So we can access the genie bot outside the genie space?
- Labels:
-
Genie
-
Genie - Notebook Access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 05:46 AM
Hi @hammad, Genie has its own APIs and cannot be served through Model Serving (creating a Model Serving Endpoint). All Genie queries happen in the context of a Genie Space even when accessed through the API. The Space is how Genie knows what data it should access, receive additional instructions, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 03:46 AM
see Announcing Public Preview of AI/BI Genie Conversation APIs | Databricks Blog
look for section: Integrating Genie into Mosaic AI Agent Framework
there is sample notebook here as well: langgraph-multiagent-genie-pat - Databricks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2025 04:45 AM
Hi @hammad, you can use AgentBricks - Multi Agent Supervisor to achieve the same result. You also use Genie as a Databricks-managed MCP tool. Depending on your situation, you can choose the option that suits you best.