GitHub
github.com › Postgres-artificialintelligence › PGAI
GitHub - Postgres-artificialintelligence/PGAI · GitHub
This extension brings the power of AI-driven predictions into the database, enabling data-driven decisions and advanced analytics without the need for external tools. Prerequisites: Ensure you have PostgreSQL installed.
Starred by 9 users
Forked by 5 users
Languages Python 56.2% | PLpgSQL 36.0% | C 7.4% | Makefile 0.4%
TigerData
tigerdata.com › blog › making-postgresql-a-better-ai-database
Making PostgreSQL a Better AI Database | Tiger Data
December 9, 2025 - The initial release supports creating OpenAI embeddings and getting OpenAI chat completions from models like GPT4o directly from your PostgreSQL database. This integration allows for classification, summarization, and data enrichment tasks on existing relational data, streamlining the development process from proof of concept to production. -- install pgai (also installs pgvector via cascade) create extension if not exists ai cascade; -- a table for storing git commit history create table commit_history ( id int not null primary key , author text , "date" timestamptz , "commit" text , summary
Videos
Three Killer Postgres Extensions for Gen AI Apps : r/Database
01:16:33
Build your own AI Copilot for financial apps with PostgreSQL - YouTube
21:55
Pgai Tutorial - Vector Embeddings in PostgreSQL Made Easy - YouTube
00:51
Why we build these AI extensions #shorts #pgvector #postgresql ...
Three Killer PostgreSQL Extensions for Gen AI Apps
06:31
I gave AI full control over my database (postgres.new) - YouTube
PostgresAI
postgres.ai
PostgresAI – Scale your Postgres. Not your team. | PostgresAI
PostgresAI detects and predicts hard issues – LWLock:LockManager contention, MultiXact exhaustion, XID wraparound – helping you avoid disastrous consequences · Monitoring designed for deep visibility, AI workflows, and a high degree of automation – supporting both detailed investigation ...
PostgreSQL
postgresql.org › about › news › pg_ai_query-ai-powered-sql-generation-query-analysis-for-postgresql-3175
PostgreSQL: pg_ai_query — AI-powered SQL generation & query analysis for PostgreSQL
November 23, 2025 - I am excited to announce the release of pg_ai_query — a PostgreSQL extension that brings AI-powered query development directly into Postgres.
Microsoft Learning
microsoftlearning.github.io › mslearn-postgresql › Instructions › Labs › 12-explore-azure-ai-extension.html
Explore the Azure AI Extension | mslearn-postgresql
In this exercise, you explore the azure_ai extension and its functionality by installing it in an Azure Database for PostgreSQL flexible server database and examining its capabilities for integrating Azure AI and ML services.
Benodiwal
benodiwal.github.io › pg_ai_query
Introduction - PostgreSQL AI Query Extension
pg_ai_query bridges the gap between natural language and SQL by leveraging large language models to understand your intent and automatically generate optimized PostgreSQL queries. The extension integrates directly into your PostgreSQL database, providing a seamless way to query your data using ...
GitHub
github.com › ftisiot › postgresql-ai-projects
GitHub - ftisiot/postgresql-ai-projects: List of PostgreSQL® AI projects and resources
pg_vectorize: open-source PostgreSQL extension that automates the transformation and orchestration of text to embeddings, allowing vector and semantic search on existing data with as little as two function calls. postgresml: Generative AI and ...
Starred by 92 users
Forked by 8 users
Pgedge
pgedge.com › ai-toolkit
The pgEdge Agentic AI Toolkit for Postgres
The pgEdge RAG (Retrieval-Augmented Generation) Server provides an end-to-end solution for building semantic search and AI-powered query systems entirely within PostgreSQL. The RAG Server handles retrieval using hybrid search (vector similarity + BM25 keyword matching) and sends context to LLMs for response generation. Combined with the pgEdge Vectorizer ...
PostgresML
postgresml.org
PostgresML | You know Postgres. Now you know machine learning – PostgresML
Tons of capability in that Postgres extension. It's an important part of the ML Stack at cloud.tembo.io as well. ... A game-changer indeed! By integrating ML and AI directly at the database level with @postgresml, we're not just streamlining processes but revolutionizing data handling and insights generation in one fell swoop.
Microsoft Learn
learn.microsoft.com › en-us › azure › postgresql › flexible-server › generative-ai-azure-overview
Generate vector embeddings with Azure OpenAI in Azure Database for PostgreSQL - Azure Database for PostgreSQL | Microsoft Learn
October 2, 2025 - Azure Database for PostgreSQL extension for Azure AI enables you to use large language models (LLMS) and build rich generative AI applications within the database.
GitHub
github.com › timescale › pgai
GitHub - timescale/pgai: A suite of tools to develop RAG, semantic search, and other AI applications more easily with PostgreSQL · GitHub
May 27, 2026 - A suite of tools to develop RAG, semantic search, and other AI applications more easily with PostgreSQL - timescale/pgai
Starred by 5.8K users
Forked by 311 users
Languages PLpgSQL 90.5% | Python 9.3% | Just 0.1% | Jinja 0.1% | Dockerfile 0.0% | JavaScript 0.0%
GitHub
github.com › postgresml › postgresml
GitHub - postgresml/postgresml: Postgres with GPUs for ML/AI apps. · GitHub
It's more efficient, manageable ... data to the models. ... PostgresML is a powerful Postgres extension that seamlessly combines data storage and machine learning inference within your database....
Starred by 6.8K users
Forked by 364 users
Languages Rust 62.4% | JavaScript 11.3% | HTML 9.7% | SCSS 7.5% | Python 6.1% | Shell 0.9%