Skip to main content
Back to the directory
wshobson/agentsSoftware EngineeringFrontend and Design

vector-index-tuning

Optimize vector index performance across latency, recall, and memory tradeoffs.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
5

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wshobson/agents --skill vector-index-tuning
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, vector-index-tuning has 5 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wshobson/agents. Canonical URL: https://skills.sh/wshobson/agents/vector-index-tuning.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Optimize vector index performance across latency, recall, and memory tradeoffs. Guide to optimizing vector indexes for production performance. - Covers HNSW parameter tuning (M, efConstruction, efSearch) with benchmarking templates and automated recommendation logic based on vector count and target recall - Includes quantization strategies: scalar INT8, product quantization, binary quantization, and FP16 compression with memory estimation tools - Provides Qdrant collection configuration templates optimized for three scenarios: recall-focused, speed-focused, balanced, and memory-constrained deployments - Includes search performance monitoring, latency profiling (p50/p95/p99), and recall measurement against ground truth - Tuning HNSW parameters - Implementing quantization - Optimizing memory usage - Reducing search latency - Balancing recall vs speed - Scaling to billions of vectors - Benchmark with real queries - Synthetic may not represent production - Monitor recall continuously - Can degrade with data drift - Start with defaults - Tune only when needed - Use quantization - Significant memory savings - Consider tiered storage - Hot/cold data separation - Don't over-optimize early - Profile first - Don't ignore build time - Index updates have cost - Don't forget reindexing - Plan for maintenance - Don't skip warming - Cold indexes are slow

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does vector-index-tuning do?

Optimize vector index performance across latency, recall, and memory tradeoffs.

Is vector-index-tuning good?

vector-index-tuning does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support vector-index-tuning?

vector-index-tuning currently lists compatibility with Skills CLI.

Is vector-index-tuning safe to install?

vector-index-tuning has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to vector-index-tuning?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install vector-index-tuning?

Run the following command to install vector-index-tuning: npx skills add https://github.com/wshobson/agents --skill vector-index-tuning

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering