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

Sujitha
by Databricks Employee
  • 38468 Views
  • 22 replies
  • 48 kudos

Databricks Announces the Industry’s First Generative AI Engineer Learning Pathway and Certification

Today, we are announcing the industry's first Generative AI Engineer learning pathway and certification to help ensure that data and AI practitioners have the resources to be successful with generative AI. At Databricks, we recognize that generative ...

Screenshot 2024-01-24 at 11.32.01 PM.png
  • 38468 Views
  • 22 replies
  • 48 kudos
Latest Reply
Darshan137
New Contributor II
  • 48 kudos

Dear Certifications TeamI have completed full Generative AI Engineering Pathway, so I received module wise knowledge badge but I didn't received the overall certificate which mentioned in description which is Generative AI Engineer with one Star. Req...

  • 48 kudos
21 More Replies
Andrewww
by New Contributor II
  • 807 Views
  • 3 replies
  • 0 kudos

Genie space: Delta Tables or Metric View

I have started experimenting with Genie Spaces.I have a delta table with sales information. It has a date column, customer, product and amount bought.My question is, is it better to point the genie space to the raw table or create a metric view with ...

  • 807 Views
  • 3 replies
  • 0 kudos
Latest Reply
balajij8
Esteemed Contributor II
  • 0 kudos

Adding both the raw Delta table and the Metric View generally causes confusions to the Space. Genie relies entirely on the schemas, descriptions and metadata you provide to translate queries into optimized SQL. If you expose both objects containing t...

  • 0 kudos
2 More Replies
prasuanu1222
by New Contributor II
  • 945 Views
  • 4 replies
  • 1 kudos

Genie spaces

Hello TeamI am planning to use a genie space for our project as we have seen some changes to costing i would like to understand few things1) what model does a genie space use and how to get costing estimate for the genie space?2) we want to embeded t...

  • 945 Views
  • 4 replies
  • 1 kudos
Latest Reply
prasuanu1222
New Contributor II
  • 1 kudos

Thanks for answering the question one more clarification is we want to embeded this as iframe in a external application and this application is used by 10000 users daily which will go off the limits on the no of requests and the genie space will have...

  • 1 kudos
3 More Replies
tech_us
by New Contributor II
  • 360 Views
  • 0 replies
  • 0 kudos

How Is Databricks Accelerating AI Innovation Across Industries?

As AI adoption continues to grow, organizations are looking for scalable platforms that can support data engineering, machine learning, analytics, and generative AI workloads. Databricks has become a key part of many AI strategies by helping teams un...

  • 360 Views
  • 0 replies
  • 0 kudos
steff_horemans
by New Contributor
  • 537 Views
  • 1 replies
  • 0 kudos

Resolved! First time user of the community platform

Hi everyone,Don't know where to put this specific question. I'm working on a reference data mesh implementation to connect and combine datasets to find matching trials for patients with a specific genetic profile. - Do you know anyone that might be i...

  • 537 Views
  • 1 replies
  • 0 kudos
Latest Reply
Ashwin_DSA
Databricks Employee
  • 0 kudos

Hi @steff_horemans, Yes, this is absolutely fine to ask here. You're touching a few quite different areas, though... Trial matching/reference data design, GenAI extraction of eligibility criteria, and governance/serving of bespoke models. You’ll like...

  • 0 kudos
Manas2000
by New Contributor
  • 424 Views
  • 1 replies
  • 0 kudos

DBSQL MCP output limit

Hi, Databricks Champions I am using SQL MCP server. I was able to connect to MCP and run my sql queries. However as my query out goes above 32,768 it gets truncated and I am not able to get the complete output. I can only pass warehouse_id in "_meta"...

  • 424 Views
  • 1 replies
  • 0 kudos
Latest Reply
frankieseabrook
New Contributor II
  • 0 kudos

HI @Manas2000 ,This appears to be a Databricks SQL MCP limitation, not a Databricks SQL warehouse limitation.A hacky workaround might be to manually paginate in SQL, e.g., with `ROW_NUMBER()` or `LIMIT/OFFSET`, and run separate MCP calls for each pag...

  • 0 kudos
mbecker
by New Contributor
  • 1115 Views
  • 1 replies
  • 0 kudos

Azure OpenAI v1 API support for External Model Serving / Mosaic AI Gateway?

Hi,I’m setting up an external model serving endpoint for Azure OpenAI through Databricks Model Serving / Mosaic AI Gateway, and I’m trying to understand whether the newer (more than a year old at this point) Azure OpenAI v1 API is currently supported...

  • 1115 Views
  • 1 replies
  • 0 kudos
Latest Reply
frankieseabrook
New Contributor II
  • 0 kudos

Short answer: based on the current Databricks docs, I would treat the built-in Azure OpenAI external model provider as expecting the older Azure OpenAI configuration shape, not the newer `/openai/v1/` shape.The key clue is that the Databricks Azure O...

  • 0 kudos
Jackryan360
by New Contributor
  • 5695 Views
  • 3 replies
  • 1 kudos

Resolved! How do Agentic AI services differ from traditional AI automation tools?

Hi everyone,I’m looking to understand the real difference between Agentic AI services and the traditional AI automation tools many businesses already use.In your experience, what makes Agentic AI services more advanced or effective?Are the advantages...

Generative AI
Agentic AI
AI
erpsoftware
Microsoft
  • 5695 Views
  • 3 replies
  • 1 kudos
Latest Reply
elsierainee
New Contributor II
  • 1 kudos

The core difference really does come down to autonomy and reasoning loops, not just better automation. Traditional AI automation tools (think RPA, rule-based bots, even most "AI-powered" workflow tools) operate on a trigger-action model. You define t...

  • 1 kudos
2 More Replies
Ankitkalra40
by New Contributor II
  • 599 Views
  • 2 replies
  • 0 kudos

Resolved! Querying Metric Views via Classic/Pro SQL Warehouses

I recently came across a unique edge case where I was serving a few metric views to my Genie Space.Within metric views, I had custom formatting options such as currency in INR. When I was querying using a Serverless Warehouse, the results were correc...

  • 599 Views
  • 2 replies
  • 0 kudos
Latest Reply
balajij8
Esteemed Contributor II
  • 0 kudos

You can handle the localization directly in the SQL model using CONCAT('INR', FORMAT_NUMBER(revenue, 2)) if you must stay on Pro. Otherwise, as Databricks recommends Serverless for optimal Genie Space performance, move to a Serverless SQL warehouse a...

  • 0 kudos
1 More Replies
asfriz
by New Contributor II
  • 1159 Views
  • 1 replies
  • 3 kudos

Request for Genie Agent Mode API with Streaming & Reasoning Trace Support

Hi everyone,Genie Agent Mode has been incredibly impressive and is one of the best tools we’ve come across, especially in how it handles multi-step reasoning and delivers structured end-to-end insights.We’re currently building a frontend application ...

  • 1159 Views
  • 1 replies
  • 3 kudos
Latest Reply
Ankitkalra40
New Contributor II
  • 3 kudos

Hi Asfriz,Genie Agent mode is currently unavailable via direct API. This capability is something we are also eagerly waiting for.For now, you can try building an Agent Supervisor which has your Genie space served as a tool & utilize the orchestrator ...

  • 3 kudos
dkxxx-rc
by Contributor
  • 492 Views
  • 1 replies
  • 0 kudos

Resolved! Agent crashes out on cells with %skip?

On my first try with letting the Genie Code agent run multiple cells in my existing notebook, it fails at a certain cell that has previously been given the %skip magic.  If I un-skip it, agent can then run the cell.Bug?

  • 492 Views
  • 1 replies
  • 0 kudos
Latest Reply
emma_s
Databricks Employee
  • 0 kudos

Hi, this definitely sounds like a bug, the fact that when you remove the %skip it runs fine. I did also find another report of this issue. The best bet is to file a support ticket for this. They will make sure it gets to the correct engineering team....

  • 0 kudos
simmitil
by New Contributor
  • 2205 Views
  • 2 replies
  • 0 kudos

Resolved! Genie Agent Mode Visibility vs Standard Mode Monitoring

In standard Genie Space chat, space managers can use the Monitoring tab to review prompts/conversations. However, in Agent Mode, we see the warning:“Genie agent responses may contain results obtained using other users’ credentials and are hidden from...

  • 2205 Views
  • 2 replies
  • 0 kudos
Latest Reply
Ksenia
New Contributor II
  • 0 kudos

If agent-mode Genie answers may contain data outside the reviewing manager’s own RLS/CLS scope, does that mean potentially sensitive data outside the Genie space (that is viewable to Genie Space user) is being processed by underlying foundation model...

  • 0 kudos
1 More Replies
Brahmareddy
by Esteemed Contributor II
  • 1783 Views
  • 1 replies
  • 0 kudos

The Real Problem with AI is Not Intelligence. It is Context.

I have been thinking a lot about something Ali Ghodsi (CEO - Databricks) said recently. In a Bloomberg interview, he stated: "We already have artificial general intelligence. We don't need AI to get smarter. It is just lacking context."After years of...

  • 1783 Views
  • 1 replies
  • 0 kudos
Latest Reply
Brahmareddy
Esteemed Contributor II
  • 0 kudos

 I built an interactive experience to go along with this discussion. It lets you toggle context signals on and off and see how AI decisions change in real time.Try it here: aineedscontext.comIt covers four scenarios: grocery reorder decisions, paymen...

  • 0 kudos
Clever
by New Contributor
  • 1056 Views
  • 1 replies
  • 0 kudos

Resolved! Agent on Genie Code suddenly not available

Hello, I started using the agent mode in Genie Code these past 2 days, but a few hours ago it said "service is not available" and the agent button now disappeared. What happened?

  • 1056 Views
  • 1 replies
  • 0 kudos
Latest Reply
Ashwin_DSA
Databricks Employee
  • 0 kudos

Hi @Clever, What you’re describing usually points to Genie Code Agent mode no longer being available in that workspace, rather than a problem with your specific chat session. A common reason is that partner-powered AI features may have been disabled ...

  • 0 kudos
arthurandrade
by New Contributor II
  • 1533 Views
  • 2 replies
  • 1 kudos

Resolved! MCPs not working properly

Has anyone facing the same issue?Basically we created a MCP to use OpenMetadata functionalities. It works fine on AI Playground, and it works fine on Databricks Genie (previously, Databricks One). But when I try to add this MCP on Genie Code, it fail...

  • 1533 Views
  • 2 replies
  • 1 kudos
Latest Reply
Louis_Frolio
Databricks Employee
  • 1 kudos

Hello @arthurandrade , I looked into this and here is what If found: These are really two separate problems, and the thing that untangles them is realizing that AI Playground, Chat in Genie (what used to sit under Databricks One), and Genie Code are ...

  • 1 kudos
1 More Replies
kumarsuresh
by New Contributor III
  • 11507 Views
  • 12 replies
  • 0 kudos

Gen AI course material

Databricks updated the Generative AI course https://partner-academy.databricks.com/learn/lp/315/generative-ai-engineering-pathway but the course material is missing in the partner academy. Does anybody know where to download the course material? 

  • 11507 Views
  • 12 replies
  • 0 kudos
Latest Reply
Neeljy
New Contributor II
  • 0 kudos

I wasn't able to find separate downloadable materials either. While searching for alternatives, I ended up using a few external GenAI courses (including one from Edureka) for additional practice and explanations. If anyone has located the official Da...

  • 0 kudos
11 More Replies