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

Commit7232b21

Browse files
Moloejoegitbook-bot
authored andcommitted
GITBOOK-127: No subject
1 parent1195106 commit7232b21

37 files changed

+38
-38
lines changed

‎pgml-cms/docs/SUMMARY.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,39 @@
1313
##API
1414

1515
*[Overview](api/apis.md)
16-
*[SQL Extension](api/sql-extensions/README.md)
17-
*[pgml.deploy()](api/sql-extensions/pgml.deploy.md)
18-
*[pgml.embed()](api/sql-extensions/pgml.embed.md)
19-
*[pgml.generate()](api/sql-extensions/pgml.generate.md)
20-
*[pgml.predict()](api/sql-extensions/pgml.predict/README.md)
21-
*[Batch Predictions](api/sql-extensions/pgml.predict/batch-predictions.md)
22-
*[pgml.train()](api/sql-extensions/pgml.train/README.md)
23-
*[Regression](api/sql-extensions/pgml.train/regression.md)
24-
*[Classification](api/sql-extensions/pgml.train/classification.md)
25-
*[Clustering](api/sql-extensions/pgml.train/clustering.md)
26-
*[Data Pre-processing](api/sql-extensions/pgml.train/data-pre-processing.md)
27-
*[Hyperparameter Search](api/sql-extensions/pgml.train/hyperparameter-search.md)
28-
*[Joint Optimization](api/sql-extensions/pgml.train/joint-optimization.md)
29-
*[pgml.transform()](api/sql-extensions/pgml.transform/README.md)
30-
*[Fill Mask](api/sql-extensions/pgml.transform/fill-mask.md)
31-
*[Question Answering](api/sql-extensions/pgml.transform/question-answering.md)
32-
*[Summarization](api/sql-extensions/pgml.transform/summarization.md)
33-
*[Text Classification](api/sql-extensions/pgml.transform/text-classification.md)
34-
*[Text Generation](api/sql-extensions/pgml.transform/text-generation.md)
35-
*[Text-to-Text Generation](api/sql-extensions/pgml.transform/text-to-text-generation.md)
36-
*[Token Classification](api/sql-extensions/pgml.transform/token-classification.md)
37-
*[Translation](api/sql-extensions/pgml.transform/translation.md)
38-
*[Zero-shot Classification](api/sql-extensions/pgml.transform/zero-shot-classification.md)
39-
*[pgml.tune()](api/sql-extensions/pgml.tune.md)
40-
*[Client SDK](api/client-sdks/README.md)
41-
*[Overview](api/client-sdks/getting-started.md)
42-
*[Collections](api/client-sdks/collections.md)
43-
*[Pipelines](api/client-sdks/pipelines.md)
44-
*[Vector Search](api/client-sdks/search.md)
45-
*[Document Search](api/client-sdks/document-search.md)
46-
*[Tutorials](api/client-sdks/tutorials/README.md)
47-
*[Semantic Search](api/client-sdks/tutorials/semantic-search.md)
48-
*[Semantic Search Using Instructor Model](api/client-sdks/tutorials/semantic-search-1.md)
16+
*[SQL Extension](api/sql-extension/README.md)
17+
*[pgml.deploy()](api/sql-extension/pgml.deploy.md)
18+
*[pgml.embed()](api/sql-extension/pgml.embed.md)
19+
*[pgml.generate()](api/sql-extension/pgml.generate.md)
20+
*[pgml.predict()](api/sql-extension/pgml.predict/README.md)
21+
*[Batch Predictions](api/sql-extension/pgml.predict/batch-predictions.md)
22+
*[pgml.train()](api/sql-extension/pgml.train/README.md)
23+
*[Regression](api/sql-extension/pgml.train/regression.md)
24+
*[Classification](api/sql-extension/pgml.train/classification.md)
25+
*[Clustering](api/sql-extension/pgml.train/clustering.md)
26+
*[Data Pre-processing](api/sql-extension/pgml.train/data-pre-processing.md)
27+
*[Hyperparameter Search](api/sql-extension/pgml.train/hyperparameter-search.md)
28+
*[Joint Optimization](api/sql-extension/pgml.train/joint-optimization.md)
29+
*[pgml.transform()](api/sql-extension/pgml.transform/README.md)
30+
*[Fill Mask](api/sql-extension/pgml.transform/fill-mask.md)
31+
*[Question Answering](api/sql-extension/pgml.transform/question-answering.md)
32+
*[Summarization](api/sql-extension/pgml.transform/summarization.md)
33+
*[Text Classification](api/sql-extension/pgml.transform/text-classification.md)
34+
*[Text Generation](api/sql-extension/pgml.transform/text-generation.md)
35+
*[Text-to-Text Generation](api/sql-extension/pgml.transform/text-to-text-generation.md)
36+
*[Token Classification](api/sql-extension/pgml.transform/token-classification.md)
37+
*[Translation](api/sql-extension/pgml.transform/translation.md)
38+
*[Zero-shot Classification](api/sql-extension/pgml.transform/zero-shot-classification.md)
39+
*[pgml.tune()](api/sql-extension/pgml.tune.md)
40+
*[Client SDK](api/client-sdk/README.md)
41+
*[Overview](api/client-sdk/getting-started.md)
42+
*[Collections](api/client-sdk/collections.md)
43+
*[Pipelines](api/client-sdk/pipelines.md)
44+
*[Vector Search](api/client-sdk/search.md)
45+
*[Document Search](api/client-sdk/document-search.md)
46+
*[Tutorials](api/client-sdk/tutorials/README.md)
47+
*[Semantic Search](api/client-sdk/tutorials/semantic-search.md)
48+
*[Semantic Search Using Instructor Model](api/client-sdk/tutorials/semantic-search-1.md)
4949

5050
##Product
5151

‎pgml-cms/docs/api/apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ There are 2 foundational extensions included in a PostgresML deployment that pro
1717
***pgml** - provides Machine Learning and Artificial Intelligence APIs with access to more than 50 ML algorithms to train classification, clustering and regression models on your own data, or you can perform dozens of tasks with thousands of models downloaded from HuggingFace.
1818
***pgvector** - provides indexing and search functionality on vectors, in addition to the traditional application database storage, including JSON and plain text, provided by PostgreSQL.
1919

20-
Learn more about developing with the[sql-extensions](sql-extensions/"mention")
20+
Learn more about developing with the[sql-extension](sql-extension/"mention")
2121

2222
##Client SDK
2323

2424
PostgresML provides a client SDK that streamlines ML & AI use cases in both JavaScript and Python. With this SDK, you can seamlessly manage various database tables related to documents, text chunks, text splitters, LLM (Language Model) models, and embeddings. By leveraging the SDK's capabilities, you can efficiently index LLM embeddings using pgvector with HNSW for fast and accurate queries.
2525

2626
The SDK delegates all work to the extension running in the database, which minimizes software and hardware dependencies that need to be maintained at the application layer, as well as securing data and models inside the data center. Our SDK minimizes data transfer to maximize performance, efficiency, security and reliability.
2727

28-
Learn more about developing with the[client-sdks](client-sdks/"mention")
28+
Learn more about developing with the[client-sdk](client-sdk/"mention")
2929

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp