BigHugger
sk Skill · timescale

postgres-hybrid-text-search

Use this skill to implement hybrid search combining BM25 keyword search with semantic vector search using Reciprocal Rank Fusion (RRF). Trigger when user asks to: — Combine keyword and semantic search — Implement hybrid search or multi-modal retrieval — Use BM25/pg_textsearch with pgvector together — Implement RRF (Reciprocal Rank Fusion) for search — Build search that handles both exact terms and meaning Keywords:…

installs 8w
0
30-day movement
starts with the next reading
Related entries
1
Connections
0
typescriptsqlpythonPython
Host repository
timescale/pg-aiguide
Compatible with
Requires PostgreSQL 15+ with pgvector and pg_textsearch extensions
Licence
Apache-2.0
Host stars
1,840
Host language
Python