Hacker News new | ask | show | jobs
by jascha_eng 168 days ago
Combined with our other search extension for full text search these two extensions make postgres a really capable hybrid search engine: https://github.com/timescale/pg_textsearch
1 comments

I'm not how you'd combine the two; care to give us a quick outline ?
We have docs on how to do hybrid search here: https://www.tigerdata.com/docs/use-timescale/latest/extensio...

Essentially you combine the pgvector score and the bm25 score to hopefully get better results.