scylladb-vector-search
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
- Understand before building — Validate the use case to ensure Vector Search is the right solution
- Inspect schema first — Check existing tables and indexes before making recommendations
- Explain before executing — Describe what indexes will be created and confirm before proceeding
- Start with defaults — Use default HNSW parameters and no quantization; tune only when needed
- DC-aware is mandatory — Vector Search requires the driver to use a DC-aware load balancing policy
Workflow
1. Discovery Phase
More from scylladb/agent-skills
scylladb-data-modeling
ScyllaDB CQL data modeling patterns and anti-patterns. Use when designing tables, reviewing schemas, migrating from SQL or MongoDB, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "ScyllaDB data model", "partition key", "clustering column", "primary key", "CQL table design", "ALLOW FILTERING", "large partitions", "hot partitions", "query-first design", "secondary index", "materialized view", "schema review", "wide partition", "tombstones", "time series".
14scylladb-cloud-setup
Guide users through connecting to a ScyllaDB Cloud cluster. Use this skill when a user needs to connect to ScyllaDB Cloud, configure driver credentials, or troubleshoot connection issues. Triggers on "connect to ScyllaDB Cloud", "ScyllaDB connection", "ScyllaDB driver setup", "CQL connection", "DC-aware load balancing", "ScyllaDB credentials", "connection bundle".
12