Skip to content

Commit 0d6fd11

Browse files
Moloejoegitbook-bot
authored andcommitted
GITBOOK-96: No subject
1 parent a7f9a0f commit 0d6fd11

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
---
2+
description: Setup a database and connect your application to PostgresML
3+
---
4+
15
# Getting Started
26

3-
PostgresML is a machine learning extension for PostgreSQL that enables you to perform training and inference on text and tabular data using SQL queries. With PostgresML, you can seamlessly integrate machine learning models into your PostgreSQL database and harness the power of cutting-edge algorithms to process data efficiently.
7+
A PostgresML deployment consists of multiple components working in concert to provide a complete Machine Learning platform. We provide a fully managed solution in our cloud.
8+
9+
* A PostgreSQL database, with pgml and pgvector extensions installed, including backups, metrics, logs, replicas and high availability configurations
10+
* A PgCat pooler proxy to provide secure access and model load balancing across tens of thousands of clients
11+
* A web application to manage deployed models and host SQL notebooks
12+
13+
<figure><img src="../.gitbook/assets/architecture.png" alt=""><figcaption></figcaption></figure>
14+
15+
By building PostgresML on top of a mature database, we get reliable backups for model inputs and proven scalability without reinventing the wheel, so that we can focus on providing access to the latest developments in open source machine learning and artificial intelligence.
16+
17+
This guide will help you get started with a generous free account, that includes access to GPU accelerated models and 5GB of storage, or you can skip to our Developer Docs to see how to run PostgresML locally with our Docker image.

0 commit comments

Comments
 (0)