select open change scope Open full search

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

Extensions / AI and vectors

postllm

postllm: PostgreSQL-native access to OpenAI-compatible and local LLM runtimes

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepostllm
Version0.1.0
PostgreSQL versions13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemapostllm
Stars2
Latest commit2026-04-28
Catalogue updated2026-08-30

Related extensions

See also

pgmnemoSingle-plan multimodal agent memory for PostgreSQL
vectorizeThe simplest way to do vector search on Postgres
pg_summarizeText Summarization using LLMs. Built using pgrx
otletLocal LLM inference inside PostgreSQL with background workers, queued tasks, receipts, and semantic data operations.
pgclawStore LLM or OpenClaw agents as PostgreSQL values and process watched rows with a background worker
alohadb_nl2sqlNatural language to SQL translation via LLM API
pgtokenPostgreSQL extension for compact, codebook-compressed LLM token ID storage. Encode once, retrieve forever. O(1) token count without decoding.
pg_llmIntegrates local and remote large-language models with chat, sessions, text-to-SQL, audit and vector-backed knowledge features.
vectorsVector database plugin for PostgreSQL, written in Rust, specifically designed for LLM
pg_llm_helperCaptures PostgreSQL errors in shared memory and exposes history plus an optional pgai-backed LLM troubleshooting function.