pg_summarize
Text Summarization using LLMs. Built using pgrx
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_summarize : Text Summarization using LLMs. Built using pgrx
Information
- Extension ID: 1860
- Extension Name:
pg_summarize - Package Name:
pg_summarize - Category:
RAG - License: PostgreSQL
- Website: https://github.com/HexaCluster/pg_summarize
- Language: Rust
- Extra Tags:
pgrx - Comment:
Metadata
- Latest Version: 0.0.1
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_summarize_$v - RPM Ver :
0.0.1 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-summarize - DEB Ver :
0.0.1 - DEB Deps: N/A
Availability
Installation
Install pg_summarize via the pig CLI tool:
pig ext install pg_summarize
Install pg_summarize via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_summarize"]}' # -l <cls>
Install pg_summarize RPM from YUM repo directly:
dnf install pg_summarize_17;
dnf install pg_summarize_16;
dnf install pg_summarize_15;
dnf install pg_summarize_14;
dnf install pg_summarize_13;
Install pg_summarize DEB from APT repo directly:
apt install postgresql-17-pg-summarize;
apt install postgresql-16-pg-summarize;
apt install postgresql-15-pg-summarize;
apt install postgresql-14-pg-summarize;
apt install postgresql-13-pg-summarize;
Create pg_summarize extension on PostgreSQL cluster:
CREATE EXTENSION pg_summarize;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.