Skip to content

Commit 3542c4b

Browse files
Moloejoegitbook-bot
authored andcommitted
GITBOOK-50: change request with no subject merged in GitBook
1 parent 43d4ecf commit 3542c4b

File tree

3 files changed

+16
-34
lines changed

3 files changed

+16
-34
lines changed

pgml-docs/docs/guides/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
---
2-
description: Page to navigate to any part of documentation
3-
---
1+
# Overview
42

5-
# Home
3+
PostgresML supercharges your Postgres database into an end-to-end MLOps platform, seamlessly integrating the key components of the machine learning workflow. Without moving data outside your database, PostgresML allows Postgres to function as a feature store, model store, training engine, and inference service all in one place. This consolidation streamlines building and deploying performant, real-time AI applications for developers.
64

7-
* [getting-started](getting-started/ "mention")
8-
* [natural-language-processing](machine-learning/natural-language-processing/ "mention")
9-
* [vector-database.md](vector-database.md "mention")
10-
* [supervised-learning](machine-learning/supervised-learning/ "mention")
11-
* [unsupervised-learning.md](machine-learning/unsupervised-learning.md "mention")
12-
* [sdks](sdks/ "mention")
13-
* [chatbots.md](apps/chatbots.md "mention")
14-
* [use-cases](use-cases/ "mention")
15-
* [benchmarks](benchmarks/ "mention")
16-
* [monitoring.md](monitoring.md "mention")
17-
* [developer-docs](developer-docs/ "mention")
5+
\
6+
With PostgresML, your database becomes a full-fledged ML workbench. It supports supervised and unsupervised algorithms like regression, clustering, deep neural networks, and more. You can build models using SQL on data inside Postgres. Models are stored back into Postgres for low-latency inferences later.
7+
8+
\
9+
PostgresML also unlocked the power of large language models like GPT-3 for your database. With just a few lines of SQL, you can leverage state-of-the-art NLP to build semantic search, analyze text, extract insights, summarize documents, translate text, and more. The possibilities are endless.
10+
11+
\
12+
PostgresML is open source but also offered as a fully-managed cloud service. In addition to the SQL API, it provides Javascript, Python, and Rust SDKs to quickly build vector search, chatbots, and other ML apps in just a few lines of code.
13+
14+
\
15+
To scale horizontally, PostgresML utilizes PgCat, an advanced PostgreSQL proxy and load balancer. PgCat enables sharding, load balancing, failover, and mirroring to achieve extremely high throughput and low latency. By keeping the entire machine learning workflow within Postgres, PostgresML avoids expensive network calls between disparate systems. This allows PostgresML to handle millions of requests per second at up to 40x the speed of other platforms. PgCat and Postgres replication deliver seamless scaling while retaining transactional integrity.
16+
17+
\

pgml-docs/docs/guides/SUMMARY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Table of contents
22

3-
* [Guides](README.md)
4-
* [Overview](overview.md)
3+
* [Overview](README.md)
54
* [Getting Started](getting-started/README.md)
65
* [Sign up](getting-started/sign-up.md)
76
* [Select a plan](getting-started/select-a-plan.md)

pgml-docs/docs/guides/overview.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)