CREATE EXTENSION/neurondb

PostgreSQL AI Factory.

PostgreSQL AI extension for vector search, embeddings, ML inference, RAG pipelines, MCP server, and agentic AI runtime. Runs in-process with SQL functions.

psql
Quickstart
CREATE EXTENSION neurondb;
PostgreSQL 16 to 18Pure CGPU: CUDA / ROCm / Metal520+ SQL functions
NeuronDB Ecosystem
4 Products • Complete AI Stack
NeuronDB Ecosystem: NeuronDB, NeuronAgent, and NeuronMCP

NeuronDB Console

Manage your database and workflows from a unified interface

neurondb
console • demo
pg17healthy
Run vector + RAG queries in SQL
Execute queries, view data, and compose workflows directly from the console.
SQL
SQL Editordemo
-- Vector similarity search SELECT id, similarity, text FROM vector_search('embeddings', '[0.12, -0.45, 0.78, ...]'::vector(384), 5 );
Results5 rows
idsimilaritytext
10420.9134kubernetes helm chart with prometheus grafana jaeger observability stack…
9910.9011hnsw index build parameters and ef_search tuning for optimal performance…
8070.8876hugging face dataset loader inserts embeddings into vector(384) columns…
5230.8754background workers for async embedding generation and indexing tasks…
3890.8621GPU acceleration for batch vector operations with CUDA support enabled…
Performance
Query Time
8.42ms
Latency (P95)
12.5ms
QPS
8.2k
GPU Status
enabled78% util
Query Statistics
Execution
Rows Returned5
Cache Hit96%
PlanIndex Scan (HNSW)
Connection
Databaseneurondb
VersionPostgreSQL 17
Index TypeHNSW
Summary
Total Queries1,247
Success Rate99.8%
Vector Dim384
520+
SQL Functions
52
ML Algorithms
5
Vector Types
4
Background Workers

Build with SQL.

CREATE EXTENSION. Scale to production with Helm charts.