General 514 installs

hybrid-search-implementation

by wshobson/agents

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides…

Skill content

Hybrid Search Implementation

Patterns for combining vector similarity and keyword-based search.

When to Use This Skill

- Building RAG systems with improved recall

- Combining semantic understanding with exact matching

- Handling queries with specific terms (names, codes)

- Improving search for domain-specific vocabulary

- When pure vector search misses keyword matches

Core Concepts

1. Hybrid Search Architecture