pg_bm25 - better postgres full-text search

Oct 20, 2023

https://docs.paradedb.com/blog/introducing_bm25
https://github.com/paradedb/paradedb/tree/800ff3e6/pg_bm25

We’re unveiling pg_bm25: a Rust-based Postgres extension that significantly improves Postgres’ full text search capabilities. pg_bm25 is named after BM25, the algorithm used by modern search engines to calculate the relevance scores of search results.

↑ up