🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ok
  • Loading branch information
levkk committed Apr 24, 2024
commit 1cc71ed88c19631f83b9c6f773788fc4fd5f5a3b
2 changes: 1 addition & 1 deletion pgml-cms/docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
## Product

* [Cloud Database](product/cloud-database/README.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is Cloud as opposed to Vector section

* [Serverless databases](product/cloud-database/serverless-databases.md)
* [Serverless](product/cloud-database/serverless.md)
* [Dedicated](product/cloud-database/dedicated.md)
* [Enterprise](product/cloud-database/plans.md)
* [Vector Database](product/vector-database.md)
Expand Down
4 changes: 2 additions & 2 deletions pgml-cms/docs/api/client-sdk/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install pgml

## Example

Once the SDK is installed, you an use the following example to get started.
Once the SDK is installed, you can use the following example to get started.

### Create a collection

Expand Down Expand Up @@ -85,7 +85,7 @@ await collection.add_pipeline(pipeline)
{% endtab %}
{% endtabs %}

#### Explanation:
#### Explanation

* The code constructs a pipeline called `"sample_pipeline"` and adds it to the collection we Initialized above. This pipeline automatically generates chunks and embeddings for the `text` key for every upserted document.

Expand Down
6 changes: 3 additions & 3 deletions pgml-cms/docs/product/cloud-database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ PostgresML cloud databases can be deployed using three (3) configurations: serve

<figure><img src="../../.gitbook/assets/image (5).png" alt=""><figcaption><p>Plans available on PostgresML Cloud</p></figcaption></figure>

### Serverless
### [Serverless](serverless)

The Serverless plan allows to quickly and easily create PostgresML databases that can scale from very little capacity to gigabytes of GPU cache and terabytes of disk storage. Their main use case is for teams that want to start small and grow as their usage of PostgresML increases. It has no fixed costs, starts at $0 with a generous free tier, and scales instantly to add more capacity.

### Dedicated
### [Dedicated](dedicated)

The Dedicated plan is for larger startups and enterprises that have established PostgresML as their AI database of choice. It provides a large assortment of hardware, including CPU and GPU configurations, basically bottomless storage capacity and horizontal scaling into millions of queries per second.

The Dedicated plan gives users access to Postgres settings, PgCat settings, replication configuration, tuning, horizontal scalability configuration, metrics, logs, and many more tools and knobs expected from enterprise-grade hosted PostgreSQL deployments.

### Enterprise
### [Enterprise](plans)

The Enterprise plan is for large companies that have special compliance needs and deployment configurations. The plan includes support for cloud-prem and on-prem deployments, ACLs, Single Sign On and a dedicated solutions architect who will ensure that the enterprise users have a successful onboarding and integration experience with PostgresML.