🌐
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
🌐
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 ...
🌐
Pondhouse Data
pondhouse-data.com › blog › ai-directly-from-your-database
Using AI directly from your database - with PostgreSQL and pgai
June 14, 2024 - That's where the team at Timescale just released a new extension called pgai. With pgai, you can seamlessly incorporate AI capabilities directly into your PostgreSQL database, eliminating the need for separate AI infrastructure and simplifying ...
🌐
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.
🌐
TigerData
tigerdata.com › blog › pgai-giving-postgresql-developers-ai-engineering-superpowers
Pgai: Giving PostgreSQL Developers AI | Tiger Data
December 9, 2025 - Introducing pgai, a new open-source extension that brings embedding and generation models closer to the database, making PostgreSQL an even better database for AI applications.
🌐
Microsoft Learn
learn.microsoft.com › en-us › azure › postgresql › azure-ai › generative-ai-azure-overview
azure_ai Extension in Azure Database for PostgreSQL | Microsoft Learn
April 29, 2026 - The azure_ai extension enables in-database calls to models hosted in Foundry and Azure OpenAI through the following AI functions (Preview): Generate vector embeddings with Azure OpenAI in Azure Database for PostgreSQL: Creates vector embeddings ...
🌐
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.
Find elsewhere
🌐
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 ...
🌐
Medium
medium.com › @umanath.nayak1 › postgres-ai-extensions-37e75820b7c8
Postgres & AI Extensions. In the last month, both Databricks and… | by Umanath Nayak | Medium
July 20, 2025 - Both Snowflake and Databricks have carried out Postgres based acquisitons to enable strategic AI features on their Data Clouds. pgvector Extension: This open-source extension is crucial for AI in PostgreSQL.
🌐
Medium
blog.zero-one-group.com › pgai-enabling-developers-with-ai-engineering-for-postgresql-e2a75a26dbe6
Pgai: Enabling Developers with AI Engineering for PostgreSQL | by Amelia Rahman | Zero One Group
March 21, 2025 - The Timescale — a company behind ... — has developed pgai, a powerful open-source extension that enables developers to work with machine learning model without the hassle of setting up multiple tools....
🌐
EnterpriseDB
enterprisedb.com › docs › edb-postgres-ai › extensions-and-tools
EDB Docs - EDB Postgres AI Extensions and Tools
View the full table of supported extensions in the Supported Extensions table. EDB Postgres AI provides a variety of tools to help you manage and develop with your database.
🌐
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%
🌐
GitHub
star-history.com › blog › ai-for-postgres
Star History Monthly Oct 2023 | Open-source AI Extensions for Postgres
Aiven, Neon, Supabase, Postgres.app, etc. PostgresML is an extension that allows developers to integrate machine learning (ML) models into Postgres that scored a $4.7M seed funding round this May.