- 4846 Views
- 8 replies
- 0 kudos
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?
- 4846 Views
- 8 replies
- 0 kudos
Latest Reply
do you have any update on why course material is not appearing in partner acadamy course version?
7 More Replies
- 906 Views
- 4 replies
- 4 kudos
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...
- 906 Views
- 4 replies
- 4 kudos
- 32655 Views
- 2 replies
- 1 kudos
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...
- 32655 Views
- 2 replies
- 1 kudos
Latest Reply
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 More Replies
- 1490 Views
- 1 replies
- 0 kudos
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...
- 1490 Views
- 1 replies
- 0 kudos
Latest Reply
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...