postgresml/postgresml
PostgresML integrates machine learning and AI capabilities, including GPU acceleration and large language models, directly into PostgreSQL, eliminating the need for separate systems and data transfers.
Core Features
Quick Start
docker run -it -v postgresml_data:/var/lib/postgresql -p 5433:5432 -p 8000:8000 ghcr.io/postgresml/postgresml:2.10.0 sudo -u postgresml psql -d postgresmlDetailed Introduction
PostgresML is a powerful PostgreSQL extension designed to bring machine learning and AI inference directly to your data. By embedding ML operations within the database, it eliminates the inefficiencies and security risks associated with constantly moving large datasets to external ML models. This architecture leverages GPU power for accelerated computations, supports state-of-the-art LLMs and RAG pipelines, and offers a wide range of ML algorithms, all while ensuring high performance, scalability, and seamless integration with existing PostgreSQL tools.