databricks-vector-search

Create, manage, and query Databricks Vector Search indexes for RAG and semantic search.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Blackkadder/databricks-apps-and-agents-workshop --skill databricks-vector-search-blackkadder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-vector-search
Source: https://github.com/Blackkadder/databricks-apps-and-agents-workshop/tree/main/.claude/skills/databricks-vector-search
Command: npx skills add https://github.com/Blackkadder/databricks-apps-and-agents-workshop --skill databricks-vector-search-blackkadder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Databricks Vector Search patterns provide end-to-end guidance to create, manage, and query vector indexes, enabling scalable retrieval for RAG and semantic search workloads.

Core Features & Use Cases

  • Standard and Storage-Optimized endpoints for vector search.
  • Delta Sync (Managed and Self-Managed) indexes and Direct Access for real-time workloads.
  • Hybrid search, filters, and end-to-end workflows including endpoint, index, and query orchestration.

Quick Start

Create a vector search endpoint, add a Delta Sync index, trigger an initial sync, and run a sample query to verify results.

Frequently Asked Questions about databricks-vector-search

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

FAQPage Schema
How do I set up a Databricks Vector Search index for RAG?

You can deploy vector search for RAG by creating a Standard or Storage-Optimized endpoint, configuring a Delta Sync or Direct Access index, triggering an initial data sync, and running sample queries to retrieve embeddings.

What is the difference between Delta Sync and Direct Access vector search indexes?

Delta Sync indexes automatically synchronize vectors and metadata directly from Delta Lake tables, while Direct Access indexes allow you to manually ingest and update vectors for flexible, real-time semantic search workloads.

Can I use hybrid search and filters when querying my vector search index?

Yes, you can apply hybrid search and metadata filters when querying your vector search index, enabling combined keyword and semantic similarity retrieval to refine results within your RAG workflows.

Do I need a Storage-Optimized endpoint for large-scale semantic search workloads?

You can choose a Storage-Optimized endpoint for large-scale semantic search workloads requiring high vector storage capacity, or a Standard endpoint for general-purpose retrieval tasks across your Delta Lake data.

When should I not use a self-managed Delta Sync index?

You should avoid self-managed Delta Sync indexes if you require fully automated pipeline orchestration, as self-managed configurations require manual sync triggers compared to managed Delta Sync indexes.