- 32513 Views
- 22 replies
- 46 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 ...
- 32513 Views
- 22 replies
- 46 kudos
- 46 kudos
Dear Certifications TeamI have completed full Generative AI Engineering Pathway, so I received module wise knowledge badge but I didn't received the overall certificate which mentioned in description which is Generative AI Engineer with one Star. Req...
- 46 kudos
- 5718 Views
- 1 replies
- 1 kudos
Resolved! Error when logging artifact OSError: [Errno 5] Input/output error: '/dbfs/Volumes'
Hi, I'm building an streamlit application on databricks apps, where user can upload some data , and I run an LLM model and return results. There, I want to log an artifact to a volume. I'm following this documentation https://docs.databricks.com/aws...
- 5718 Views
- 1 replies
- 1 kudos
- 1 kudos
The error text OSError: [Errno 5] Input/output error: '/dbfs/Volumes' occurs because Databricks Apps (including Streamlit apps running on Databricks) currently do not have direct write access to /dbfs/Volumes for artifact logging via M...
- 1 kudos
- 1967 Views
- 9 replies
- 2 kudos
getting 500 on embedding model invocation call
I'm getting the following error message "{"error_code": "INTERNAL_ERROR", "message": "The server received an invalid response from an upstream server."}" when making a call to bge-large-en embedding model.
- 1967 Views
- 9 replies
- 2 kudos
- 2 kudos
Hi @tefrati - Can you please go to the model serving endpoint and click on the use drop down (as shown in the picture below) and try the simple python or sql and see if that works for you. from openai import OpenAI import os # How to get your Databr...
- 2 kudos
- 647 Views
- 2 replies
- 0 kudos
Multilingual embedding foundation model request
Are there any plans to offer a foundation model with multilingual support? Llama embed nemotron 8b or qwen3-embedding 8b would help out a lot for users that do not only process data in the English language.
- 647 Views
- 2 replies
- 0 kudos
- 0 kudos
Sorry I wasn't clear enough in my question: I mean embedding models specifically.
- 0 kudos
- 1776 Views
- 1 replies
- 1 kudos
Permission Denied for Genie Auto-Generated Service Principal on SQL Endpoint in Playground
Hi community,Use Genie in multi-agent systems | Databricks DocumentationI’ve developed a multi-agent Genie in Databricks and integrated it with vector indexes. The setup works fine during model logging and prediction. The system successfully register...
- 1776 Views
- 1 replies
- 1 kudos
- 1 kudos
Hi @Karthik_Karanm - Can you ensure to add the Genie in the resources as mentioned in the TODO of the cell. To enable automatic authentication, specify the dependent Databricks resources when calling mlflow.pyfunc.log_model(). TODO: If your Unity Ca...
- 1 kudos
- 950 Views
- 2 replies
- 0 kudos
Utilizing Genie AI with Workflows
As subject says, is this possible via creating a python script that calls agent.predict etc...? Similar to thisagent.predict( { "messages": [{"role": "user", "content": "...the question we want to ask Genie..."}], } )I want to implement Genie AI, and...
- 950 Views
- 2 replies
- 0 kudos
- 0 kudos
Hi @stexil, you can achieve this by using Genie as an agent in a multi-agent system. If you prefer to use code then follow this - https://docs.databricks.com/aws/en/generative-ai/agent-framework/multi-agent-genie#gsc.tab=0. If you want to use point a...
- 0 kudos
- 2690 Views
- 2 replies
- 2 kudos
Resolved! Model serving endpoint API error - Mosaic AI Agents API
Hi, I have built a Chatbot App using Streamlit (through Databricks Apps UI). The chatbot backend is a custom RAG model which is built by following this example notebook: 02-Deploy-RAG-Chatbot-Model.The needed databricks packages are installed: databr...
- 2690 Views
- 2 replies
- 2 kudos
- 2 kudos
Hi @JingXie, This is a classic authentication token issue, but it's happening in a different place than you might think. The Invalid Token error is not coming from your Streamlit App's call to your chatbot_poc endpoint. It's coming from inside your c...
- 2 kudos
- 3354 Views
- 3 replies
- 2 kudos
Resolved! Whether Databricks has any plans to Integrate Databricks Genie with Azure OpenAI?
Hi,I am checking to see if Databricks has any plans to Integrate Databricks Genie with Azure OpenAI? as I know Databricks Genie is designed to work with Databricks' data ecosystem itself. But is there any plans to enhance this capability where we can...
- 3354 Views
- 3 replies
- 2 kudos
- 2 kudos
@Prashanthkumar , if you are satisfied with my response would you mind clicking on "Accept as Solution" so that others will have confidence in the answer. Thanks, Louis.
- 2 kudos
- 632 Views
- 2 replies
- 1 kudos
Agent Serving Not Able To Use Route Optimisation
Hey y'all !I have model that I already serve with `agents.deploy` and works fine.I wanted to try out the Route Optimisation features as it can be found in the Edit tab of a model serving by adding in the creation via the API call (https://docs.databr...
- 632 Views
- 2 replies
- 1 kudos
- 1 kudos
@brahaman If this has solved your issue, please click the Accept as Solution button. Thanks!
- 1 kudos
- 748 Views
- 1 replies
- 0 kudos
Resolved! Cannot create databricks app using knowledge assistant
Hello, I built a knowledge assistant and I want to create a databricks app with it. I am using the streamlit chatbot template. I get an error "endpoint not supported". I can successfully create other databricks apps using models like claude sonnet. I...
- 748 Views
- 1 replies
- 0 kudos
- 0 kudos
Hi @mmoise - It is not yet possible to create a DB app using an agent created from Agent Bricks KA. It will be added soon in the future. You can create a custom app, though. You can refer to the DB apps cookbook and use FastAPI as backend and React a...
- 0 kudos
- 694 Views
- 4 replies
- 0 kudos
Agent Bricks import table error
"I encountered an error when I tried to import a table to improve the quality of the Agent Bricks Knowledge Assistant. The error message is: 'Unrecognized token 'The': was expecting ('true', 'false' or 'null') at [Source: The provided text discusses ...
- 694 Views
- 4 replies
- 0 kudos
- 0 kudos
Hello @Khaja_Zaffer Here is the actual data I tried to import:INSERT INTO table_name VALUES ( 'eval-001', 'Translate this text to Japanese.', array('Be natural.', 'Keep the original nuance.'), array('true', 'false'), '{"model_version": "Kno...
- 0 kudos
- 977 Views
- 3 replies
- 4 kudos
Resolved! Facing pydantic errors at runtime in MLFlow ChatAgent
Code works fine locally but deployment in serving endpoint gives me below error at runtime:{"error_code": "BAD_REQUEST", "message": "Encountered an unexpected error while evaluating the model. Verify that the input is compatible with the model for in...
- 977 Views
- 3 replies
- 4 kudos
- 4 kudos
Hi @Rajat-TVSM ,Below someone had the exact same issue. The solution is to use newer version of mlflow >= 3.2The problem is caused because there's been an update in pydantic. They changed a lot of things in pydantic v2. So not all APIs are compatibil...
- 4 kudos
- 1319 Views
- 5 replies
- 2 kudos
Resolved! Select LLM in Agentbricks - Knowledge Assistant
Hello,I am preparing a demo using for Multi Agent Supervisor Agent using knowledge assistant and Genie. Throughout the demo creation I have the following doubts:1) In the Knowledge assistant can we select another LLM model. Also, by default which LLM...
- 1319 Views
- 5 replies
- 2 kudos
- 2 kudos
A bit more information: In Agent Bricks, Databricks “automatically try various AI models, fine‑tune them using your data, optimize, and evaluate” to pick the best system for your use case — model selection is managed by the backend rather than the KA...
- 2 kudos
- 747 Views
- 2 replies
- 1 kudos
Resolved! Where is the vector table created by the Knowledge Assistant located?
In Agent Bricks' Knowledge Assistant, you can create a chatbot using files on Unity Catalog. I suspect that a vector table is being created from these files. If so, where would this vector table be located? It doesn't seem to be present in my own Uni...
- 747 Views
- 2 replies
- 1 kudos
- 1 kudos
Hi @szymon_dybczak ,Thank you for your reply. I assume it's located on the Databricks serverless side.
- 1 kudos
- 949 Views
- 3 replies
- 0 kudos
Agent Bricks Information Extraction
I am facing some problem in Information extraction using PDF. I have done all the necessary steps. 1) I loaded the data in Volume.2) I ran the Use PDF's functionality to create a structure table of the PDFs3) I now have the table with the column name...
- 949 Views
- 3 replies
- 0 kudos
- 0 kudos
Thank You @NandiniN for responding. For now, I have changed the type of "raw_parsed" to string and created a vector index after that.But can you help me with one more thing. I am creating a Multi-Agent-Supervisor, can you explain me the need of OBO U...
- 0 kudos
- 1907 Views
- 2 replies
- 2 kudos
Resolved! Using Genie Conversational API with External Users and Data-Level Security
We are planning to implement a chat interface in our portal application using the Genie Conversational API, where clients, partners, and internal users can ask questions in natural language and receive answers based on our data.I have the following q...
- 1907 Views
- 2 replies
- 2 kudos
- 2 kudos
Hello @JohnnyA I'll try to explain ideas and hope something works for you because I don't have the whole context.1) Authentication & authorization for external usersRecommended (best practice):Federated identity + OBO. Your portal authenticates with ...
- 2 kudos
-
agent
2 -
agent bricks
2 -
Agent Skills
1 -
agents
2 -
AI
2 -
AI Agents
10 -
ai gateway
2 -
Anthropic
1 -
Apache Spark 3.0
1 -
API Documentation
1 -
App
3 -
Application
1 -
Asset Bundles
1 -
Authentication
1 -
Autologging
1 -
automoation
1 -
Aws databricks
2 -
ChatDatabricks
1 -
claude
5 -
Cluster
1 -
Credentials
1 -
crewai
1 -
cursor
1 -
Databricks App
3 -
Databricks Course
1 -
Databricks Delta Table
1 -
Databricks Mlflow
1 -
Databricks Notebooks
1 -
Databricks SQL
1 -
Databricks Table Usage
1 -
Databricks-connect
1 -
databricksapps
1 -
delta sync
1 -
Delta Tables
1 -
Developer Experience
1 -
DLT Pipeline
1 -
documentation
1 -
Ethical Data Governance
1 -
Foundation Model
4 -
gemini
1 -
gemma
1 -
GenAI
11 -
GenAI agent
2 -
GenAI and LLMs
4 -
GenAI Generation AI
1 -
GenAIGeneration AI
36 -
Generation AI
2 -
Generative AI
5 -
Genie
18 -
Genie - Notebook Access
2 -
GenieAPI
4 -
Google
1 -
GPT
1 -
healthcare
1 -
Index
1 -
inference table
1 -
Information Extraction
1 -
Langchain
4 -
LangGraph
1 -
Llama
1 -
Llama 3.3
1 -
LLM
2 -
machine-learning
1 -
mcp
2 -
MlFlow
4 -
Mlflow registry
1 -
MLModels
1 -
Model Serving
3 -
modelserving
1 -
mosic ai search
1 -
Multiagent
2 -
NPM error
1 -
OpenAI
1 -
Pandas udf
1 -
Playground
1 -
productivity
1 -
Pyspark
1 -
Pyspark Dataframes
1 -
RAG
3 -
ro
1 -
Scheduling
1 -
Server
1 -
serving endpoint
3 -
streaming
2 -
Tasks
1 -
Vector
1 -
vector index
1 -
Vector Search
2 -
Vector search index
6
- « Previous
- Next »
| User | Count |
|---|---|
| 39 | |
| 28 | |
| 23 | |
| 14 | |
| 10 |