Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Doc overview page copy update#1574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
montanalow merged 1 commit intomasterfromcassandrastumer-patch-2
Jul 18, 2024
Merged
Changes fromall commits
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
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,7 +34,7 @@
</div>
<div class="w-100 d-flex flex-column align-items-center">
<h1 class="text-center">PostgresML</br><span class="text-gradient-green">Documentation</span></h1>
<p class="w-75 text-center">PostgresML is a open-source database extension that turns Postgres into an end-to-end machine learning platform.Build, train, and deploy ML/AI models directlywithin yourPostgres database without movingdatabetween systems.</p>
<p class="w-75 text-center">Build, train, and deploy ML/AI models directlywhere your dataresides.</p>
</div>

<div class="w-100 mx-auto" style="max-width: 40rem;">
Expand DownExpand Up@@ -117,23 +117,23 @@ <h1 class="text-center text-xl-start mb-5 mb-xl-0 mx-auto" style="width: fit-con
}
%>
<%+ Accordian::new().html_titles(vec![
"What isPostgresML?",
"What isPGML?",
"What is a DB extension?",
"How does it work?",
"What are the benefits?",
"What are the cons?",
"What ishostedPostgresML?"
"What is PostgresML Cloud?"
])
.html_contents(
vec![
&accordian_paragraph("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."),
&accordian_paragraph("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."),
&accordian_paragraph("A database extension is software that extends the capabilities of a database. Postgres allows extensions to add new data types, functions, operators, indexes, etc. PostgresML uses extensions to bring machine learning capabilities natively into Postgres."),
&accordian_paragraph("PostgresML installs as extensions in Postgres. It provides SQL API functions for each step of the ML workflow like importing data, transforming features, training models, making predictions, etc. Models are stored back into Postgres tables. This unified approach eliminates complexity."),
&accordian_paragraph("Benefits include faster development cycles, reduced latency, tighter integration between ML and applications, leveraging Postgres' reliability and ACID transactions, and horizontal scaling."),
&accordian_paragraph("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."),
&accordian_paragraph(r##"
<p>Hosted PostgresML is a fully managed cloud service that provides all the capabilities of open sourcePostgresML without the need to run your own database infrastructure.</p>
<p>WithhostedPostgresML, you get:</p>
<p>Hosted PostgresML is a fully managed cloud service that provides all the capabilities of open sourcePGML without the need to run your own database infrastructure.</p>
<p>With PostgresML Cloud, you get:</p>
<ul>
<li>Flexible compute resources - Choose CPU, RAM or GPU machines tailored to your workload</li>
<li>Horizontally scalable inference with read-only replicas </li>
Expand All@@ -142,7 +142,7 @@ <h1 class="text-center text-xl-start mb-5 mb-xl-0 mx-auto" style="width: fit-con
<li>Automated backups and point-in-time restore </li>
<li>Monitoring dashboard with metrics and logs </li>
</ul>
<p>In summary,hostedPostgresML removes the operational burden so you can focus on developing machine learning applications, while still getting the benefits of the unified PostgresML architecture.</p>
<p>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.</p>
"##)
])
%>
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp