Hybrid Search Architect

Community

Architect smarter hybrid retrieval pipelines.

AuthorNotysoty
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Designs a hybrid retrieval pipeline that combines dense vector search (semantic similarity) with BM25 sparse search (keyword matching). Hybrid search outperforms either method alone on most retrieval benchmarks because vector search handles semantic meaning while BM25 handles exact keyword matches, product names, codes, and rare terms. This skill picks the right combination and fusion strategy for your use case.

Core Features & Use Cases

  • Architectural guidance for selecting a hybrid vs vector-only or BM25-only approach.
  • Step-by-step configuration for reciprocal rank fusion and stack tuning across popular backends (Weaviate, Elasticsearch/OpenSearch, pgvector).
  • Real-world scenarios include product documentation search, code search, and knowledge bases with mixed content.

Quick Start

Copy this file to .agents/skills/hybrid-search-architect/SKILL.md in your project root to enable the hybrid retrieval architecture.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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 Search Architect
Download link: https://github.com/Notysoty/openagentskills/archive/main.zip#hybrid-search-architect

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.