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

kumarsuresh
by New Contributor III
  • 7247 Views
  • 10 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? 

  • 7247 Views
  • 10 replies
  • 0 kudos
Latest Reply
ScottSmithDB
Databricks Employee
  • 0 kudos

This course is available in the Academy.  The link may be different if you are in Customer, Partner, or general Academy.  You should be able to find it by searching the course catalog for "Databricks Generative AI Fundamentals Learning Plan"

  • 0 kudos
9 More Replies
Kjetil
by Contributor
  • 2065 Views
  • 4 replies
  • 4 kudos

Model Serving and Streaming

Hi everyone,I have a question regarding the concurrency limitations of streaming responses from an LLM chain via Databricks Model Serving.When using a streaming response, the request remains open for the duration of the generation process. For exampl...

  • 2065 Views
  • 4 replies
  • 4 kudos
Latest Reply
LaurenFletcher
New Contributor II
  • 4 kudos

Wow, Thank you so much for your help.

  • 4 kudos
3 More Replies
mortenhaga
by Contributor
  • 33483 Views
  • 2 replies
  • 1 kudos

Databricks Genie

Hi allWe have just started a little mini project on using Genie and up until now, our experience is very positive. Therefore, Im interested in more documentation and learning materials other than what Databricks officially has (https://docs.databrick...

  • 33483 Views
  • 2 replies
  • 1 kudos
Latest Reply
Databricks_AI
New Contributor II
  • 1 kudos

Hi @mortenhaga , since we are also looking for the same approach, is there a way that you found out or is there any reply which helped you to figure out the above problem?

  • 1 kudos
1 More Replies
MauricioLins
by New Contributor
  • 2065 Views
  • 1 replies
  • 0 kudos

Generative Certification notebook error

Hello,I have been trying to run the GenAI course notebook and this error below. I've already tried to download the averaged_perceptron_tagger_eng as it suggests, but the error keeps coming and I am running out of ideas, does anyone can help please?Re...

  • 2065 Views
  • 1 replies
  • 0 kudos
Latest Reply
MohammedArif
New Contributor III
  • 0 kudos

Hi,I too was getting same error while running the notebook on my cluster. Got fixed after running these. import nltknltk.download('punkt')nltk.download('wordnet')nltk.download('omw-1.4')nltk.download('punkt_tab')nltk.download('averaged_perceptron_tag...

  • 0 kudos