All Skills
Data Analysis

vector-index-tuning

Vector index performance tuning: latency, recall, and memory tradeoffs covering HNSW / IVF / quantization selection.

Install

npx skills add skillerdotdev/skills@vector-index-tuning -y -g

Cross-tool: Claude Code ~/.claude/skills/ · Qoder ~/.qoder/skills/ · TRAE ~/.trae/skills/

Source

When to Use

Trigger this skill when building RAG systems, optimizing vector search performance, or choosing vector index solutions.

Core Decisions

Index Selection

MethodRecallLatencyMemoryUse Case
HNSWHighLowHigh<1M vectors, low-latency priority
IVF-PQMediumMediumLowLarge scale, memory-constrained
FlatHighestHighHighest<100K, precision priority

HNSW Tuning

Quantization

RAG Tuning

#Vector Search#RAG#HNSW#Quantization