Skip to content

Commit a5f8753

Browse files
Updated copy for consistency (postgresml#1582)
1 parent 9637be7 commit a5f8753

File tree

1 file changed

+6
-6
lines changed
  • pgml-cms/docs/introduction

1 file changed

+6
-6
lines changed

pgml-cms/docs/introduction/faq.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: PostgresML Frequently Asked Questions
44

55
# FAQ
66

7-
## What is PostgresML?
7+
## What is PGML?
88

9-
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.
1010

1111
## What is a DB extension?
1212

@@ -24,11 +24,11 @@ Benefits include faster development cycles, reduced latency, tighter integration
2424

2525
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.
2626

27-
## What is hosted PostgresML?
27+
## What is PostgresML Cloud?
2828

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.
3030

31-
With hosted PostgresML, you get:
31+
With PostgresML Cloud, you get:
3232

3333
* Flexible compute resources - Choose CPU, RAM or GPU machines tailored to your workload
3434
* Horizontally scalable inference with read-only replicas
@@ -37,4 +37,4 @@ With hosted PostgresML, you get:
3737
* Automated backups and point-in-time restore
3838
* Monitoring dashboard with metrics and logs
3939

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

Comments
 (0)