databricks-vector-search

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/andregit2026/Databricks_DQ_Business --skill databricks-vector-search-andregit2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-vector-search
Source: https://github.com/andregit2026/Databricks_DQ_Business/tree/main/.claude/skills/databricks-general-skill-vector-search
Command: npx skills add https://github.com/andregit2026/Databricks_DQ_Business --skill databricks-vector-search-andregit2026

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Patterns for Databricks Vector Search enables developers to create, manage, and query vector indexes for RAG and semantic search.

Core Features & Use Cases

  • Endpoint types: Standard and Storage Optimized for different latency and scale.
  • Index types and embedding management: Delta Sync, Direct Access, and embedding pipelines.
  • Filtering and query support: integrate with Delta Lake and semantic search workflows.

Quick Start

Create a standard endpoint and a Delta Sync index following the patterns described in this skill.

Frequently Asked Questions about databricks-vector-search

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

FAQPage Schema
How do I create vector indexes for RAG using Databricks Vector Search?

To create vector indexes for RAG, set up a standard endpoint and a Delta Sync index following Databricks Vector Search patterns. This syncs your Delta Lake data automatically to enable retrieval-augmented generation workflows.

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

Delta Sync indexes automatically synchronize and manage embeddings directly from Delta Lake tables. Direct Access indexes require you to manually provide embedding vectors, offering more granular control over your semantic search pipeline.

When should I use a Storage Optimized endpoint instead of a Standard endpoint for vector search?

Use a Storage Optimized endpoint for large-scale similarity matching workloads where managing storage costs is critical. Standard endpoints are better suited for lower latency semantic search and document retrieval applications.

Does Databricks Vector Search support filtering and querying with Delta Lake integration?

Yes, Databricks Vector Search supports filtering and querying with full Delta Lake integration. You can apply complex filters to your semantic search workflows directly against synchronized Delta tables.

How do I manage embeddings for large-scale similarity matching in Databricks?

Manage embeddings for large-scale similarity matching by utilizing Delta Sync embedding pipelines or Direct Access indexes. These Databricks Vector Search patterns handle vector lifecycle management and querying efficiently.