vector-index-tuning
Optimize Vector Search Indexes
Vector search systems often trade recall, latency, and memory without clear tuning guidance. This skill provides parameter templates, quantization choices, and monitoring patterns for production indexes.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "vector-index-tuning" from https://skillstore.io/skills/wshobson-vector-index-tuning.md and its manifest at https://skillstore.io/api/skills/wshobson-vector-index-tuning/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "vector-index-tuning". Recommend HNSW settings for two million vectors with 768 dimensions, 95 percent recall, and 20 ms latency.
Expected outcome:
Start with M around 48, efConstruction near 256, and efSearch near 128. Benchmark efSearch values from 64 to 256 against real queries before rollout.
Using "vector-index-tuning". How can we reduce memory for a large semantic search index?
Expected outcome:
Evaluate INT8 scalar quantization first, then product quantization if memory remains too high. Measure recall loss, rescoring quality, and p95 latency.
Using "vector-index-tuning". What should we monitor after changing index parameters?
Expected outcome:
Track recall against ground truth, p50, p95, and p99 latency, query throughput, build time, index size, and drift in representative queries.
Security Audit
SafeThe static findings are false positives caused by Markdown code fences, reference links, and Qdrant memmap configuration examples. No prompt injection, data exfiltration intent, or unauthorized execution behavior was found in SKILL.md.
Risk Factors
โ๏ธ External commands (11)
๐ Network access (3)
๐ Filesystem access (4)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/wshobson-vector-index-tuning/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/wshobson-vector-index-tuning?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/wshobson-vector-index-tuning?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/wshobson-vector-index-tuning/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/wshobson-vector-index-tuning.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
wshobson. (2026). vector-index-tuning security audit report (audit version 7) [Author version unspecified]. Skillstore. https://skillstore.io/skills/wshobson-vector-index-tuning/audits/7BibTeX citation
@techreport{wshobson-wshobson-vector-index-tuning-2026,
author = {wshobson},
title = {vector-index-tuning security audit report (audit version 7)},
institution = {Skillstore},
year = {2026},
number = {7},
url = {https://skillstore.io/skills/wshobson-vector-index-tuning/audits/7},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "vector-index-tuning security audit report (audit version 7)"
version: "unspecified"
type: report
authors:
- name: "wshobson"
date-released: "2026-07-08"
url: "https://skillstore.io/skills/wshobson-vector-index-tuning/audits/7"
identifiers:
- type: other
value: "skillstore:wshobson-vector-index-tuning:audit:7"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
sickn33-vector-index-tuning
2026-08-21
wshobson-vector-index-tuning
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Tune Production Recall
Balance efSearch, M, and quantization choices against a target recall and latency budget.
Plan Vector Memory Capacity
Estimate storage needs for embedding dimensions, vector count, index overhead, and compression strategy.
Compare Database Settings
Create Qdrant collection profiles for speed, recall, balanced performance, or reduced memory use.
Try These Prompts
Recommend a vector index type for my dataset. I have [vector count], [dimensions], [target recall], [latency target], and [memory budget].
Suggest HNSW M, efConstruction, and efSearch values for [vector count], [recall target], [update rate], and [maximum query latency].
Compare FP32, FP16, INT8 scalar, product quantization, and binary quantization for [dimensions], [vector count], and [recall tolerance].
Create a benchmark plan for our vector search index using real queries, ground truth results, latency percentiles, recall metrics, and memory measurements.
Best Practices
- Benchmark with production-like queries and known ground truth before changing index settings.
- Tune one major parameter at a time so recall and latency changes are attributable.
- Monitor recall, latency percentiles, throughput, memory, and rebuild cost after deployment.
Avoid
- Optimizing for low latency without measuring recall loss.
- Choosing aggressive quantization before testing representative embeddings and queries.
- Ignoring index build time, warmup, and maintenance windows for large collections.
Frequently Asked Questions
What vector index sizes does this skill cover?
Can it tune Qdrant collections?
Does it run benchmarks automatically?
How should I choose efSearch?
When should I use quantization?
Is this skill limited to one database?
Developer Details
Author
wshobsonLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/wshobson/agents/tree/main/plugins/llm-application-dev/skills/vector-index-tuningRef
64ca8af0f54a325752f08bd54e52151061ea659a
Maintenance freshness
7/20/2026
Usage
14 downloads ยท 203 views
File structure
๐ SKILL.md