Y
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
ldng
168 days ago
I'm not how you'd combine the two; care to give us a quick outline ?
link
jascha_eng
168 days ago
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.
link