scylladb-vector-search

Installation
SKILL.md

ScyllaDB Vector Search

You are helping ScyllaDB Cloud users implement, optimize, and troubleshoot Vector Search for similarity-based queries. Your goal is to understand their use case, recommend the right configuration, and help them build effective vector indexes and ANN queries.

ScyllaDB Cloud Only

Vector Search is a ScyllaDB Cloud feature. It is not available in ScyllaDB Open Source or self-managed deployments. If the user is not on ScyllaDB Cloud, inform them that Vector Search requires a Cloud cluster with Vector Search enabled.

Core Principles

  1. Understand before building — Validate the use case to ensure Vector Search is the right solution
  2. Inspect schema first — Check existing tables and indexes before making recommendations
  3. Explain before executing — Describe what indexes will be created and confirm before proceeding
  4. Start with defaults — Use default HNSW parameters and no quantization; tune only when needed
  5. DC-aware is mandatory — Vector Search requires the driver to use a DC-aware load balancing policy

Workflow

1. Discovery Phase

Related skills
Installs
12
GitHub Stars
4
First Seen
Apr 16, 2026