select open change scope Open full search

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

Extensions / AI and vectors

pgpyml

Run scikit-learn machine-learning models inside PostgreSQL through PL/Python functions and triggers.

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

Overview

Packagepgpyml
Version0.3.1
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemapgpyml
Stars18
Latest commit2022-07-19
Latest release2022-07-01
Catalogue updated2026-08-30

Related extensions

Requires

plpython3uPL/Python3U untrusted procedural language

See also

plpython2uHistorical untrusted PL/Python 2 procedural language.
plpythonuHistorical untrusted PL/Python procedural language.
fbsqlClosure-preserving formula-based statistical modeling in SQL
pg4mlMachine learning framework for PostgreSQL
google_ml_integrationGoogle Cloud machine learning integration extension for registering model endpoints, generating embeddings, and invoking predictions from SQL.
plpython3tA SQL-only wrapper that registers PostgreSQL PL/Python 3 handlers as a trusted procedural language named plpython3t.
s2PL/Python functions for converting latitude/longitude to S2 cell IDs and tokens and navigating the S2 cell hierarchy
panda_postPython Pandas data in Postgres
pg_gembedGenerate embeddings inside PostgreSQL
pg_py_plan_forwardingForward PostgreSQL planner and executor data to embedded Python callbacks
rppdTrigger-based PostgreSQL event dispatcher that sends row changes over gRPC to a clustered Rust/Python execution service.