Skip to content

Commit 89608ce

Browse files
authored
Cloud docs outline (#1553)
1 parent f26ad3e commit 89608ce

File tree

11 files changed

+42
-19
lines changed

11 files changed

+42
-19
lines changed

pgml-cms/docs/.gitbook/assets/vpc.png

36.8 KB
Loading

pgml-cms/docs/SUMMARY.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@
6060
* [Installation](open-source/pgcat/installation.md)
6161
* [Configuration](open-source/pgcat/configuration.md)
6262

63-
## Product
64-
65-
* [PostgresML Cloud](product/postgresml-cloud/README.md)
66-
* [Serverless](product/postgresml-cloud/serverless.md)
67-
* [Dedicated](product/postgresml-cloud/dedicated.md)
68-
* [Enterprise](product/postgresml-cloud/enterprise.md)
69-
7063
## Guides
7164

7265
* [Embeddings](guides/embeddings/README.md)
@@ -82,8 +75,17 @@
8275
* [Unified RAG](guides/unified-rag.md)
8376
* [OpenSourceAI](guides/opensourceai.md)
8477
* [Natural Language Processing](guides/natural-language-processing.md)
85-
* [Vector database](product/vector-database.md)
86-
78+
* [Vector database](guides/vector-database.md)
79+
80+
## Cloud
81+
82+
* [Overview](cloud/overview.md)
83+
* [Serverless](cloud/serverless.md)
84+
* [Dedicated](cloud/dedicated.md)
85+
* [Enterprise](cloud/enterprise/README.md)
86+
* [Teams](cloud/enterprise/teams.md)
87+
* [VPC](cloud/enterprise/vpc.md)
88+
8789
## Resources
8890

8991
* [Architecture](resources/architecture/README.md)

pgml-cms/docs/product/postgresml-cloud/dedicated.md renamed to pgml-cms/docs/cloud/dedicated.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ To create a Dedicated database, make sure you have an account on postgresml.org.
1414

1515
Once logged in, select "New Database" from the left menu and choose the Dedicated Plan.
1616

17-
<figure><img src="../../.gitbook/assets/spaces_B7HH1yMjCs0skMpuwNIR_uploads_S9xbhlwvqnnFUYSJLJug_image.webp" alt=""><figcaption><p>Create new database</p></figcaption></figure>
17+
<figure><img src="../.gitbook/assets/spaces_B7HH1yMjCs0skMpuwNIR_uploads_S9xbhlwvqnnFUYSJLJug_image.webp" alt=""><figcaption><p>Create new database</p></figcaption></figure>
1818

19-
<figure><img src="../../.gitbook/assets/image (4).png" alt=""><figcaption><p>Choose the Dedicated plan</p></figcaption></figure>
19+
<figure><img src="../.gitbook/assets/image%20(4).png" alt=""><figcaption><p>Choose the Dedicated plan</p></figcaption></figure>
2020

2121
### Configuring the database
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Enterprise
2+
3+
Enterprise plans are ideal large companies that have special compliance needs and deployment configurations; with options for cloud-prem (VPC), on-prem, ACL’s and more.
4+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Teams
2+
3+
Invite additional team members to manage your databases.

pgml-cms/docs/cloud/enterprise/vpc.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# VPC
2+
3+
PostgresML can be launched in your Virtual Private Cloud (VPC) account on AWS, Azure or GCP.
4+
5+
<figure><img src="../../.gitbook/assets/vpc.png" alt=""><figcaption><p>Deploy in your cloud</p></figcaption></figure>
6+
7+
The PostgresML control plane provides a complete management solution to control the resources in your cloud account:
8+
- Responsible for PostgresML instance launches, backups, monitoring and failover operations. This requires permission to create and destroy AWS EC2, EBS and AMI resources inside the designated VPC.
9+
- Does not read/write any data inside PostgresML databases other than status metadata inside system tables or the pgml schema necessary to perform the previously mentioned operations.

pgml-cms/docs/product/postgresml-cloud/README.md renamed to pgml-cms/docs/cloud/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ PostgresML Cloud is available on Amazon Web Services (AWS), Google Cloud Platfor
1818

1919
Quickly and easily create a PostgresML engine that can scale from very little capacity to gigabytes of GPU cache and terabytes of disk storage. Ideal for teams that want to start small and grow as their usage of PostgresML increases.
2020

21-
[Learn more about serverless](serverless)
21+
[Learn more about serverless](serverless.md)
2222

2323
### Dedicated
2424

2525
Dedicated plans provide a large assortment of hardware, including CPU and GPU configurations, near-bottomless storage capacity and horizontal scaling into millions of queries per second. Ideal for larger startups and enterprises that have established PostgresML as their AI database of choice.
2626

27-
[Learn more about dedicated](dedicated)
27+
[Learn more about dedicated](dedicated.md)
2828

2929
### Enterprise
3030

3131
Enterprise plans are ideal large companies that have special compliance needs and deployment configurations; with options for cloud-prem (VPC), on-prem, ACL’s and more.
3232

33-
[Learn more about enterprise](enterprise)
33+
[Learn more about enterprise](enterprise/)

pgml-cms/docs/product/postgresml-cloud/serverless.md renamed to pgml-cms/docs/cloud/serverless.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ To create a Serverless database, make sure you have an account on postgresml.org
1111

1212
Once logged in, select "New Database" from the left menu and choose the Serverless Plan.
1313

14-
<figure><img src="../../.gitbook/assets/image (1).png" alt=""><figcaption><p>Create new database</p></figcaption></figure>
14+
<figure><img src="../.gitbook/assets/image%20(1).png" alt=""><figcaption><p>Create new database</p></figcaption></figure>
1515

16-
<figure><img src="../../.gitbook/assets/image (2).png" alt=""><figcaption><p>Choose the Serverless plan</p></figcaption></figure>
16+
<figure><img src="../.gitbook/assets/image%20(2).png" alt=""><figcaption><p>Choose the Serverless plan</p></figcaption></figure>
1717

1818

1919
### Serverless Pricing

pgml-cms/docs/introduction/getting-started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ We provide a fully managed solution in [our cloud](create-your-database), and do
1616

1717
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.
1818

19-
This guide will help you get started with a generous [free account](create-your-database), which includes access to GPU accelerated models and 5 GB of storage, or you can skip to our [Developer Docs](/docs/resources/developer-docs/quick-start-with-docker) to see how to run PostgresML locally with our Docker image.
19+
This guide will help you get started with [$100 credits](create-your-database), which includes access to GPU accelerated models and 5 GB of storage, or you can skip to our [Developer Docs](/docs/resources/developer-docs/quick-start-with-docker) to see how to run PostgresML locally with our Docker image.

pgml-cms/docs/resources/data-storage-and-retrieval/partitioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ This reduces the number of rows Postgres has to scan by half. By adding more par
108108

109109
Partitioning by hash, unlike by range, can be applied to any data type, including text. A hash function is executed on the partition key to create a reasonably unique number, and that number is then divided by the number of partitions to find the right child table for the row.
110110

111-
To create a table partitioned by hash, the syntax is similar to partition by range. Let's use the USA House Prices dataset we used in [Vectors](../../product/vector-database.md) and [Tabular data](README.md), and split that table into two (2) roughly equal parts. Since we already have the `usa_house_prices` table, let's create a new one with the same columns, except this one will be partitioned:
111+
To create a table partitioned by hash, the syntax is similar to partition by range. Let's use the USA House Prices dataset we used in [Vectors](../../cloud/vector-database.md) and [Tabular data](README.md), and split that table into two (2) roughly equal parts. Since we already have the `usa_house_prices` table, let's create a new one with the same columns, except this one will be partitioned:
112112

113113
```postgresql
114114
CREATE TABLE usa_house_prices_partitioned (

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy