databricks-vector-search

Create and manage Databricks vector search indexes with Delta Lake integration.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/Zack2626-ok/DATN_Website-Dat-Ban-Va-Quan-Ly-Nha-Hang --skill databricks-vector-search-zack2626-ok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-vector-search
Source: https://github.com/Zack2626-ok/DATN_Website-Dat-Ban-Va-Quan-Ly-Nha-Hang/tree/main/.windsurf/skills/databricks-vector-search
Command: npx skills add https://github.com/Zack2626-ok/DATN_Website-Dat-Ban-Va-Quan-Ly-Nha-Hang --skill databricks-vector-search-zack2626-ok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires databricks, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the creation and management of vector search indexes, making it easier to build RAG applications, semantic search, and similarity matching solutions.

Core Features & Use Cases

  • Create and manage vector search indexes: Supports both storage-optimized and standard endpoints for flexibility.
  • Query with filters: Allows filtering based on vector similarity and keyword matching.
  • Manage embeddings: Choose from managed or self-managed embeddings depending on your needs.
  • Use Cases: Ideal for RAG applications, semantic search, similarity matching, and creating vector indexes from Delta tables.

Quick Start

Create a vector search endpoint and index using the provided commands.

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 in Databricks for a RAG application?

To create a vector search index for RAG applications, you can configure Delta Lake integration and choose between managed or self-managed embeddings to enable vector similarity search directly in Databricks.

What is the difference between storage-optimized and standard endpoints for vector search?

Storage-optimized and standard endpoints for vector search differ in resource allocation and performance characteristics, allowing you to balance cost and query latency based on your specific analytics workload.

Does Databricks vector search support filtering by keyword matching and vector similarity?

Yes, Databricks vector search supports querying with filters, allowing you to retrieve results based on both vector similarity calculations and specific keyword matching criteria simultaneously.

How can I build a semantic search system using Delta tables?

You can build a semantic search system by creating vector search indexes directly from Delta tables, leveraging Databricks to manage embeddings and perform similarity matching queries.

Do I need the Python SDK for Databricks to manage vector search indexes?

Yes, you need the Python SDK for Databricks and the Databricks Vector Search service to create and manage vector search indexes effectively within your environment.

Can I use self-managed embeddings with Databricks vector search?

Yes, Databricks vector search allows you to manage embeddings yourself, providing flexibility to integrate custom embedding models alongside the managed embedding options.