- 39553 Views
- 23 replies
- 50 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 ...
- 39553 Views
- 23 replies
- 50 kudos
- 1135 Views
- 9 replies
- 0 kudos
AI Search Endpoint Quota in Azure
I have seen the common responses to most in this thread, so I will get ahead of it by saying that our workspace is not a trial, but a premium workspace in Azure. I am a global admin in the workspace as well. It seems like a lot of the AI settings g...
- 1135 Views
- 9 replies
- 0 kudos
- 0 kudos
Hi, this doesn't appear to be a product limitation. The documented default quota is 500 AI Search endpoints per workspace, and the documentation explicitly notes that this limit can be increased through your account team. Because of that, a Premium w...
- 0 kudos
- 1802 Views
- 1 replies
- 1 kudos
Resolved! Foundation Models API blocked — "Databricks-set rate limit of 0" even after adding payment method
I'm trying to use the Foundation Models API (databricks-claude-opus-4-8) in my workspace but every call returns this error:PERMISSION_DENIED: The endpoint is temporarily disabled due to a Databricks-set rate limit of 0.This happens both from notebook...
- 1802 Views
- 1 replies
- 1 kudos
- 1 kudos
Hi, this one isn't fixable from the endpoint or AI Gateway settings, even though it looks like a rate limit you should be able to just raise. That "Databricks-set rate limit of 0" is a workspace trust tier restriction, not the rate limit you configur...
- 1 kudos
- 872 Views
- 1 replies
- 1 kudos
Resolved! Does "move fast and break things" ruin AI agents?
Is the "move fast and break things" startup mindset actually fatal for custom AI agent development?I read that rushing MVPs creates massive tech debt and unstable guardrails that cause projects to crash by year two.Have any of you hit this "year 2 wa...
- 872 Views
- 1 replies
- 1 kudos
- 1 kudos
Well, you can only break things which exist, so if you're delivering an MVP, nothing yet exists to be broken. This is kind of the wrong mindset, I think you should look at the agile process of "ship fast, ship small, iterate". Sometimes the iterati...
- 1 kudos
- 2163 Views
- 5 replies
- 4 kudos
Resolved! How to retrieve Genie's narrative text summary (final_summary) via API?
Dear Databricks Community,I am trying to programmatically access the narrative text summary that Databricks Genie displays in the UI, but I cannot find it in the public API responses.What I see in the UI: When I ask Genie a question, the UI displays ...
- 2163 Views
- 5 replies
- 4 kudos
- 4 kudos
Hey, thank you very much! Confirm the text summary is in the response now.
- 4 kudos
- 607 Views
- 2 replies
- 0 kudos
Agentbricks Knowledge Assistant - Facing Issue with Agent Creation and Source Visibility
Hi Team,I am facing an issue while creating a Knowledge Assistant in the Agent section. It was working fine earlier, and I had uploaded multiple PDF files (70K). However, it has now started behaving unexpectedly.I am not able to see any source data i...
- 607 Views
- 2 replies
- 0 kudos
- 0 kudos
Thanks @Ashwin_DSA I have already tried the provided solution, but I am still facing the error. I have also raised a support request with Azure Databricks; however, it has been going in circles for the past month without resolution.
- 0 kudos
- 477 Views
- 1 replies
- 0 kudos
AI Extract is disabled?
Why is AI Extract is not loading up? im on azure databricks and i have JPEG images in a Databricks Volume. Its on GA but why is it asking to contact sales for this?
- 477 Views
- 1 replies
- 0 kudos
- 0 kudos
Hi @suranga, I have checked this internally. What you're seeing is most likely a workspace availability issue rather than a problem with JPEG files in a Unity Catalog Volume. The public Information Extraction documentation lists a few workspace prere...
- 0 kudos
- 1131 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 ...
- 1131 Views
- 3 replies
- 0 kudos
- 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
- 1245 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...
- 1245 Views
- 4 replies
- 1 kudos
- 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
- 414 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...
- 414 Views
- 0 replies
- 0 kudos
- 618 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...
- 618 Views
- 1 replies
- 0 kudos
- 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
- 821 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"...
- 821 Views
- 1 replies
- 0 kudos
- 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
- 1219 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...
- 1219 Views
- 1 replies
- 0 kudos
- 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
- 6092 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...
- 6092 Views
- 3 replies
- 1 kudos
- 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
- 827 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...
- 827 Views
- 2 replies
- 0 kudos
- 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
- 1325 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 ...
- 1325 Views
- 1 replies
- 3 kudos
- 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
-
agent
2 -
agent bricks
2 -
Agent Skills
1 -
agents
2 -
AI
3 -
AI Agents
10 -
ai gateway
3 -
AIAgents
1 -
Anthropic
1 -
API Documentation
1 -
App
3 -
Application
1 -
Artificial Intelligence
1 -
Asset Bundles
1 -
Authentication
1 -
Autologging
1 -
automoation
1 -
Aws databricks
2 -
ChatDatabricks
1 -
claude
5 -
Cluster
1 -
copilot
1 -
copilot_studio
1 -
Credentials
1 -
crewai
1 -
cursor
1 -
Custom Agents
1 -
Data Engineering
1 -
databricks
1 -
Databricks App
3 -
Databricks Course
1 -
Databricks Delta Table
1 -
databricks genie
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
12 -
GenAI agent
2 -
GenAI and LLMs
5 -
GenAI Generation AI
1 -
GenAIGeneration AI
55 -
Generation AI
3 -
Generative AI
7 -
Genie
21 -
Genie - Notebook Access
2 -
Genie Code
3 -
GenieAPI
5 -
Google
1 -
GPT
1 -
healthcare
1 -
Index
1 -
inference table
1 -
Information Extraction
1 -
Knowledge Agent
1 -
Langchain
4 -
LangGraph
1 -
Llama
1 -
Llama 3.3
1 -
LLM
2 -
Machine Learning
1 -
machine-learning
1 -
mcp
4 -
Metric Views
1 -
MlFlow
4 -
MLflow Experiment
1 -
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 -
tools
1 -
Vector
1 -
vector index
1 -
Vector Search
2 -
Vector search index
6
- « Previous
- Next »
| User | Count |
|---|---|
| 43 | |
| 31 | |
| 28 | |
| 16 | |
| 14 |