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

similarity-search-patterns

Efficient similarity search patterns for vector databases and semantic retrieval systems.

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 similarity-search-patterns
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, similarity-search-patterns 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/similarity-search-patterns.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Efficient similarity search patterns for vector databases and semantic retrieval systems. Patterns for implementing efficient similarity search in production systems. | Metric | Formula | Best For | | ------------------ | ------------------ | --------------------- | --- | -------------- | | Cosine | 1 - (A·B)/(‖A‖‖B‖) | Normalized embeddings | | Euclidean (L2) | √Σ(a-b)² | Raw embeddings | | Dot Product | A·B | Magnitude matters | | Manhattan (L1) | Σ | a-b | | Sparse vectors | - Covers four major vector database implementations: Pinecone, Qdrant, pgvector with PostgreSQL, and Weaviate, each with production-ready code templates - Explains three index types (Flat, HNSW, IVF+PQ) with trade-offs between search speed, recall accuracy, and data scale - Includes four distance metrics (Cosine, Euclidean, Dot Product, Manhattan) and guidance on when to use each - Demonstrates hybrid search combining dense vectors with keyword search, reranking, and metadata filtering patterns - Provides best practices for index tuning, recall evaluation, and latency optimization - Building semantic search systems - Implementing RAG retrieval - Creating recommendation engines - Optimizing search latency - Scaling to millions of vectors - Combining semantic and keyword search - Use appropriate index - HNSW for most cases - Tune parameters - ef_search, nprobe for recall/speed - Implement hybrid search -...

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 similarity-search-patterns do?

Efficient similarity search patterns for vector databases and semantic retrieval systems.

Is similarity-search-patterns good?

similarity-search-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support similarity-search-patterns?

similarity-search-patterns currently lists compatibility with Skills CLI.

Is similarity-search-patterns safe to install?

similarity-search-patterns 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 similarity-search-patterns?

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

How do I install similarity-search-patterns?

Run the following command to install similarity-search-patterns: npx skills add https://github.com/wshobson/agents --skill similarity-search-patterns

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering