databricks-genai

Develop and deploy Generative AI applications on the Databricks platform.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill databricks-genai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-genai
Source: https://github.com/LaurentPRAT-DB/LPT_claude_config/tree/main/skills/databricks-genai
Command: npx skills add https://github.com/LaurentPRAT-DB/LPT_claude_config --skill databricks-genai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to build, deploy, and optimize Generative AI and LLM applications specifically on the Databricks platform, streamlining complex AI workflows.

Core Features & Use Cases

  • Foundation Models & Serving: Access and deploy various LLMs, including Databricks' own and external providers.
  • Vector Search & RAG: Implement efficient retrieval-augmented generation pipelines.
  • AI Gateway & Governance: Ensure secure, governed, and cost-effective LLM usage.
  • Agent Framework: Develop intelligent agents capable of tool use and function calling.
  • Use Case: A data scientist wants to build a RAG application to answer questions about their company's internal documentation. They can use this skill to set up vector search, integrate an embedding model, and deploy the application as a scalable API endpoint on Databricks.

Quick Start

Use the databricks-genai skill to help me set up a RAG application using Databricks Vector Search and Foundation Model APIs.

Frequently Asked Questions about databricks-genai

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a RAG application on Databricks?

To build a RAG application on Databricks, you use Databricks Vector Search to index embeddings and Foundation Model APIs to generate responses. This streamlines retrieving internal documentation and deploying the pipeline as a scalable API endpoint.

Can I deploy foundation models as scalable APIs in Databricks?

Yes, you can deploy foundation models as scalable APIs using Databricks Model Serving. This allows you to access and serve various LLMs, including Databricks' own models and external providers, ensuring efficient inference.

How does AI Gateway secure and govern LLM usage?

AI Gateway secures and governs LLM usage by providing a unified interface to route requests. It enables tracking, rate limiting, and cost management for foundation model APIs, ensuring compliant and controlled enterprise AI deployments.

What is the best way to implement agentic workflows with function calling on Databricks?

The best way to implement agentic workflows with function calling on Databricks is by utilizing its integrated agent framework. This enables developing intelligent agents capable of tool use and complex reasoning directly within your data platform environment.

Do I need Unity Catalog and MLflow to optimize LLM applications on Databricks?

Yes, integrating Unity Catalog and MLflow is required to comprehensively optimize LLM applications on Databricks. These services provide essential governance, experiment tracking, and model management for your Generative AI workflows.

What are the limitations of fine-tuning foundation models within Databricks?

Fine-tuning foundation models within Databricks requires integration with Spark for distributed compute and MLflow for tracking. Limitations depend on your configured infrastructure and the specific serving endpoints available for your optimized models.