About
The PGVector Hybrid Search skill provides a comprehensive framework for building high-performance retrieval systems within PostgreSQL. It combines the semantic power of vector embeddings with the precision of keyword-based full-text search using Reciprocal Rank Fusion (RRF). This skill is essential for developers building RAG applications, knowledge bases, or recommendation engines that require the reliability of a relational database alongside modern AI retrieval techniques. It includes optimized indexing strategies for HNSW, metadata filtering patterns, and performance tuning for PGVector 0.8+.