quria: experimental pgrx extension for BM25 full-text and HNSW vector search
pgext.cloud · Source code · Documentation · License text · Control file
| Package | quria |
|---|---|
| Version | 0.0.0 |
| PostgreSQL versions | 11 · 12 · 13 · 14 · 15 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | quria |
| Schema | quria |
| Stars | 7 |
| Latest commit | 2023-10-23 |
| Catalogue updated | 2026-08-30 |
| plpgsql | PL/pgSQL procedural language |
| pgcontext | Vector, filter-aware HNSW, and hybrid retrieval over authoritative PostgreSQL tables. |
| vector | vector data type and ivfflat and hnsw access methods |
| pg_search | Full text search for PostgreSQL using BM25 |
| pg_fts | Full-text search with BM25 and BM25F ranking |
| pgturbohybrid | hybrid vector and BM25 search for PostgreSQL on top of pgvector |
| pg_bestmatch | Generate BM25 sparse vector inside PostgreSQL |
| vectorize | The simplest way to do vector search on Postgres |
| llama_embed | llama.cpp embedding extension for dense and multivector search |
| pg_bm25 | Full text search for PostgreSQL using BM25 |
| pg_colbert_llama | ColBERT embedding companion extension for pgturbohybrid |
| pgturbohybrid_experimental | experimental sparse and multivector features for pgturbohybrid |
| pg_textsearch | Full-text search with BM25 ranking |