#39 · Primary category: AI Data Infrastructure & Storage
postgresml
Postgres with GPUs for ML/AI apps.
Project last updated:07/01/25
GitHub Stars
6.8K
Forks
364
Contributors
51
License
MIT
Why we included this project
PostgresML keeps machine learning inside PostgreSQL instead of making you stand up a separate model-serving service. It installs as an extension and gives you SQL functions for training and running classification and regression models, pulling embeddings from Hugging Face transformers, and completing the chunk-embed-rank-transform steps of a RAG pipeline in a single query. Because inference runs where the data already lives, you avoid the latency and overhead of shipping rows over HTTP to an external endpoint, and sensitive records never have to leave the database. That makes it a practical pick for teams that want vector search or LLM features bolted onto their existing operational database rather than introducing another data platform. If you like prototyping in plain psql, GPU acceleration is available on the infrastructure you already run.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ClickHouse
ClickHouse® is a real-time analytics database management system
simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
gun
An open source cybersecurity protocol for syncing decentralized graph data.
emqx
The most scalable and reliable MQTT broker for AI, IoT, IIoT and connected vehicles
server
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.