You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostgresML is an open-source database extension that turns Postgres into an end-to-end machine learning platform. It allows you to build, train, and deploy ML models directly within your Postgres database without moving data between systems.
9
+
PGML is an open-source database extension that turns Postgres into an end-to-end machine learning platform. It allows you to build, train, and deploy ML models directly within your Postgres database without moving data between systems.
10
10
11
11
## What is a DB extension?
12
12
@@ -24,11 +24,11 @@ Benefits include faster development cycles, reduced latency, tighter integration
24
24
25
25
PostgresML requires using Postgres as the database. If your data currently resides in a different database, there would be some upfront effort required to migrate the data into Postgres in order to utilize PostgresML's capabilities.
26
26
27
-
## What is hosted PostgresML?
27
+
## What is PostgresML Cloud?
28
28
29
-
Hosted PostgresML is a fully managed cloud service that provides all the capabilities of open source PostgresML without the need to run your own database infrastructure.
29
+
Hosted PostgresML is a fully managed cloud service that provides all the capabilities of open source PGML without the need to run your own database infrastructure.
30
30
31
-
With hosted PostgresML, you get:
31
+
With PostgresML Cloud, you get:
32
32
33
33
* Flexible compute resources - Choose CPU, RAM or GPU machines tailored to your workload
34
34
* Horizontally scalable inference with read-only replicas
@@ -37,4 +37,4 @@ With hosted PostgresML, you get:
37
37
* Automated backups and point-in-time restore
38
38
* Monitoring dashboard with metrics and logs
39
39
40
-
In summary, hosted PostgresML removes the operational burden so you can focus on developing machine learning applications, while still getting the benefits of the unified PostgresML architecture.
40
+
In summary, PostgresML Cloud removes the operational burden so you can focus on developing machine learning applications, while still getting the benefits of the unified PostgresML architecture.
0 commit comments