pg_search
extension, which powers all of ParadeDB’s full text search and analytics:
libicu
.
0.17.2
with the pg_search
version you wish to install and
17
with the version of Postgres you are using.postgresql.conf
shared_preload_libraries
in postgresql.conf
. Adding pg_search
to shared_preload_libraries
is unnecessary if your Postgres version is 17 or higher.
psql
) and run the following command:
pg_search
can be combined with pgvector
for hybrid search. You can find
the instructions for installing pgvector
here.