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
  • 33894 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 ...

Screenshot 2024-01-24 at 11.32.01 PM.png
  • 33894 Views
  • 22 replies
  • 46 kudos
Latest Reply
Darshan137
New Contributor II
  • 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
21 More Replies
kirti-11
by Databricks Partner
  • 4708 Views
  • 2 replies
  • 1 kudos

Databricks Serving Endpoint 400 Error: Model Response Format Issue while langgraph tool calling

Dear Databricks Community,I am seeking assistance with an issue I've encountered while deploying a model on Databricks. When invoking the serving endpoint, I receive the following error message sometimes:400 Client Error: Error: Model response did no...

  • 4708 Views
  • 2 replies
  • 1 kudos
Latest Reply
jericksoncea
New Contributor III
  • 1 kudos

Same issue here... developing a langraph tool-calling agent, and for certain (but not all) questions, I get the same error.Any luck resolving?

  • 1 kudos
1 More Replies
SomLTIM
by Databricks Partner
  • 793 Views
  • 1 replies
  • 0 kudos

Compute Claster Creation Failing

Everytime we try to roll out compute cluster it fails.

  • 793 Views
  • 1 replies
  • 0 kudos
Latest Reply
Shua42
Databricks Employee
  • 0 kudos

Hey @SomLTIM , Can you provide any additional information here to help troubleshoot? It would be helpful to know the region, cloud, error message, and any configurations you can provide on the cluster.

  • 0 kudos
RitikaKulshrest
by New Contributor
  • 2264 Views
  • 1 replies
  • 0 kudos

Unable to read message from Genie Conversation API

Hi Team,I am facing issue in getting the message details from the genie conversation API. I have created the conversation, which returns the message ID and conversation ID. But I am unable to see the message. I am getting error, when hitting the Get ...

  • 2264 Views
  • 1 replies
  • 0 kudos
Latest Reply
lingareddy_Alva
Esteemed Contributor
  • 0 kudos

@RitikaKulshrest I can see what's happening with your Genie conversation API issue. The problem is not with your API call but with the Genie service's attempt to execute your query.The response indicates that your message was received but failed to p...

  • 0 kudos
yj940525
by New Contributor III
  • 2013 Views
  • 3 replies
  • 0 kudos

Genie Agent integration issue

Hi, anyone from development team for Genie Agent integration?  i had an issue of using sample code of Genie Agent integration. The issue is that underlying code (databricks_ai_bridge/genie.py) cannot connect to url openaipublic.blob.core.windows.net ...

  • 2013 Views
  • 3 replies
  • 0 kudos
Latest Reply
lingareddy_Alva
Esteemed Contributor
  • 0 kudos

You're absolutely right. The implementation should definitely take restricted network scenarios into consideration, as many enterprise Databricks deployments operate in air-gapped or network-restricted environments.Commenting out the token counting l...

  • 0 kudos
2 More Replies
royinblr11
by Databricks Partner
  • 7286 Views
  • 2 replies
  • 2 kudos

Resolved! LLM with the largest context window

A Generative AI Engineer is tasked with developing an application that is based on an open-source large language model (LLM). They need a foundation LLM with a large context window. Which model fits this need?DBRX,Llama2-70B,DistilBert MPT-30B.DBRX h...

  • 7286 Views
  • 2 replies
  • 2 kudos
Latest Reply
lingareddy_Alva
Esteemed Contributor
  • 2 kudos

@royinblr11 You're absolutely right to question the answer — the correct model for an application needing a foundation LLM with a large context window is: DBRXWhy DBRX is the Best Fit:It is a foundation model, designed for generation tasks.It support...

  • 2 kudos
1 More Replies
brandt6264
by New Contributor II
  • 1285 Views
  • 3 replies
  • 0 kudos

Are serverless endpoints possible in this Technical Blog post by qianyu?

Hi, are serverless endpoints possible for Whisper and Llama in this Technical Blog post by qianyu?https://community.databricks.com/t5/technical-blog/streamline-customer-call-center-transcripts-analytics-with/ba-p/101689Thanks! 

  • 1285 Views
  • 3 replies
  • 0 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 0 kudos

https://www.databricks.com/product/pricing/foundation-model-servingWe don´t serve models on databricks, but as far as i can see you pay per input/output tokens (for foundation models).For classic models:https://www.databricks.com/product/pricing/mode...

  • 0 kudos
2 More Replies
pemidexx
by New Contributor III
  • 4631 Views
  • 4 replies
  • 2 kudos

Resolved! MLFlow Authentication from Databricks App for GenAI Tracing

I am working on a Dash-based app that includes a call to a Databricks-hosted LLM endpoint. I am trying to track those calls with MLFlow. My code is (roughly) like this:from openai import OpenAIimport mlflowmlflow.set_tracking_uri("databricks")mlflow....

  • 4631 Views
  • 4 replies
  • 2 kudos
Latest Reply
pemidexx
New Contributor III
  • 2 kudos

Thank you for the push in the right direction! I was able to solve the issue with this codeos.environ["DATABRICKS_CLIENT_ID"] = "" os.environ["DATABRICKS_CLIENT_SECRET"] = "" os.environ["DATABRICKS_TOKEN"] = os.environ.get("VAR_CONFIGURED_WITH_DATABR...

  • 2 kudos
3 More Replies
GabrielS
by New Contributor II
  • 10341 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...

  • 10341 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
jAAmes_bentley
by Databricks Partner
  • 4290 Views
  • 1 replies
  • 0 kudos

Resolved! Roadmap for vector_search function

I was wondering if there was a roadmap for the development of the vector_search function: vector_search function | Databricks DocumentationSpecifically, I was wondering if / when the following limitations may be lifted:Querying DIRECT_ACCESS index ty...

  • 4290 Views
  • 1 replies
  • 0 kudos
Latest Reply
Vinay_M_R
Databricks Employee
  • 0 kudos

Hello @jAAmes_bentley, DIRECT_ACCESS & filters_json are not currently supported with vector_search sql function. These are on our roadmap, but we don’t have concrete ETAs to share at the moment as we’re focusing on other high-priority tasks. Hybrid s...

  • 0 kudos
Iris12
by New Contributor
  • 8945 Views
  • 1 replies
  • 0 kudos

Resolved! How to do NLP against PDFs in Databricks? Can be done in Snowflake very easily.

I’d love to build a quick "art of the possible" demo showing how easy it is to query unstructured PDFs using natural language. In Snowflake, I wired up a similar solution in ~2 hours just by following their tutorial guide.Does anyone know the best wa...

  • 8945 Views
  • 1 replies
  • 0 kudos
Latest Reply
Louis_Frolio
Databricks Employee
  • 0 kudos

To query unstructured PDF files using natural language in Databricks, you can leverage an approach similar to the "Retrieval Augmented Generation (RAG) and DBRX" demo. Although the specific demo you referenced (https://notebooks.databricks.com/demos/...

  • 0 kudos
irfanghat
by New Contributor II
  • 3845 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...

  • 3845 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
Iris12
by New Contributor
  • 4174 Views
  • 1 replies
  • 0 kudos

Getting "The given endpoint does not exist" for LLM endpoint though I've access to it

When trying out this LLM RAG notebook steps I'm getting this error:"The given endpoint does not exist, please retry after checking the specified model and version deployment exists"This notebook originally referred to databricks-meta-llama-3-1-70b-in...

  • 4174 Views
  • 1 replies
  • 0 kudos
Latest Reply
Isi
Honored Contributor III
  • 0 kudos

Hey @Iris12 ,Not sure if this will fix your issue, but I’ve seen similar errors caused by permission mismatches.Make sure that the user or service principal you’re using has the correct permissions both in the Models and Serving tab.Also, double-chec...

  • 0 kudos
felipe_silva
by New Contributor II
  • 15634 Views
  • 5 replies
  • 2 kudos

Genie Space Embedded or access using a REST API

Hi all.I would like to embed Genie Space in my company's data intranet to be used like a "ChatGPT", would it be possible?Or use an API to make a call from Genie Space (in this case we would develop an interface on the intranet and send the questions ...

  • 15634 Views
  • 5 replies
  • 2 kudos
Latest Reply
mark_dingli
New Contributor II
  • 2 kudos

Hi all,I just came across this thread and wanted to jump in — I’m currently working on implementing a Genie Space that will be used by external customers, and we’re also looking into whether it can be accessed via API or embedded into a custom fronte...

  • 2 kudos
4 More Replies
rjhari
by New Contributor
  • 1291 Views
  • 1 replies
  • 0 kudos

Genie - Data Lineage

Would it be possible for Genie to bring in the Lineage Graph of table?Thanks

  • 1291 Views
  • 1 replies
  • 0 kudos
Latest Reply
Louis_Frolio
Databricks Employee
  • 0 kudos

Have you tried looking at lineage through the system tables: "system.access.table_lineage" and "system.access.column_lineage".  You would need to have entitlements on these objects but you should be able to reference them in Genie.  Give it a try and...

  • 0 kudos
SandipCoder
by New Contributor II
  • 2596 Views
  • 2 replies
  • 0 kudos

Issue with Lang Chain Agents

This is regarding Agentic framework. We are getting issues while invoking the lang chain agent and need your help to get some suggestions from your expert team to resolve this.As per our observation Agent is behaving bit weird while calling tools reg...

SandipCoder_0-1736512522115.png SandipCoder_1-1736512522122.png
  • 2596 Views
  • 2 replies
  • 0 kudos
Latest Reply
Alberto_Umana
Databricks Employee
  • 0 kudos

Hi @SandipCoder, About point 2, is it working intermittently or failing all the time?

  • 0 kudos
1 More Replies