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

Commitb444b82

Browse files
Dan doc landing page (#1320)
1 parent61b1d4a commitb444b82

File tree

80 files changed

+1408
-196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1408
-196
lines changed

‎pgml-cms/docs/introduction/apis/client-sdks/collections.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description:>-
3+
Organizational building blocks of the SDK. Manage all documents and related chunks, embeddings, tsvectors, and pipelines.
4+
---
15
#Collections
26

37
Collections are the organizational building blocks of the SDK. They manage all documents and related chunks, embeddings, tsvectors, and pipelines.

‎pgml-cms/docs/introduction/apis/client-sdks/pipelines.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description:>-
3+
Pipelines are composed of a model, splitter, and additional optional arguments.
4+
---
15
#Pipelines
26

37
Pipelines are composed of a Model, Splitter, and additional optional arguments. Collections can have any number of Pipelines. Each Pipeline is ran everytime documents are upserted.

‎pgml-cms/docs/introduction/apis/client-sdks/tutorials/extractive-question-answering.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description:>-
3+
JavaScript and Python code snippets for end-to-end question answering.
4+
---
15
#Extractive Question Answering
26

37
Here is the documentation for the JavaScript and Python code snippets performing end-to-end question answering:

‎pgml-cms/docs/introduction/apis/client-sdks/tutorials/semantic-search-using-instructor-model.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description:>-
3+
JavaScript and Python code snippets for using instructor models in more advanced search use cases.
4+
---
15
#Semantic Search using Instructor model
26

37
This shows using instructor models in the`pgml` SDK for more advanced use cases.

‎pgml-cms/docs/introduction/apis/client-sdks/tutorials/summarizing-question-answering.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description:>-
3+
JavaScript and Python code snippets for text summarization.
4+
---
15
#Summarizing Question Answering
26

37
Here are the Python and JavaScript examples for text summarization using`pgml` SDK

‎pgml-cms/docs/introduction/apis/sql-extensions/pgml.deploy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
description:>-
3+
Release trained models when ML quality metrics computed during training improve. Track model deployments over time and rollback if needed.
4+
---
5+
16
#pgml.deploy()
27

38
##Deployments

‎pgml-cms/docs/introduction/apis/sql-extensions/pgml.embed.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
description:>-
3+
Generate high quality embeddings with faster end-to-end vector operations without an additional vector database.
4+
---
5+
16
#pgml.embed()
27

38
Embeddings are a numeric representation of text. They are used to represent words and sentences as vectors, an array of numbers. Embeddings can be used to find similar pieces of text, by comparing the similarity of the numeric vectors using a distance measure, or they can be used as input features for other machine learning models, since most algorithms can't use text directly.

‎pgml-cms/docs/introduction/apis/sql-extensions/pgml.predict/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
description:>-
3+
Batch predict from data in a table. Online predict with parameters passed in a query. Automatically reuse pre-processing steps from training.
4+
---
5+
16
#pgml.predict()
27

38
##API

‎pgml-cms/docs/introduction/apis/sql-extensions/pgml.train/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description:>-
3-
The training function is at the heart of PostgresML. It's a powerful single
4-
mechanism that can handle many different training tasks which are configurable
5-
with the function parameters.
3+
Pre-process and pull data to train a model using any of 50 different ML algorithms.
64
---
75

86
#pgml.train()

‎pgml-cms/docs/introduction/apis/sql-extensions/pgml.transform/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
description:>-
3+
Perform dozens of state-of-the-art natural language processing (NLP) tasks with thousands of models. Serve with the same Postgres infrastructure.
24
layout:
35
title:
46
visible:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp