hybrid-search

Draft an architectural blueprint for hybrid search using Reciprocal Rank Fusion.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/0x-wzw/necroswarm --skill hybrid-search-0x-wzw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hybrid-search
Source: https://github.com/0x-wzw/necroswarm/tree/main/skills/hybrid-search
Command: npx skills add https://github.com/0x-wzw/necroswarm --skill hybrid-search-0x-wzw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This design documents a hybrid search architecture that fuses vector similarity with keyword matching to improve knowledge retrieval and align results with user intent.

Core Features & Use Cases

  • RRF fusion combines ranked vector results with keyword hits for more accurate results.
  • Phase-driven roadmap outlines now and future steps to integrate memory, embeddings, and storage with a vector DB.
  • Use Case: Build a search layer that returns conceptually similar results and exact matches for enterprise knowledge bases.

Quick Start

Draft an architectural blueprint for a hybrid search system that fuses vector similarity and keyword results using Reciprocal Rank Fusion.

Frequently Asked Questions about hybrid-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is hybrid search and how does Reciprocal Rank Fusion work?

Hybrid search fuses vector similarity with keyword matching to improve retrieval. Reciprocal Rank Fusion (RRF) combines the ranked results from both search methods into a single list, balancing conceptual similarity with exact term matches.

How do I design an architecture that combines vector and keyword search?

Draft an architectural blueprint using a phase-driven roadmap. Specify integration considerations for embeddings, memory, and storage, defining how the search layer will fuse vector similarity and keyword results using Reciprocal Rank Fusion.

When do I need a hybrid search system for enterprise knowledge retrieval?

You need a hybrid search system when your knowledge base requires returning both conceptually similar results and exact keyword matches. This architecture aligns search outcomes with user intent by combining vector similarity and keyword hits.

Does this hybrid search blueprint include implementation code for vector databases?

No, the design specifies a non-implementation status. It provides an architectural blueprint and phase-driven path for future integration with vector databases, memory, and embeddings rather than executable code.

What is the best way to fuse vector similarity results with keyword hits?

The best way to fuse vector similarity results with keyword hits is using Reciprocal Rank Fusion (RRF). RRF combines the ranked outputs of both retrieval methods to produce more accurate and intent-aligned search results.