databricks-vector-search

Create and query Databricks Vector Search indexes with Delta Sync.

4|2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/alessandro9110/Speech-To-Text-With-Databricks --skill databricks-vector-search-alessandro9110
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-vector-search
Source: https://github.com/alessandro9110/Speech-To-Text-With-Databricks/tree/main/.claude/skills/databricks-vector-search
Command: npx skills add https://github.com/alessandro9110/Speech-To-Text-With-Databricks --skill databricks-vector-search-alessandro9110

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation, management, and querying of vector search indexes on Databricks, enabling powerful semantic search and RAG capabilities.

Core Features & Use Cases

  • Vector Index Management: Create and manage both Standard and Storage-Optimized endpoints and indexes.
  • Data Synchronization: Supports Delta Sync (managed and self-managed embeddings) and Direct Access indexes.
  • Querying: Perform semantic, keyword, and hybrid searches with advanced filtering options.
  • Use Case: Integrate this Skill into a RAG pipeline to enable an AI assistant to find the most relevant documents from a large knowledge base based on natural language queries.

Quick Start

Use the databricks-vector-search skill to create a storage-optimized endpoint named 'my-storage-endpoint'.

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 a vector search index on Databricks for RAG applications?

To create a vector search index on Databricks, you need to set up an endpoint and choose between Delta Sync or Direct Access index types based on your RAG application's embedding management and data synchronization requirements.

When should I use storage-optimized versus standard endpoints for vector search?

Storage-optimized endpoints should be used when your vector search workloads require cost-effective storage for large datasets, whereas standard endpoints are better suited for standard querying and similarity matching tasks.

Can I perform hybrid semantic and keyword searches with Databricks Vector Search?

Yes, Databricks Vector Search supports semantic, keyword, and hybrid searches. You can execute these queries using advanced filtering options to refine the similarity matching results from your indexes.

Does Databricks Vector Search support self-managed embeddings in Delta Sync indexes?

Yes, Delta Sync indexes support both managed and self-managed embeddings. This allows you to synchronize data from Delta tables while controlling how embeddings are generated and managed for your pipeline.

What is the best way to query a Direct Access index in Databricks for similarity matching?

To query a Direct Access index for similarity matching, you bypass Delta table synchronization and directly query the index using vector search patterns with advanced filters to retrieve the most relevant documents.

Why use Databricks Vector Search over other platforms for building semantic search?

Databricks Vector Search integrates natively with your data platform, enabling Delta Sync for automated embedding updates and providing specialized endpoint options to optimize semantic search and RAG capabilities.