- 33360 Views
- 22 replies
- 46 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 ...
- 33360 Views
- 22 replies
- 46 kudos
- 46 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...
- 46 kudos
- 1159 Views
- 4 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 ...
- 1159 Views
- 4 replies
- 4 kudos
- 4 kudos
Hey, thank you very much! Confirm the text summary is in the response now.
- 4 kudos
- 434 Views
- 1 replies
- 2 kudos
Resolved! How to create an information extraction agent (Trial Version)
I haven't been using Databricks for very long and I'm testing how things work. I tried to create a pre-built agent to extract information from one of my tables, but I get an error when I click create: "Permission denied: provisioned throughput is not...
- 434 Views
- 1 replies
- 2 kudos
- 2 kudos
Hi @Artur1 If you are using Agent Bricks to create the agent, this feature is not supported in the Databricks free edition.Please refer here Databricks Free Edition limitations
- 2 kudos
- 1820 Views
- 7 replies
- 1 kudos
Azure Content Understanding Equivalent
Hi all,I am exploring Databricks services or components that could be considered equivalent to Azure Document Intelligence and Azure Content Understanding.Our customer works with dozens of Excel and PDF files. These files follow multiple template typ...
- 1820 Views
- 7 replies
- 1 kudos
- 1 kudos
I would work, but you will need to specify and manage the ranges or number of header rows manually. You could potentially read the whole sheet in and then write some code that identifies the range that is of interest and cleans it in parsing. My reco...
- 1 kudos
- 1398 Views
- 1 replies
- 1 kudos
Databricks Vector Search Algorithm
I’m working on using Databricks vector search combined with full-text search in my application. I want to filter queries by the id field in my vector search index. I noticed that there is a limit of 1,024 IDs per query when using filters.If I need to...
- 1398 Views
- 1 replies
- 1 kudos
- 1 kudos
Hi @deane , I worked on a similar issue months earlier and the limit of 1024 is not configurable (no explicit way to increase the filter count), so my suggestion back then was to perform a two step process like filter for half of the filters once and...
- 1 kudos
- 1220 Views
- 1 replies
- 1 kudos
Resolved! Local LLM's available in Databricks for email classification
Hello everyone,I am currently working on an email classification model in Azure Databricks. Since I work for an international company, the emails contain PII data. Because of this, I need to be very careful about compliance and data privacy, especial...
- 1220 Views
- 1 replies
- 1 kudos
- 1 kudos
Hi, It is absolutely acceptable. Here are some details that you may want to consider. I'd also think about GPU availability in your cloud and region and whether there is GPU available for you to deploy these models to. You should be able to easily te...
- 1 kudos
- 1271 Views
- 4 replies
- 3 kudos
Resolved! Accessing Knowledge Base from Databricks One
Is it possible to use Knowledge Assistant from Databricks one ?
- 1271 Views
- 4 replies
- 3 kudos
- 3 kudos
@piotrsofts , if you are happy please accept as a solution so others can be confident in the approach. Cheers, Louis.
- 3 kudos
- 637 Views
- 2 replies
- 1 kudos
Resolved! Not able to add scorer to multi agent supervisor
Hello,When I try to add scorers to Multi agent endpoint based on the last 10 traces that I have logged and visible in the experiments tab, i get this error.Also, are there any demos which i can refer regarding the tabs within the evaluation bar expla...
- 637 Views
- 2 replies
- 1 kudos
- 1 kudos
Hi @shivamrai162 , Did you add the last 10 traces to the evaluation dataset? You can follow the steps here to make sure you added the traces to the evaluation dataset. To answer your second question, here is a good article that covers the concepts an...
- 1 kudos
- 1100 Views
- 1 replies
- 1 kudos
Resolved! Claude Code-Execution Call Format
Is it possible to use the code execution tool with instances of Claude hosted through Databricks? If I try to format the payload like in Anthropic's documentation, I get an error that the function isn't defined properly: tools=[{ "type": ...
- 1100 Views
- 1 replies
- 1 kudos
- 1 kudos
Greeting @jmartin1 , The Anthropic “code execution” tool isn’t supported through Databricks’ Foundation Model APIs. Databricks exposes an OpenAI-compatible tools interface, and the only supported tool type today is a function defined with a JSON sch...
- 1 kudos
- 6597 Views
- 3 replies
- 1 kudos
Behavior of Vector Index Sync with Delta Tables When Using OVERWRITE vs MERGE in Databricks
I'm working with vector search in Databricks using vector index sync with Delta tables, and I'm a bit unclear on how updates to the source table affect the vector index, specifically when using different write operations.If I overwrite the source Del...
- 6597 Views
- 3 replies
- 1 kudos
- 1 kudos
From community experience, vector index sync behavior depends heavily on how the Delta table is updated. With OVERWRITE, the table is effectively replaced, so the vector index typically treats this as a full refresh. Existing embeddings are dropped a...
- 1 kudos
- 685 Views
- 3 replies
- 2 kudos
Resolved! How do I integrate third-party ML/AI libraries with Databricks GenAI workflows?
How can I use external AI libraries inside my Databricks GenAI projects?
- 685 Views
- 3 replies
- 2 kudos
- 2 kudos
You can use third-party ML/AI libraries in Databricks GenAI by installing them on your cluster or notebook (%pip install library-name), importing them in your code, and then integrating their outputs into your GenAI workflows. For large models, use a...
- 2 kudos
- 3043 Views
- 2 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...
- 3043 Views
- 2 replies
- 1 kudos
- 1 kudos
Hi @Jackryan360, I saw your question on Agentic AI vs traditional automation. Many teams are exploring the same distinction as they shift from rule-based workflows to autonomous, multi-step agent systems. At Kanerika, we’ve been helping companies eva...
- 1 kudos
- 1221 Views
- 5 replies
- 2 kudos
ai_parse_document + Genie with ai_query
Hi EveryoneI have used ai_parse_document to process multiple PDFs and store the parsed data in a table (one PDF per row). Later, I ran ai_query in natural language, which correctly scans all rows and returns answers from each PDF.However, when I use ...
- 1221 Views
- 5 replies
- 2 kudos
- 2 kudos
I think Genie is not optimized for this use case. Please run some experiments - chunk pdf to use multi-agent supervisor from agent bricks to combine Genie with Knowledge Base (although I haven't yet it yet)
- 2 kudos
- 692 Views
- 1 replies
- 0 kudos
Resolved! What’s the recommended architecture for integrating Databricks + MLflow + GenAI for model training
If I want to use Databricks, MLflow, and GenAI together, what is the best way to organize and connect them so that I can train AI models and then use them in real apps?
- 692 Views
- 1 replies
- 0 kudos
- 0 kudos
Broad question. I will recommend to follow Databricks offical documents and ML Training at their customer portal.Yet, I will try to answer it as belowUse the Databricks Lakehouse as the unified platform, with Unity Catalog (UC) providing centralized ...
- 0 kudos
- 3784 Views
- 6 replies
- 3 kudos
Resolved! ai_parse_document struggling to detect pdf
Hi helpful experts I'm writing my first PySpark Notebook that makes use of the new `ai_parse_document` function. I am basically following the code example from here: https://learn.microsoft.com/en-gb/azure/databricks/sql/language-manual/functions/ai...
- 3784 Views
- 6 replies
- 3 kudos
- 3 kudos
Hello @JN_Bristol,I discovered that ai_parse_document only works when the input is parsed as real Python bytes.The binaryFile format in Spark returns the content as an internal binary type (like a memoryview), and ai_parse_document can’t process that...
- 3 kudos
- 482 Views
- 1 replies
- 1 kudos
Databricks app services
Hi- I have built node.js based chatbot app that uses Azure OpenAI API to build connection and get query answers from it. I am using my organization deployed API on azure that requires cert.pem and cacert.pem certificates to authenticate. everything i...
- 482 Views
- 1 replies
- 1 kudos
- 1 kudos
Hi @Daya3189 , Your local system likely has the organization's certificates installed in the Windows/Mac system trust store, which Node.js (or your browser) can read. On Databricks, the app runs in a secure, isolated Linux container. It has no knowle...
- 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
1 -
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
4 -
GenAI Generation AI
1 -
GenAIGeneration AI
40 -
Generation AI
2 -
Generative AI
5 -
Genie
18 -
Genie - Notebook Access
2 -
GenieAPI
4 -
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
2 -
MlFlow
4 -
Mlflow registry
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
- « Previous
- Next »
| User | Count |
|---|---|
| 39 | |
| 28 | |
| 24 | |
| 14 | |
| 10 |