cancel
Showing results for 
Search instead for 
Did you mean: 
Generative AI
Explore discussions on generative artificial intelligence techniques and applications within the Databricks Community. Share ideas, challenges, and breakthroughs in this cutting-edge field.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Karthik_Karanm
by New Contributor III
  • 851 Views
  • 1 replies
  • 0 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...

  • 851 Views
  • 1 replies
  • 0 kudos
Latest Reply
dkushari
Databricks Employee
  • 0 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...

  • 0 kudos
GunaR
by New Contributor II
  • 192 Views
  • 2 replies
  • 0 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...

  • 192 Views
  • 2 replies
  • 0 kudos
Latest Reply
dkushari
Databricks Employee
  • 0 kudos

Hi @GunaR - Are you saying these users are not set up in Databricks at all, or are you saying these users are set up in an IDP (such as Azure Entra ID) and then synced with Databricks?

  • 0 kudos
1 More Replies
Dulce42
by New Contributor II
  • 5093 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': [{...

  • 5093 Views
  • 1 replies
  • 1 kudos
Latest Reply
mark_ott
Databricks Employee
  • 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
Phani1
by Valued Contributor II
  • 1525 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

  • 1525 Views
  • 2 replies
  • 1 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 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
1 More Replies
avinashk
by New Contributor III
  • 839 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...

  • 839 Views
  • 4 replies
  • 5 kudos
Latest Reply
BS_THE_ANALYST
Esteemed Contributor II
  • 5 kudos

@avinashk thanks for the update! Glad it's resolved.All the best,BS

  • 5 kudos
3 More Replies
devipriya
by New Contributor III
  • 639 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?

  • 639 Views
  • 1 replies
  • 3 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 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
yvesbeutler
by New Contributor III
  • 1324 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...

  • 1324 Views
  • 2 replies
  • 3 kudos
Latest Reply
Sharanya13
Contributor III
  • 3 kudos

Thanks @Vinay_M_R for the detailed explanation. It's good to know that Genie can ask clarifying questions.

  • 3 kudos
1 More Replies
hammad
by New Contributor
  • 5676 Views
  • 2 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?

  • 5676 Views
  • 2 replies
  • 0 kudos
Latest Reply
GrahamIII
New Contributor II
  • 0 kudos

see Announcing Public Preview of AI/BI Genie Conversation APIs | Databricks Bloglook for section: Integrating Genie into Mosaic AI Agent Frameworkthere is sample notebook here as well:  langgraph-multiagent-genie-pat - Databricks

  • 0 kudos
1 More Replies
JYvesLimantour
by New Contributor III
  • 1428 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...

  • 1428 Views
  • 2 replies
  • 1 kudos
Latest Reply
SP_6721
Honored Contributor
  • 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
1 More Replies
GabrielS
by New Contributor II
  • 9461 Views
  • 2 replies
  • 1 kudos

AI/BI Genie API

Hi everyone,I'm currently working on a project that implements a custom front end for Genie using the Genie API: https://docs.databricks.com/api/workspace/genie. So far, I’ve successfully built a working model that can send and receive messages.Howev...

  • 9461 Views
  • 2 replies
  • 1 kudos
Latest Reply
Walter_C
Databricks Employee
  • 1 kudos

Is there any possibility that workspace admin could have removed this permission to you? If you check the permissions on your side do you see yourself with at least Can View?

  • 1 kudos
1 More Replies
Muhammad_Umer
by New Contributor III
  • 14363 Views
  • 1 replies
  • 3 kudos

Genie Space

How can I export/share a Genie space across different workspace environments such as DEV,QA, and PROD etc.# Genie

  • 14363 Views
  • 1 replies
  • 3 kudos
Latest Reply
Rjdudley
Honored Contributor
  • 3 kudos

You would use Git Folders (Run Git operations on Databricks Git folders (Repos) | Databricks on AWS).  In my environment, it doesn't appear to be supported yet.  You can create a Genie space in a Git Folder at this time, but you get this alert: 

  • 3 kudos
mortenhaga
by Contributor
  • 33673 Views
  • 2 replies
  • 1 kudos

Databricks Genie

Hi allWe have just started a little mini project on using Genie and up until now, our experience is very positive. Therefore, Im interested in more documentation and learning materials other than what Databricks officially has (https://docs.databrick...

  • 33673 Views
  • 2 replies
  • 1 kudos
Latest Reply
Databricks_AI
New Contributor II
  • 1 kudos

Hi @mortenhaga , since we are also looking for the same approach, is there a way that you found out or is there any reply which helped you to figure out the above problem?

  • 1 kudos
1 More Replies
Rafael2
by New Contributor
  • 4120 Views
  • 1 replies
  • 0 kudos

Preventing Genie from Returning Empty Tables as Responses

Hello! I am implementing the use of a Genie Room in my company. During development, we are encountering several situations where Genie returns an empty table.I understand that an empty table is always an error—either due to a mistake in the user's qu...

  • 4120 Views
  • 1 replies
  • 0 kudos
Latest Reply
Takuya-Omi
Valued Contributor III
  • 0 kudos

I found this to be a very interesting approach.One important point to consider is that an empty result can also carry meaning. With this in mind, I provided the following instructions to Genie:When a user's query results in an empty table, first dete...

  • 0 kudos
mortenhaga2
by New Contributor III
  • 11327 Views
  • 7 replies
  • 2 kudos

Resolved! Genie: Cant upvote/downvote, cant edit queries nor view other results

Hi allI have been trying to get some feedback on this before, but since this is important to if and how my organization is going to adopt this tool, I need some help on this:For me as an account admin and workspace admin, my problem is that I cant up...

mortenhaga2_0-1725264270178.png mortenhaga2_1-1725264435843.png mortenhaga2_3-1725264479589.png
  • 11327 Views
  • 7 replies
  • 2 kudos
Latest Reply
holly
Databricks Employee
  • 2 kudos

Amazing user story - this has been great for our internal discussions, thank you

  • 2 kudos
6 More Replies