About
This skill provides standardized patterns and implementation templates for combining semantic vector search with lexical keyword-based retrieval. It helps developers overcome common limitations in pure vector search—such as missing exact terms, names, or domain-specific codes—by integrating Reciprocal Rank Fusion (RRF), linear scoring, and cross-encoder reranking. Whether you are building RAG systems in PostgreSQL with pgvector or utilizing Elasticsearch, this skill provides the necessary code structures to ensure higher recall and more precise search results for LLM applications.