Support extensions from paradedb (like pg_search)
C
Chris Zubak-Skees
Specifically pg_search is supposed to dramatically improve on the tsvector full text search that ships in Postgres with faster Elastic-like BM25 indexing and Lucene-like query parsing: https://www.paradedb.com/blog/introducing_search
It's a good complement to pgvector for implementing hybrid semantic and text search.