select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / AI and vectors

quria

quria: experimental pgrx extension for BM25 full-text and HNSW vector search

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagequria
Version0.0.0
PostgreSQL versions11 · 12 · 13 · 14 · 15
RepositoryUnspecified
Extension typePreloaded
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariesquria
Schemaquria
Stars7
Latest commit2023-10-23
Catalogue updated2026-08-30

Related extensions

Requires

plpgsqlPL/pgSQL procedural language

See also

pgcontextVector, filter-aware HNSW, and hybrid retrieval over authoritative PostgreSQL tables.
vectorvector data type and ivfflat and hnsw access methods
pg_searchFull text search for PostgreSQL using BM25
pg_ftsFull-text search with BM25 and BM25F ranking
pgturbohybridhybrid vector and BM25 search for PostgreSQL on top of pgvector
pg_bestmatchGenerate BM25 sparse vector inside PostgreSQL
vectorizeThe simplest way to do vector search on Postgres
llama_embedllama.cpp embedding extension for dense and multivector search
pg_bm25Full text search for PostgreSQL using BM25
pg_colbert_llamaColBERT embedding companion extension for pgturbohybrid
pgturbohybrid_experimentalexperimental sparse and multivector features for pgturbohybrid
pg_textsearchFull-text search with BM25 ranking