Pg_bm25 extension support
We're using Neon for all our data needs and want to implement a hybrid search (syntactic and semantic). For the semantic search,
pg_vector is enough but for the syntactic search ts_rank_cd or the trigram index is not as powerful as BM25.
We feel that BM25 is going to help Neon reach Elasticsearch level and will be a massive improvement for anyone implementing text search.
Can you please help with this? If it is possible and if so, when can we expect it?5 Replies
absent-sapphire•16mo ago
https://github.com/neondatabase/cloud/issues/11177
For now we cannot support it as it does not integrate into our custom storage engine
deep-jadeOP•16mo ago
The URL you shared is not accessible.
absent-sapphire•16mo ago
Oh, oops. I thought it was the other repo :D. We have it tracked but I don't think it's on any roadmap
deep-jadeOP•16mo ago
Any suggestions for a syntactic text search using Neon in the meanwhile?
xenial-black•16mo ago
pg_trgm?