select open change scope Open full search

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

Extensions / AI and vectors

rds_ai

Alibaba Cloud RDS extension for calling LLMs, generating embeddings, semantic retrieval, and end-to-end RAG from SQL

pgext.cloud · Website

Overview

Packagerds_ai
Version1.0.0
PostgreSQL versions14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Project statusActive
Distributionalibaba-rds-postgresql
VendorAlibaba Cloud
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemards_ai
Catalogue updated2026-07-30

Related extensions

Requires

httpHTTP client for PostgreSQL, allows web page retrieval inside the database.
vectorvector data type and ivfflat and hnsw access methods

See also

vectorvector data type and ivfflat and hnsw access methods
vectorizeThe simplest way to do vector search on Postgres
pgedge_vectorizerAsynchronous text chunking and embedding generation for PostgreSQL using background workers and pgvector.
pgmnemoSingle-plan multimodal agent memory for PostgreSQL
google_ml_integrationGoogle Cloud machine learning integration extension for registering model endpoints, generating embeddings, and invoking predictions from SQL.
pg_deeplakeDeeplake is AI Data Runtime for Agents. It provides serverless postgres with a multimodal datalake, enabling scalable retrieval and training.
lantern_extrasConvenience functions for working with vector embeddings
pgcontextVector, filter-aware HNSW, and hybrid retrieval over authoritative PostgreSQL tables.
pg_semantic_cacheCaches query results and retrieves semantically similar results using pgvector embeddings and configurable eviction policies.
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