- 142 Views
- 3 replies
- 1 kudos
GEN AI IN HEALTHCARE
Hello everyone !!Good day!Happy halloween I am just curious to know those who are working with GEN AI or related projects in healthcare. Is GEN AI buzz word finally became a common word or still there is scope in real world projects. How do you this ...
- 142 Views
- 3 replies
- 1 kudos
- 1 kudos
Hi @Khaja_Zaffer ,Great question and happy belated Halloween From what we’re seeing across clients in healthcare and life sciences, Generative AI has absolutely moved beyond the buzzword stage. It’s now being operationalised, but selectively, in are...
- 1 kudos
- 108 Views
- 1 replies
- 0 kudos
RAG pipeline in Databricks
We have to implement a RAG pipeline in Databricks using Unity Catalog and Delta tables, We are a databricks partner company, can we have some credits to do over this PoC
- 108 Views
- 1 replies
- 0 kudos
- 0 kudos
Hi @ankitmishra,Yes, it is definitely possible to request credits for your PoC. The quickest route is to identify the Partner Solution Architect (PSA) assigned to your company account. They can submit the request on your behalf and even attach it to ...
- 0 kudos
- 1236 Views
- 5 replies
- 5 kudos
OpenAi gpt-oss support for responses API?
I was looking forward to using there openAI responses API when the new gpt-oss models were added to Databricks.The openAI website states these model are compatible with the responses API.However, it does not seem to support it on Databricks. See erro...
- 1236 Views
- 5 replies
- 5 kudos
- 5 kudos
That’s expected — Databricks’ current GPT-OSS integration only supports /completions and /chat/completions endpoints, not the /responses API yet. The OpenAI Responses API compatibility mentioned on OpenAI’s site applies to OpenAI-hosted models, not t...
- 5 kudos
- 367 Views
- 4 replies
- 2 kudos
Can't connect to custom MCP Server
I've tried connecting from local environment, notebook and following the sample notebook here:https://docs.databricks.com/aws/en/generative-ai/mcp/custom-mcp?language=Local+environmentAnd I'm always getting the same error:httpx.ConnectError: All conn...
- 367 Views
- 4 replies
- 2 kudos
- 2 kudos
I wasn't setting the MCP server as a streamable http, I've done that already and it works!
- 2 kudos
- 84 Views
- 1 replies
- 0 kudos
Error in output of databricks managed mcp server
Hi Databricks Community,Need suggestions.I have added two functions and I am able to use them. I am using Cursor IDE but in the logs I can see below error,2025-11-01 20:10:23.203 [info] Handling CreateClient action2025-11-01 20:10:23.203 [info] Creat...
- 84 Views
- 1 replies
- 0 kudos
- 0 kudos
The most important thing to know is: Databricks supports external MCP servers only if they use the Streamable HTTP transport mechanism. Client errors related to Streamable HTTP typically occur if the MCP server or client is not compliant with this tr...
- 0 kudos
- 124 Views
- 2 replies
- 2 kudos
Load the HF pipeline in databricks
Hi all, I have a question about the integration of HF in Databricks.I'm struggling to save the models and datasets:For instance, for the code below, I got this error:ValueError: Could not load model nickwong64/bert-base-uncased-poems-sentiment with a...
- 124 Views
- 2 replies
- 2 kudos
- 2 kudos
The error happens because the model "nickwong64/bert-base-uncased-poems-sentiment" isn’t correctly registered as a SequenceClassification model in Hugging Face. You can try:Use AutoModelForSequenceClassification explicitly: from transformers import...
- 2 kudos
- 414 Views
- 5 replies
- 1 kudos
Resolved! Problems with unstructured_data_pipeline
Hi everyone,I'm currently working with the unstructured data pipeline in Databricks, using the official notebook provided by Databricks without any modifications. Strangely, despite being an out-of-the-box resource, the notebook fails during executio...
- 414 Views
- 5 replies
- 1 kudos
- 1 kudos
Hi @Mariano-Vertiz - Which access mode are you using for your cluster - dedicated or standard? I think it is failing as a standard cluster does not allow the low-level operation it is trying to perform in cell 42. Is that where it's failing? I tried ...
- 1 kudos
- 393 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...
- 393 Views
- 2 replies
- 1 kudos
- 1 kudos
@brahaman If this has solved your issue, please click the Accept as Solution button. Thanks!
- 1 kudos
- 264 Views
- 1 replies
- 0 kudos
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...
- 264 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
- 961 Views
- 2 replies
- 1 kudos
Finally fix Claude Opus
It's been almost 3 months since the announcement of First-party Anthropic Claude Opus 4 on Databricks Mosaic AI Model Serving, but the model is still unavailable.It's listed in the pricing and documentation, but on the Serving endpoints page, it's be...
- 961 Views
- 2 replies
- 1 kudos
- 1 kudos
Hi @qlmahga2 , it appears that Claude Sonnet 4 and Claude Sonnet 4.5 are both currently available. I'm not sure what it looked like when you asked this question, as I didn't check at that time. However, it looks like they should be available now. Can...
- 1 kudos
- 587 Views
- 2 replies
- 2 kudos
Export/Share Genie Space Across DEV, QA, and PROD Environments
Hi Team,What is the procedure for exporting a Genie space across multiple workspace environments such as DEV, QA, and PROD?Can you provide any details around this. Thanks ,Phani
- 587 Views
- 2 replies
- 2 kudos
- 2 kudos
@Pilsner When I try to export, I get Error: dataRoom is not user-facing. Trying to download in the workspace browser results in a 400 Bad Request.The bundle documentation for AWS and Azure does not mention genie spaces as existing resources.See the r...
- 2 kudos
- 349 Views
- 1 replies
- 1 kudos
NPM ERROR Deploying Databricks app
Hello everyone. I have developed a node.js application and trying to deploy it in databricks. But I am seeing the following error 2025-08-14 10:43:09SYSTEM npm error This is an error with npm itself. Please report this error at:2025-08-14 10:43:09SYS...
- 349 Views
- 1 replies
- 1 kudos
- 1 kudos
Hi @avinashk ,Try downgrading your Node.js version, as certain versions can cause this issue. Also, clearing the npm cache and reinstalling your dependencies may resolve this issue.
- 1 kudos
- 1187 Views
- 1 replies
- 0 kudos
Resolved! Claude 4 models are unusable
Litterally can't get a response from either model without getting TEMPORARILY_UNAVAILABLE error. Is there quota for these models can't find it anywhere in the docs.
- 1187 Views
- 1 replies
- 0 kudos
- 0 kudos
Hello @king728 , Claude 4 models are currently encountering issues related to availability, specifically resulting in the TEMPORARILY_UNAVAILABLE error. This situation appears from capacity constraints and throttling rather than an explicit quota lim...
- 0 kudos
- 3309 Views
- 5 replies
- 4 kudos
Prakash Hinduja Switzerland (Swiss) How do I build a RAG pipeline on Databricks?
Hello DataBricks Community,I'm Prakash Hinduja from Geneva, Switzerland (Swiss). As a financial strategist, I play an active role in strengthening the Swiss investment market. By connecting global investors with high-potential opportunities across Sw...
- 3309 Views
- 5 replies
- 4 kudos
- 4 kudos
@Khaja_Zaffer It's actually a weird type of spam - see simon-smart88/Hinduja_spam on GitHub. I've reported this post.
- 4 kudos
- 1639 Views
- 1 replies
- 1 kudos
Resolved! When would Google Gemini be available on Databricks Community Edition Playground?
https://www.databricks.com/company/newsroom/press-releases/databricks-announces-strategic-ai-partnership-google-cloud-bring#:~:text=Customers%20can%20pay%20for%20Gemini,founder%20and%20CEO%20of%20Databricks.
- 1639 Views
- 1 replies
- 1 kudos
- 1 kudos
Hello @Sharanya13! Google Gemini is not currently available on the Databricks Community Edition. The current focus is on enterprise and commercial integration, and no date or roadmap has been shared for availability on the Community or Free Edition p...
- 1 kudos
-
agent
1 -
agents
2 -
AI
1 -
AI Agents
4 -
ai gateway
1 -
API Documentation
1 -
App
1 -
Application
1 -
automoation
1 -
Aws databricks
2 -
ChatDatabricks
1 -
claude
2 -
Cluster
1 -
Credentials
1 -
cursor
1 -
Databricks App
1 -
Databricks Course
1 -
Databricks Delta Table
1 -
Databricks Notebooks
1 -
Databricks SQL
1 -
Databricks-connect
1 -
delta sync
1 -
Delta Tables
1 -
Developer Experience
1 -
DLT Pipeline
1 -
Foundation Model
3 -
gemma
1 -
GenAI
7 -
GenAI agent
2 -
GenAI and LLMs
4 -
GenAI Generation AI
1 -
GenAIGeneration AI
20 -
Generation AI
2 -
Generative AI
4 -
Genie
14 -
Genie - Notebook Access
2 -
GenieAPI
3 -
healthcare
1 -
Index
1 -
inference table
1 -
Langchain
4 -
LangGraph
1 -
Llama
1 -
Llama 3.3
1 -
LLM
2 -
machine-learning
1 -
MlFlow
4 -
Mlflow registry
1 -
MLModels
1 -
Model Serving
1 -
mosic ai search
1 -
Multiagent
1 -
NPM error
1 -
Pandas udf
1 -
Playground
1 -
RAG
3 -
ro
1 -
Scheduling
1 -
Server
1 -
serving endpoint
1 -
streaming
1 -
Tasks
1 -
Vector
1 -
vector index
1 -
Vector Search
2 -
Vector search index
6