Back to Skills

rag-hybrid-search

a5c-ai
Updated 6 days ago
12 views
331
15
331
View on GitHub
Documentsword

About

This skill implements hybrid search for RAG pipelines by combining BM25 keyword retrieval with dense vector semantic search. It uses fusion strategies like Reciprocal Rank Fusion to improve accuracy and recall over single-method approaches. Developers should use it when they need to retrieve documents based on both conceptual meaning and exact keyword matches.

Quick Install

Claude Code

Recommended
Primary
npx skills add a5c-ai/babysitter -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/a5c-ai/babysitter
Git CloneAlternative
git clone https://github.com/a5c-ai/babysitter.git ~/.claude/skills/rag-hybrid-search

Copy and paste this command in Claude Code to install this skill

GitHub Repository

a5c-ai/babysitter
Path: plugins/babysitter/skills/babysit/process/specializations/ai-agents-conversational/skills/rag-hybrid-search
0
agent-orchestrationagent-skillsagentic-aiagentic-workflowai-automationbabysitter

Related Skills