- 470 Views
- 3 replies
- 2 kudos
Resolved! Genie UI MCP Server Connection Issue
Hi community,I ran into an issue while connecting a third-party MCP server to Genie's general chat UI and wanted to check if anyone else has seen this.The connection fails immediately during the initial MCP handshake with:`TypeError: unhashable type:...
- 470 Views
- 3 replies
- 2 kudos
- 2 kudos
Hi @Bihaag_N, From what I can gather, I couldn't find this exact TypeError: unhashable type: 'list' in the public docs, and I also don’t see any documented connection-side requirement stating that third-party MCP manifests need list fields normalised...
- 2 kudos
- 363 Views
- 1 replies
- 1 kudos
Resolved! Facing issue while opening Genie Code
Hi,For the past 3-4 days, I have not been able to open the Genie Code AI assistant in the Databricks workspace. Earlier, it was working fine and was quite helpful for code development.I am getting the error message shown below (screenshot pasted). I ...
- 363 Views
- 1 replies
- 1 kudos
- 1 kudos
Hi @ashdc2026 ,Check below thread. Try to also delete cookies. If that won't help use inspect tool and attach more detailed error message:Solved: Not able to access Databricks AI assistant or crea... - Databricks Community - 147951
- 1 kudos
- 3930 Views
- 12 replies
- 1 kudos
RLS in Genie Space
I am developing a Conversational BI Solution using Genie. There are users from different roles and we need to restrict the rows returned based on the user's role. Typically RLS. I understand from documentation Genie leverage the RLS setup on the Unit...
- 3930 Views
- 12 replies
- 1 kudos
- 1 kudos
Hi Guna, I have been trying to implement the same in my environment. Do you have any luck?
- 1 kudos
- 1316 Views
- 3 replies
- 0 kudos
Databricks app calling Genie API has empty data array
I have a Databricks app that makes calls to Genie API, it successfully returns a response containing the text response and the generated SQL query. However, the actual result of the SQL query is missing, in the result object, there is the metadata fo...
- 1316 Views
- 3 replies
- 0 kudos
- 0 kudos
Hi @lewissolarin,The behavior you are seeing, where data_array is None and external_links is empty, is expected at a certain stage of the Genie API workflow. The Genie API uses the EXTERNAL_LINKS disposition for returning query results, which means d...
- 0 kudos
- 957 Views
- 1 replies
- 1 kudos
Resolved! Voice Interface for Genie via Azure AI Foundry – 400 Bad Request with Cross-Subscription Setup
Hi everyone,I'm building a voice-enabled solution on Azure AI Foundry that allows users to interact with Genie using speech instead of text. The architecture involves exposing a Genie Space as a tool within Foundry, which works perfectly in my own en...
- 957 Views
- 1 replies
- 1 kudos
- 1 kudos
I found the issues.the resources were deployed into different tenant and subscriptions. Seems now it's possible only to autentificate with PAT and not with other auth. So for now I can use only my account and not a Service Principal
- 1 kudos
- 954 Views
- 1 replies
- 1 kudos
Resolved! Genie spaces - instructions
Hi all,I'm experimenting with Databricks Genie, I have a setup where Genie is based on a Metrics View. In the Metrics View, we have multiple sales related measures and different kinds of revenue measures. Is anyone aware, if there is an option to add...
- 954 Views
- 1 replies
- 1 kudos
- 1 kudos
Hello! Yes, this is possible! You can add this to the Instructions Section of your Genie Space. Here's an example: When users ask about "revenue" without specifying which type, always ask for clarification about which revenue measure they want: Total...
- 1 kudos
- 1206 Views
- 1 replies
- 1 kudos
Resolved! Running Into Erroneous "Databricks Connected" Messages with Claude Desktop
When I try to connect Databricks via the connector that is now available within Claude Desktop to a genie space I have available (which is just the default test one), Databricks appears to say that it connects successfully, but it never actually work...
- 1206 Views
- 1 replies
- 1 kudos
- 1 kudos
Greetings @kcailabs , Thanks for sharing the screenshots—this helps. From what I can see, Claude shows a “Successfully connected to Databricks” toast while the Databricks connector still displays “Disconnected,” and the Server URL entered is just a p...
- 1 kudos
- 7701 Views
- 3 replies
- 0 kudos
How can we serve Genie as an endpoint model like RAG?
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?
- 7701 Views
- 3 replies
- 0 kudos
- 0 kudos
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.
- 0 kudos
- 2106 Views
- 1 replies
- 1 kudos
Permission Denied for Genie Auto-Generated Service Principal on SQL Endpoint in Playground
Hi community,Use Genie in multi-agent systems | Databricks DocumentationI’ve developed a multi-agent Genie in Databricks and integrated it with vector indexes. The setup works fine during model logging and prediction. The system successfully register...
- 2106 Views
- 1 replies
- 1 kudos
- 1 kudos
Hi @Karthik_Karanm - Can you ensure to add the Genie in the resources as mentioned in the TODO of the cell. To enable automatic authentication, specify the dependent Databricks resources when calling mlflow.pyfunc.log_model(). TODO: If your Unity Ca...
- 1 kudos
- 6906 Views
- 1 replies
- 1 kudos
Resolved! API GENIE
Hi community!Yesterday I tried extract history chat from my genie spaces but I can't export chats from other users, I have the next error:{'error_code': 'PERMISSION_DENIED', 'message': 'User XXXXXXXX does not own conversation XXXXXXXX', 'details': [{...
- 6906 Views
- 1 replies
- 1 kudos
- 1 kudos
Based on current documentation and available resources, exporting chat histories from Genie Spaces is restricted by ownership rules: only the user who owns the conversation can export that specific chat history, regardless of admin permissions or wor...
- 1 kudos
- 2145 Views
- 2 replies
- 1 kudos
Preserving Intelligence and Learning during Genie Space Migration
Hi Team,How can we migrate a Genie space to a higher environment while preserving its existing intelligence and learning, along with the catalog, to avoid recreating the same knowledge.Regards,Phani
- 2145 Views
- 2 replies
- 1 kudos
- 1 kudos
Okay, maybe I’ll bring up an uncomfortable topic and ask why we should even bother trying to help you if you can’t dedicate five minutes of your time to let us know whether a suggestion or reply worked. We are spending our free time answering questio...
- 1 kudos
- 2081 Views
- 4 replies
- 5 kudos
Resolved! Databricks Genie API - Get conversation message
Hello team, I am trying to call the data bricks genie APIs from a frontend with NodeJS. I was able to test most of the APIs and was successful in getting response from all. But since yesterday afternoon, the below API GET /api/2.0/genie/spaces/{space...
- 2081 Views
- 4 replies
- 5 kudos
- 5 kudos
@avinashk thanks for the update! Glad it's resolved.All the best,BS
- 5 kudos
- 3739 Views
- 1 replies
- 3 kudos
Resolved! Model used by Genie
What’s the exact LLM powering Databricks Genie? If there’s more than one, which one mainly handles the responses?
- 3739 Views
- 1 replies
- 3 kudos
- 3 kudos
Hi @devipriya ,Genie uses Azure OpenAI. You can find more details at below documentation entry: https://docs.databricks.com/aws/en/databricks-ai/databricks-ai-trust#partner-powered-vs-databricks-powered-features
- 3 kudos
- 2816 Views
- 2 replies
- 3 kudos
Resolved! Can Genie ask clarifying questions?
I am looking for a way to force Genie to ask questions when an instruction is not entirely clear. Are there specific options or instructions that I could use for this, or is it managed internally by Databricks and we cannot adjust it?I would like Gen...
- 2816 Views
- 2 replies
- 3 kudos
- 3 kudos
Thanks @Vinay_M_R for the detailed explanation. It's good to know that Genie can ask clarifying questions.
- 3 kudos
- 2184 Views
- 2 replies
- 1 kudos
Resolved! Compound keys on Genie
Is it just me or Genie´s generated SQL code failes to use composite keys -of the underlying related tables- as its default behavoir, regardless of the model having relationships declared explicitly.Sometimes I have fixed this scenario by using an ins...
- 2184 Views
- 2 replies
- 1 kudos
- 1 kudos
Hi @JYvesLimantour Genie struggles with composite keys by design. A few things that might help:Clearly define your primary and foreign key relationships in Unity Catalog.Add example SQL queries that include composite joins to give Genie better contex...
- 1 kudos
-
agent
2 -
agent bricks
2 -
Agent Skills
1 -
agents
2 -
AI
2 -
AI Agents
10 -
ai gateway
2 -
Anthropic
1 -
API Documentation
1 -
App
3 -
Application
1 -
Asset Bundles
1 -
Authentication
1 -
Autologging
1 -
automoation
1 -
Aws databricks
2 -
ChatDatabricks
1 -
claude
5 -
Cluster
1 -
Credentials
1 -
crewai
1 -
cursor
1 -
Databricks App
3 -
Databricks Course
1 -
Databricks Delta Table
1 -
Databricks Mlflow
2 -
Databricks Notebooks
1 -
Databricks SQL
1 -
Databricks Table Usage
1 -
Databricks-connect
1 -
databricksapps
1 -
delta sync
1 -
Delta Tables
1 -
Developer Experience
1 -
DLT Pipeline
1 -
documentation
1 -
Ethical Data Governance
1 -
Foundation Model
4 -
gemini
1 -
gemma
1 -
GenAI
11 -
GenAI agent
2 -
GenAI and LLMs
5 -
GenAI Generation AI
1 -
GenAIGeneration AI
47 -
Generation AI
2 -
Generative AI
5 -
Genie
20 -
Genie - Notebook Access
2 -
Genie Code
3 -
GenieAPI
5 -
Google
1 -
GPT
1 -
healthcare
1 -
Index
1 -
inference table
1 -
Information Extraction
1 -
Langchain
4 -
LangGraph
1 -
Llama
1 -
Llama 3.3
1 -
LLM
2 -
machine-learning
1 -
mcp
3 -
MlFlow
4 -
Mlflow registry
1 -
MLFlow Tracking Server
1 -
MLModels
1 -
Model Serving
3 -
modelserving
1 -
mosic ai search
1 -
Multiagent
2 -
NPM error
1 -
OpenAI
1 -
Pandas udf
1 -
Playground
1 -
productivity
1 -
Pyspark
1 -
Pyspark Dataframes
1 -
RAG
3 -
ro
1 -
Scheduling
1 -
Server
1 -
serving endpoint
3 -
streaming
2 -
Tasks
1 -
Vector
1 -
vector index
1 -
Vector Search
2 -
Vector search index
6