- 16978 Views
- 13 replies
- 20 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 ...
- 16978 Views
- 13 replies
- 20 kudos
- 474 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...
- 474 Views
- 0 replies
- 0 kudos
- 523 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 ...
- 523 Views
- 1 replies
- 0 kudos
- 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
- 3517 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...
- 3517 Views
- 7 replies
- 2 kudos
- 2 kudos
Amazing user story - this has been great for our internal discussions, thank you
- 2 kudos
- 1098 Views
- 2 replies
- 1 kudos
Databricks SQL Agent is failing
Goal :I want to build one Databricks SQL Agent using that any Databricks users can interact with a specified schema in Unity Catalog and generate insights on their data.Followed the url as reference :https://docs.databricks.com/en/large-language-mode...
- 1098 Views
- 2 replies
- 1 kudos
- 1 kudos
Following up on @Walter_C insights, I encountered the same issue and wanted to share the complete steps I took to fully resolve the issue:1) Upgrade SQLAlchemy: Running the following command before any other code resolved the sqlalchemy.types error: ...
- 1 kudos
- 1290 Views
- 5 replies
- 1 kudos
Resolved! Github Repo linked to Generative AI with databricks
Hi guys, I would like to add the repo linked to the "Generative AI with Databricks" course. Do you know where I could find the repo with the notebooks that get shown in the demos in that course?. Best
- 1290 Views
- 5 replies
- 1 kudos
- 949 Views
- 1 replies
- 0 kudos
How to deploy an agent into model registry using MLFlow
Goal :Here below I am attaching my code snippet where I am trying to build an agent on my custom functions .Things are working well when I am running agent.invoke(“Question”).But now I want to deploy this agent into model registry using MLFlow but I ...
- 949 Views
- 1 replies
- 0 kudos
- 0 kudos
Had the same question when I was trying to deploy my custom llm. How we did it was wrapping it inside a custom mlflow model and registering it.
- 0 kudos
- 1038 Views
- 0 replies
- 0 kudos
I need a sample code or process which will help us to dynamically select the prompt template
We need a sample code or process which will help us to dynamically select the prompt template based on the prompt given as an input through the model legacy serving endpoint
- 1038 Views
- 0 replies
- 0 kudos
- 757 Views
- 0 replies
- 0 kudos
How can we deploy a custom model
Goal:Let's say we have a custom function with arbitrary python code . And we want to deploy that as model as we wanted to generate an API endpoint .So that that can be accessed from external applications.I am attaching the below code I have tried .If...
- 757 Views
- 0 replies
- 0 kudos
- 562 Views
- 1 replies
- 0 kudos
test 123
testing
- 562 Views
- 1 replies
- 0 kudos
- 627 Views
- 0 replies
- 0 kudos
Mlflow.evaluation fails to generate score
The execution of code stucks when evaluation of data start. eval_df = pd.DataFrame( { "inputs": [ "What is MLflow?", "What is Spark?", ], "ground_truth": [ "MLflow is an open-source platform f...
- 627 Views
- 0 replies
- 0 kudos
- 1238 Views
- 4 replies
- 0 kudos
Is llama 3.0 not supported anymore or is it just a glitch
Hello all,For some reason, I can't find llama-3.0 models on either the playground or serving endpoints even though we've been using it for months.I can see both llama-3.1 models on the serving endpoints page and it also says they have been last modif...
- 1238 Views
- 4 replies
- 0 kudos
- 0 kudos
@tefrati Thank you for your patience on this one! The pricing remains the same. Our team found version 3.1 to be better than 3 in many aspects, with the added benefit of not requiring any prompt changes. As a result, we have transitioned to 3.1. Our ...
- 0 kudos
- 732 Views
- 0 replies
- 0 kudos
Copying/cloning Vector index table
Regarding copying or cloning vector index tables, it appears that direct copying or cloning is not possible, as Databricks throws the message: "Securable with kind TABLE_ONLINE_VECTOR_INDEX_REPLICA does not support Lakehouse Federation."It seems that...
- 732 Views
- 0 replies
- 0 kudos
- 621 Views
- 1 replies
- 0 kudos
ai_forecast function error
Hello,I am trying to forecast using ai_forecast function and I get this error (https://docs.databricks.com/en/sql/language-manual/functions/ai_forecast.html)I changed my cluster to use current channel yet this is not solved.. any idea why this occurs...
- 621 Views
- 1 replies
- 0 kudos
- 0 kudos
Hi @sue01 ,Make sure that you run it on clusters aligned with below recommendations:"Only available on Pro SQL warehouses running Databricks SQL version 2024.35 and above"
- 0 kudos
- 475 Views
- 1 replies
- 0 kudos
Monitoring Genie: Result not available from chat session
Hi!Have anyone experienced that you cant see the result of what Genie produced as an answer in the history of a chat session? How can I enable to view and correct historical answers for any Genie chat?
- 475 Views
- 1 replies
- 0 kudos
- 2007 Views
- 6 replies
- 4 kudos
Resolved! SQL AI functions not working
I am working in the following environment:- New Databricks workspsace with UC enabled- Azure, region west-europe- Cluster: Interactive (DBR 15.4), or SQL Warehouse (Serverless)Running for example:SELECT ai_gen('Generate a concise, cheerful email titl...
- 2007 Views
- 6 replies
- 4 kudos
- 4 kudos
Hello @Michael_Galli Sorry for the delay in my response. Unfortunately, only the two models you mentioned, Meta Llama 3.1 70B Instruct and GTE Large (En), are currently available in the EU Geo. Our team is working to make more models available soon f...
- 4 kudos
Connect with Databricks Users in Your Area
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group-
agents
1 -
AI
1 -
chat history
1 -
Chatgpt
1 -
Databricks Course
1 -
Databricks SQL
1 -
Databricks-connect
1 -
Developer Experience
1 -
DLT Pipeline
1 -
Foundation Model
3 -
GenAI and Large Language Models (LLMs)
1 -
GenAIGeneration AI
18 -
Generative AI
3 -
Genie
4 -
Genie - Notebook Access
2 -
Index
1 -
Knowledge Graph LLM
1 -
Langchain
1 -
machine-learning
1 -
MlFlow
1 -
RAG
1 -
Vector
1 -
Vector search index
4
- « Previous
- Next »
User | Count |
---|---|
5 | |
5 | |
4 | |
4 | |
3 |