cancel
Showing results for 
Search instead for 
Did you mean: 
GenAI Insight Hub
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Sujitha
by Community Manager
  • 4768 Views
  • 3 replies
  • 7 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
  • 4768 Views
  • 3 replies
  • 7 kudos
Latest Reply
Danny_Lee
Contributor
  • 7 kudos

Just completed the 2nd course, Generative AI Engineering with Databricks and it was excellent.  There's so much content to explore it's worth going over twice.

  • 7 kudos
2 More Replies
Gromduraz
by New Contributor II
  • 383 Views
  • 2 replies
  • 0 kudos

Trouble Using Foundation Models API with Instructor

Hello,I'm attempting to use the instructor library for validating the output of a foundation model (DBRX in this case). Here's my code: import instructor from instructor.client import Instructor from pydantic import BaseModel from openai import OpenA...

  • 383 Views
  • 2 replies
  • 0 kudos
Latest Reply
Gromduraz
New Contributor II
  • 0 kudos

Reviewing my posted code I should mention that the 'tool_choice' argument I'm passing is a default argument of the OpenAI client object. The code still breaks in the same way if I remove that argument from the function call. I think this is out of my...

  • 0 kudos
1 More Replies
Sujitha
by Community Manager
  • 905 Views
  • 1 replies
  • 3 kudos

How to successfully build GenAI applications

The Big Book of Generative AI brings together best practices and know-how for building production-quality GenAI applications. You’ll find technical content and code samples that will help you do everything from deploying your first application to bui...

Screenshot 2024-04-23 at 8.10.12 AM.png
  • 905 Views
  • 1 replies
  • 3 kudos
Latest Reply
Ajay-Pandey
Esteemed Contributor III
  • 3 kudos

Thanks for sharing!

  • 3 kudos
pdiegop
by New Contributor II
  • 1462 Views
  • 5 replies
  • 1 kudos

Databricks Foundation Model APIs not present in the interface

The Foundation Model are not displayed in the Serving Endpoint pageAm I missing something?Thanks

provaprova_0-1706349999847.jpeg
  • 1462 Views
  • 5 replies
  • 1 kudos
Latest Reply
cmunteanu
New Contributor III
  • 1 kudos

Hello @pdiegop , seems that the option that we are looking for, which is: Foundation Model APIs (pay-per-token) is only available in certain regions. Check - out the Region availability table in this link. I am in the westeurope region, therefore, I ...

  • 1 kudos
4 More Replies
cmunteanu
by New Contributor III
  • 1050 Views
  • 2 replies
  • 1 kudos

Resolved! Dbdemo: LLM Chatbot With Retrieval Augmented Generation (RAG)

Hello All,I am trying to follow the dbdemo called 'llm-rag-chatbot' available at the following link. The setup works Ok, and I have imported from the Databricks Marketplace an embedding model that is:bge_large_en_v1_5Running the notebook called: 01-D...

  • 1050 Views
  • 2 replies
  • 1 kudos
Latest Reply
cmunteanu
New Contributor III
  • 1 kudos

Hello @Kaniz , thanks a lot for the information you provided. Anyhow, I have managed a workaround, by pre-computing the embeddings for each chunk.  I have created an embedding column on the source table and used this column as input to the create_del...

  • 1 kudos
1 More Replies
ML2022
by New Contributor III
  • 745 Views
  • 1 replies
  • 2 kudos

Seeking Advice: Extracting Text from Keynote and MP4 Files for RAG Implementation

Hello, everyone!I'm currently working on building a Retrieval-Augmented Generation (RAG) system, where the goal is to extract text from various document types (including PDFs, Excel files, HTML pages, text documents, Docs, PPTs, and notably, Keynote ...

  • 745 Views
  • 1 replies
  • 2 kudos
Latest Reply
Kaniz
Community Manager
  • 2 kudos

Hi @ML2022, Building a Retrieval-Augmented Generation (RAG) system sounds like an exciting project! Let’s dive into your challenges with extracting text from Keynote files and MP4 video files: Keynote Files: Extracting textual content from Keyno...

  • 2 kudos
Sujitha
by Community Manager
  • 4297 Views
  • 2 replies
  • 1 kudos

Drive Value With Generative AI

Join us this March to see how generative AI can drive value. Build your own LLM trained on your data with Databricks’ new MPT model: Mosaic AI. Imagine if you could train and deploy your own LLM — customized with your own data that gives accurate res...

2024-01-The-Gen-AI-Payoff-in-2024-BRR-Ad-300x250-2x.png
  • 4297 Views
  • 2 replies
  • 1 kudos
Latest Reply
eniaos
New Contributor II
  • 1 kudos

Hi @Sujitha, thank you for the great initiative. Will the recording of the event be available afterwards?

  • 1 kudos
1 More Replies
Hubert-Dudek
by Esteemed Contributor III
  • 3916 Views
  • 3 replies
  • 5 kudos

Resolved! SQL AI functions

Recently, many AI SQL functions have been added to databricks. They are using the foundation model API and currently Mixtral-8x7B Instruct.Which one is your favourite one? Do you have ideas for another such function?

sqlai8.png sqlai7.png sqlai6.png sqlai5.png
  • 3916 Views
  • 3 replies
  • 5 kudos
Latest Reply
Kaniz
Community Manager
  • 5 kudos

Hi @Hubert-Dudek, Thank you for sharing this exciting update about the new AI SQL functions added to Databricks, utilizing the foundation model API, particularly the Mixtral-8x7B Instruct model. It's great to see how Databricks continues to innovate ...

  • 5 kudos
2 More Replies
Mathew
by New Contributor
  • 951 Views
  • 1 replies
  • 0 kudos

How can I utilize multiple GPUs from multiple nodes in Databricks

I am currently experimenting with the whisper model for batchwise inference on Databricks and have successfully utilized multiple instances of the model by accessing multiple GPUs available in the driver node. However, I am wondering how I can levera...

  • 951 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @Mathew , Leveraging multiple GPUs for batchwise inference with the Whisper model on Databricks can significantly enhance performance. While the Whisper model typically uses a single GPU, there’s a workaround to utilize multiple GPUs—one for the e...

  • 0 kudos
Sujitha
by Community Manager
  • 4768 Views
  • 3 replies
  • 7 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
  • 4768 Views
  • 3 replies
  • 7 kudos
Latest Reply
Danny_Lee
Contributor
  • 7 kudos

Just completed the 2nd course, Generative AI Engineering with Databricks and it was excellent.  There's so much content to explore it's worth going over twice.

  • 7 kudos
2 More Replies
raduq
by Contributor
  • 1495 Views
  • 1 replies
  • 1 kudos

Resolved! Why does the Generative AI Engineering Pathway not available?

I just saw the Databricks announcement on Twitter about the launch of the GenAI Engineer Pathway certification and I wanted to start learning.https://twitter.com/databricks/status/1756721509224108353But when logging into the Academy, they are all loc...

raduq_0-1707728005134.png
  • 1495 Views
  • 1 replies
  • 1 kudos
Latest Reply
raduq
Contributor
  • 1 kudos

I'm a bit of a noob with the Academy interface, found the way to enroll. We actually have to search the catalog for the course and then if you find it from there, you can select it from the list and an "Enroll" button will appear and allow you to sta...

  • 1 kudos
Sujitha
by Community Manager
  • 5555 Views
  • 1 replies
  • 0 kudos

Boost your data & AI skills with our latest offerings: Databricks Academy Labs and Blended Learning

From the data + AI experts, today, we're announcing two unique ways that practitioners can leverage leading-edge technologies – Databricks Academy Labs and Blended Learning. Databricks Academy Labs are on-demand, hands-on guided lab experiences in Da...

Screenshot 2024-01-16 at 10.21.22 AM.png
  • 5555 Views
  • 1 replies
  • 0 kudos
Latest Reply
jose_gonzalez
Moderator
  • 0 kudos

Thank you for sharing

  • 0 kudos
pdiegop
by New Contributor II
  • 960 Views
  • 2 replies
  • 0 kudos

Databricks Foundation Model APIs not present in the interface

The Foundation Model are not displayed in the Serving Endpoint pageAm I missing something?Thanks 

servingendpoints.JPG
  • 960 Views
  • 2 replies
  • 0 kudos
Latest Reply
pdiegop
New Contributor II
  • 0 kudos

Hi @Walter_C webapp_2024-01-19_08.14.35Z_master_4143c9b9_1139299051 I have all the Experimental Features enabled, is there something else to activate? ThanksDiego 

  • 0 kudos
1 More Replies