select open change scope Open full search

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

Extensions / AI and vectors

rag_jina_reranker_v1_tiny_en

Runs jina-reranker-v1-tiny-en locally in a preloaded background worker and exposes SQL rerank scores and distances.

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

Overview

Packagepgrag
Version0.0.0
PostgreSQL versions13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typePreloaded
Project statusArchived
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableNo
Shared librariesrag_bge_small_en_v15, rag_jina_reranker_v1_tiny_en
Schemarag_jina_reranker_v1_tiny_en
Stars101
Latest commit2026-06-15
Latest release2025-10-16
Catalogue updated2026-08-30

Related extensions

Requires

vectorvector data type and ivfflat and hnsw access methods

See also

pg_deeplakeDeeplake is AI Data Runtime for Agents. It provides serverless postgres with a multimodal datalake, enabling scalable retrieval and training.
google_ml_integrationGoogle Cloud machine learning integration extension for registering model endpoints, generating embeddings, and invoking predictions from SQL.
pgedge_vectorizerAsynchronous text chunking and embedding generation for PostgreSQL using background workers and pgvector.
avocadoAvocadoDB PostgreSQL extension for deterministic context compilation for AI agents.
neurondbAI database extension for vector search, ML inference, hybrid search, and RAG in PostgreSQL.
pg_knowledge_graphKnowledge graph extension for PostgreSQL with graph algorithms and pgvector integration.
flamePGRX proof-of-concept extension that generates text embeddings with fastembed/MiniLM.
llama_embedllama.cpp embedding extension for dense and multivector search
pg_colbert_llamaColBERT embedding companion extension for pgturbohybrid
pgturbohybridhybrid vector and BM25 search for PostgreSQL on top of pgvector
pgturbohybrid_experimentalexperimental sparse and multivector features for pgturbohybrid
pg_cuvs⚡ Blazing-fast GPU vector search for PostgreSQL powered by NVIDIA cuVS.

Same project

ragDeprecated RAG helper extension for document extraction/chunking and remote embedding, reranking, and chat APIs.
rag_bge_small_en_v15rag_bge_small_en_v15: local bge-small-en-v1.5 embeddings in PostgreSQL