hybrid-retrieval
OfficialBoost RAG accuracy with hybrid search.
Authorlatestaiagents
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the limitations of pure vector search in RAG systems by combining dense (semantic) and sparse (keyword) retrieval methods to improve the accuracy and relevance of search results.
Core Features & Use Cases
- Combines Dense and Sparse Retrieval: Integrates semantic understanding with keyword matching for more robust search.
- Handles Keyword-Dependent Queries: Effective when exact terms or specific keywords are crucial for accurate results.
- Improves RAG Performance: Enhances the quality of information retrieved for large language models.
- Use Case: When searching for technical documentation, a query like "troubleshoot error E-4521" might miss exact matches with pure vector search. Hybrid retrieval ensures that documents containing "E-4521" are prioritized alongside semantically related content.
Quick Start
Use the hybrid-retrieval skill to implement a search that combines dense and sparse retrieval methods for improved accuracy.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: hybrid-retrieval Download link: https://github.com/latestaiagents/agent-skills/archive/main.zip#hybrid-retrieval Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.