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

Nadav
by New Contributor II
  • 249 Views
  • 3 replies
  • 5 kudos

Resolved! Information Extraction Agent - Update Agent failed

Hi everyone,I’m running into a persistent issue when trying to save an Information Extraction Agent in Databricks.Every time I click Save and update, I get: Update Agent failed. Failed to save AgentThis happens regardless of what I change — schema, g...

  • 249 Views
  • 3 replies
  • 5 kudos
Latest Reply
tarunnagar
New Contributor III
  • 5 kudos

It sounds like the update for your Information Extraction Agent didn’t go through successfully. A few things you could try:Check logs – Look for any error messages during the update process; they often give clues about what went wrong.Verify dependen...

  • 5 kudos
2 More Replies
Tinjar
by New Contributor II
  • 597 Views
  • 3 replies
  • 0 kudos

Resolved! Testing out Agentic Capabilities

So I am creating a POV on Databricks' agentic capabilities and wanted to showcase its abilities through a simple change pipeline.A user asks for changes in a specific table in a schema -> based on metadata info from our lake table info is received ->...

  • 597 Views
  • 3 replies
  • 0 kudos
Latest Reply
CharlotteMarti2
New Contributor III
  • 0 kudos

Yes, it’s viable — Databricks’ in-house agents can handle that workflow if you define each stage as callable Python tools. The key is robust function design and proper metadata access. However, you might find integrating Unity Catalog and Git integra...

  • 0 kudos
2 More Replies
GiriSreerangam
by New Contributor III
  • 644 Views
  • 4 replies
  • 2 kudos

AI Agents - calling custom code and databricks jobs

Hi EveryoneI am building AI Agents; my requirement is to call custom tool logic (which was not possible using a unity catalog function) and databricks jobs. I could not find much of documentation on these scenarios. If someone could share any referen...

  • 644 Views
  • 4 replies
  • 2 kudos
Latest Reply
jamesl
Databricks Employee
  • 2 kudos

Hi @GiriSreerangam , can you share what you are trying to do with the custom tool? You might be able to implement with a custom MCP server. Here are some other resources that may help:  https://github.com/JustTryAI/databricks-mcp-serverhttps://github...

  • 2 kudos
3 More Replies
atharvaghodekar
by New Contributor III
  • 1120 Views
  • 5 replies
  • 5 kudos

Resolved! Databricks Free Edition - AI Agent Export Limitation

Hi, I am following the Databricks AI Agent guide to create a custom agent using my functions. However, in the Free Edition, I do not see the option to export the agent from the Playground. Is this feature unavailable in Free Edition, or is there a wo...

  • 1120 Views
  • 5 replies
  • 5 kudos
Latest Reply
szymon_dybczak
Esteemed Contributor III
  • 5 kudos

Ok @atharvaghodekar , so there's no export button (neither on premium workspace as @WiliamRosa stated above).I think they refactor UI and now the same functionality is under Tools -> Create agent notebook.  So, in tutorial export button is reposonsib...

  • 5 kudos
4 More Replies
irfanghat
by New Contributor II
  • 2314 Views
  • 4 replies
  • 3 kudos

LangChain Compatibility in Databricks – Painfully Inconsistent Experience

Hey all,Is anyone else experiencing major friction when using LangChain within Databricks?Even after carefully pinning versions like:%pip install \ loguru \ mlflow==2.10.1 \ langchain==0.1.5 \ langchain-google-vertexai \ databricks-vectorse...

  • 2314 Views
  • 4 replies
  • 3 kudos
Latest Reply
irfanghat
New Contributor II
  • 3 kudos

I'll definitely look into installing libraries at the cluster level via init scripts makes a lot of sense for stability and reproducibility. I hadn't considered that approach, so I really appreciate you highlighting that and providing the relevant Da...

  • 3 kudos
3 More Replies