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

Commit268d37d

Browse files
committed
relative
1 parentc7ef4c1 commit268d37d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ SELECT pgml.transform(
9797
```
9898

9999
##Tabular data
100-
-[47+ classification and regression algorithms](/docs/open-source/pgml/api/pgml.train)
100+
-[47+ classification and regression algorithms](https://postgresml.org/docs/open-source/pgml/api/pgml.train)
101101
-[8 - 40X faster inference than HTTP based model serving](https://postgresml.org/blog/postgresml-is-8x-faster-than-python-http-microservices)
102102
-[Millions of transactions per second](https://postgresml.org/blog/scaling-postgresml-to-one-million-requests-per-second)
103-
-[Horizontal scalability](https://github.com/postgresml/pgcat)
103+
-[Horizontal scalability](https://postgresml.org/docs/open-source/pgcat/)
104104

105105
**Training a classification model**
106106

‎pgml-dashboard/src/api/cms.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,7 @@ pub async fn careers_apply(title: PathBuf, cluster: &Cluster) -> Result<Response
866866
pubasyncfnapi_redirect(path:PathBuf) ->Redirect{
867867
match path.to_str().unwrap(){
868868
"apis" =>Redirect::permanent("/docs/open-source/korvus/"),
869-
"client-sdk/search" =>{
870-
Redirect::permanent("/docs/open-source/korvus/guides/document-search")
871-
}
869+
"client-sdk/search" =>Redirect::permanent("/docs/open-source/korvus/guides/document-search"),
872870
"client-sdk/getting-started" =>Redirect::permanent("/docs/open-source/korvus/"),
873871
"sql-extensions/pgml.predict/" =>Redirect::permanent("/docs/open-source/pgml/api/pgml.predict/"),
874872
"sql-extensions/pgml.deploy" =>Redirect::permanent("/docs/open-source/pgml/api/pgml.deploy"),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp