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
  • 19622 Views
  • 13 replies
  • 22 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
  • 19622 Views
  • 13 replies
  • 22 kudos
Latest Reply
Ayushi01
New Contributor II
  • 22 kudos

How to access the playground?

  • 22 kudos
12 More Replies
GeorgeAristides
by New Contributor III
  • 29764 Views
  • 5 replies
  • 7 kudos

Unity Catalog

I am new to the Databricks platform, and I am following the LLM course on youtube after being captivated by the excellent conceptual explanations and a longstanding desire to use this platform.Running the first cell in the module -%run ../Includes/Cl...

  • 29764 Views
  • 5 replies
  • 7 kudos
Latest Reply
ishmaelamin
New Contributor II
  • 7 kudos

I was able to address this issue by upgrading the pip library, next I modified subsequent code that attempted to update specific versions of libraries needed by the code by simply importing the specific versions.  

  • 7 kudos
4 More Replies
cleversuresh
by New Contributor III
  • 1829 Views
  • 3 replies
  • 4 kudos

Generative Certification notebook error

I am preparing for Generative Certification and facing the below error (LookupError:) when running the notebook in the first module. These were running without any errors in the past.Complete error stack trace:****************************************...

  • 1829 Views
  • 3 replies
  • 4 kudos
Latest Reply
MohammedArif
New Contributor III
  • 4 kudos

Define all the helper functions from include folder (_helper_functions.py) in your main notebook itself and run these:import nltknltk.download('punkt')nltk.download('wordnet')nltk.download('omw-1.4')nltk.download('punkt_tab')nltk.download('averaged_p...

  • 4 kudos
2 More Replies
MauricioLins
by New Contributor
  • 1366 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...

  • 1366 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
koantek_user
by New Contributor
  • 1397 Views
  • 1 replies
  • 1 kudos

What model is powering the AI/BI Genie in Databricks

Hello,We are conducting feasibility study of securely opening up the new features to our team members and want to use AI/BI Genie  - Genie Spaces1. How does it leverage the AI underneath .. what AI service is used , is the data shared with AI service...

  • 1397 Views
  • 1 replies
  • 1 kudos
Latest Reply
jamesl
Databricks Employee
  • 1 kudos

Hi @koantek_user, In case you haven't already found answers in documentation, AI/BI Genie uses Azure OpenAI -- your data is not used for training and model partners do not retain your data. (see trust and safety) Your data is governed and secured by ...

  • 1 kudos
Srav
by New Contributor
  • 8099 Views
  • 2 replies
  • 0 kudos

I have not received the badge for Generative AI Fundamentals Accreditation

Hi Team,I have completed the course and cleared the exam of Generative AI Fundamentals Accreditation, but I did not receive the related badges yet. It's been 3 days.Could you please look into this matter?I appreciate if you can help.Thanks,Sravanthi

  • 8099 Views
  • 2 replies
  • 0 kudos
Latest Reply
Juan_Cardona
New Contributor II
  • 0 kudos

Hi srav, I have been on the same position, the badges usually arrives on 1 or 3 days, but there are some cases that they take a little more time to arrive, maybe 1 or 2 weeks. 

  • 0 kudos
1 More Replies
nagND
by New Contributor II
  • 2477 Views
  • 1 replies
  • 2 kudos

Resolved! Mosaic Vector Search

I created a RAG using a corpus of pdf which I have on ADLS. Now where will the chunked text and vector embedding be stored once I parse all the PDFs and I want to start retrieval?  

  • 2477 Views
  • 1 replies
  • 2 kudos
Latest Reply
LauJohansson
Contributor
  • 2 kudos

Option 1: Delta Sync Index with embeddings computed by Databricks You provide a source Delta table that contains data in text format. Databricks calculates the embeddings, using a model that you specify, and optionally saves the embeddings to a table...

  • 2 kudos
Cummings012
by New Contributor II
  • 629 Views
  • 1 replies
  • 1 kudos

Is there a batch query option for similar vectors available in Mosaic AI Vector Search?

Hi all,I have been exploring databrick's vector search offering, and was wondering if it had the ability to run a batch query?I would like to be able to do something like the following where both embedding_1 and embedding_2 are separate vectors that ...

Cummings012_0-1729087701912.png
  • 629 Views
  • 1 replies
  • 1 kudos
Latest Reply
filipniziol
Esteemed Contributor
  • 1 kudos

Hi @Cummings012 ,As per documentation it is not possible, as the API supports single queries.The workaround is to process these queries in parallel to improve throughput.

  • 1 kudos
swollazn
by New Contributor II
  • 1892 Views
  • 3 replies
  • 0 kudos

Pyfunc mlflow loading Databricks Model failing

I am running this example notebook https://docs.databricks.com/_extras/notebooks/source/machine-learning/large-language-models/pyspark-dataframe-loader-langchain.htmlI am running most as if except switching embeddings and llm to databricks from OpenA...

  • 1892 Views
  • 3 replies
  • 0 kudos
Latest Reply
swollazn
New Contributor II
  • 0 kudos

We abandoned this. Too many compatibility errors and we stuck with the notebook level. Good luck!

  • 0 kudos
2 More Replies
WynanddB
by New Contributor III
  • 1660 Views
  • 4 replies
  • 2 kudos

Enabling vector search

I have a team member doing the GenAI certification but she gets the following errorResponse content b'{"error_code":"BAD_REQUEST","message":"This trial workspace no longer has access to Vector Search. Please upgrade the workspace to continue to use V...

  • 1660 Views
  • 4 replies
  • 2 kudos
Latest Reply
nagND
New Contributor II
  • 2 kudos

I am trying to enable mosiac vector search for my workspace but so far I can see the metastore in my catalog but no vector search.though I am on paid tier and have enabled unity catalog on the workspace. I am still not able to see vector search on my...

  • 2 kudos
3 More Replies
dinusr
by New Contributor
  • 753 Views
  • 1 replies
  • 0 kudos

from langchain.qa import RetrievalQA

Hi ,I have installed the library using "%pip install langchain", but still I couldn't import RetrievalQA. Could anyone help?

  • 753 Views
  • 1 replies
  • 0 kudos
Latest Reply
filipniziol
Esteemed Contributor
  • 0 kudos

Hi @dinusr ,Are you using the correct namespace langchain.chains to import?from langchain.chains import RetrievalQAIf yes, try to 1. Install the most recent version %pip install --upgrade --force-reinstall langchain2. Restart the kernel : dbutils.lib...

  • 0 kudos
Galactech
by New Contributor III
  • 3033 Views
  • 1 replies
  • 0 kudos

Resolved! Vector Index Creation Initializing Phase

When using the web UI to create a vector index from an existing table with chunked data the creation fails at the "Initializing" phase after about 20 minutes.  I have validated the requirements are satisfied that are detailed here.I have also seen th...

  • 3033 Views
  • 1 replies
  • 0 kudos
Latest Reply
Galactech
New Contributor III
  • 0 kudos

I believe this "self-resolved".  Even though I was technically on a premium plan the trial period had not completed.  I think at this point I can say it is resolved.

  • 0 kudos
tholers
by New Contributor
  • 1205 Views
  • 0 replies
  • 0 kudos

Data security when using Databricks Foundation Model endpoints

Hi Databricks,My client is considering using Databricks as the solution to their RAG chatbot framework. We are testing on the Databrick's demo tutorial on its own documentation data (pdf files). The tutorial is provided at: 00-RAG-chatbot-Introductio...

  • 1205 Views
  • 0 replies
  • 0 kudos
monke64
by New Contributor
  • 919 Views
  • 1 replies
  • 0 kudos

Using generative AI to generate descriptions

Hi all, I would like to check if there is a function in databricks notebook that allows users to get AI generated descriptions of dataframes within the session similar to the AI generated descriptions for tables? This is because I am wondering it it ...

  • 919 Views
  • 1 replies
  • 0 kudos
Latest Reply
vikasgautam
Databricks Employee
  • 0 kudos

You can use ai_query function to achieve this in SQL. It takes an LLM endpoint and a prompt as input. Here's an example with DBRX and a specific Indian manufacturing industry-related prompt. create or replace function ai_create_table_metadata (table...

  • 0 kudos
mortenhaga2
by New Contributor III
  • 6322 Views
  • 7 replies
  • 2 kudos

Resolved! Genie: Cant upvote/downvote, cant edit queries nor view other results

Hi allI have been trying to get some feedback on this before, but since this is important to if and how my organization is going to adopt this tool, I need some help on this:For me as an account admin and workspace admin, my problem is that I cant up...

mortenhaga2_0-1725264270178.png mortenhaga2_1-1725264435843.png mortenhaga2_3-1725264479589.png
  • 6322 Views
  • 7 replies
  • 2 kudos
Latest Reply
holly
Databricks Employee
  • 2 kudos

Amazing user story - this has been great for our internal discussions, thank you

  • 2 kudos
6 More Replies