Y
Hacker News
new
|
ask
|
show
|
jobs
by
rawsh
987 days ago
Is it possible to use this for hybrid search in combination with pg_embedding? My understanding is that hybrid search currently requires syncing with Postgres
1 comments
philippemnoel
987 days ago
Yes! We have another extension, pg_search, which is specifically for hybrid search using pg_bm25+pgvector. You can find it here:
https://github.com/paradedb/paradedb/tree/dev/pg_search
link