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

Commit14fa2c3

Browse files
committed
remove blog post dups and organize guides
1 parent3049db3 commit14fa2c3

File tree

46 files changed

+404
-1556
lines changed

Some content is hidden

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

46 files changed

+404
-1556
lines changed

‎pgml-cms/docs/SUMMARY.md‎

Lines changed: 84 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@
66
*[Getting started](introduction/getting-started/README.md)
77
*[Create your database](introduction/getting-started/create-your-database.md)
88
*[Connect your app](introduction/getting-started/connect-your-app.md)
9-
*[Import your data](introduction/getting-started/import-your-data/README.md)
10-
*[Logical replication](introduction/getting-started/import-your-data/logical-replication/README.md)
11-
*[Foreign Data Wrappers](introduction/getting-started/import-your-data/foreign-data-wrappers.md)
12-
*[Move data with COPY](introduction/getting-started/import-your-data/copy.md)
13-
*[Migrate with pg_dump](introduction/getting-started/import-your-data/pg-dump.md)
9+
*[Import your data](introduction/import-your-data/README.md)
10+
*[Logical replication](introduction/import-your-data/logical-replication/README.md)
11+
*[Foreign Data Wrappers](introduction/import-your-data/foreign-data-wrappers.md)
12+
*[Move data with COPY](introduction/import-your-data/copy.md)
13+
*[Migrate with pg_dump](introduction/import-your-data/pg-dump.md)
14+
*[Storage & Retrieval](introduction/import-your-data/storage-and-retrieval/README.md)
15+
*[Documents](introduction/import-your-data/storage-and-retrieval/documents.md)
16+
*[Partitioning](introduction/import-your-data/storage-and-retrieval/partitioning.md)
17+
*[LLM based pipelines with PostgresML and dbt (data build tool)](introduction/import-your-data/storage-and-retrieval/llm-based-pipelines-with-postgresml-and-dbt-data-build-tool.md)
18+
*[FAQ](introduction/faq.md)
1419

1520
##Open Source
1621

@@ -44,6 +49,63 @@
4449
*[Hyperparameter Search](open-source/pgml/api/pgml.train/hyperparameter-search.md)
4550
*[Joint Optimization](open-source/pgml/api/pgml.train/joint-optimization.md)
4651
*[pgml.tune()](open-source/pgml/api/pgml.tune.md)
52+
*[Guides]()
53+
*[Embeddings](open-source/pgml/guides/embeddings/README.md)
54+
*[In-database Generation](open-source/pgml/guides/embeddings/in-database-generation.md)
55+
*[Dimensionality Reduction](open-source/pgml/guides/embeddings/dimensionality-reduction.md)
56+
*[Aggregation](open-source/pgml/guides/embeddings/vector-aggregation.md)
57+
*[Similarity](open-source/pgml/guides/embeddings/vector-similarity.md)
58+
*[Normalization](open-source/pgml/guides/embeddings/vector-normalization.md)
59+
*[Search](open-source/pgml/guides/improve-search-results-with-machine-learning.md)
60+
*[Chatbots](open-source/pgml/guides/chatbots/README.md)
61+
*[Example Application](TODO/chatbots.md)
62+
*[Supervised Learning](open-source/pgml/guides/supervised-learning.md)
63+
*[Unified RAG](open-source/pgml/guides/unified-rag.md)
64+
*[OpenSourceAI](open-source/pgml/guides/opensourceai.md)
65+
*[Natural Language Processing](open-source/pgml/guides/natural-language-processing.md)
66+
*[Vector database](open-source/pgml/guides/vector-database.md)
67+
<!--
68+
* [Search]()
69+
* [Keyword Search]()
70+
* [Vector Search]()
71+
* [Hybrid Search]()
72+
* [Ranking]()
73+
* [Transformers & LLMs]()
74+
* [Text Generation]()
75+
* [Prompt Engineering]()
76+
* [Unified RAG]()
77+
* [Personalization]()
78+
* [Recommendations]()
79+
* [Forecasting]()
80+
* [Time series]()
81+
* [Events]()
82+
* [Fraud Detection]()
83+
* [Incentive Optimization]()
84+
* [Machine Learning]()
85+
* [Feature Engineering]()
86+
* [Regression]()
87+
* [Classification]()
88+
* [Clustering]()
89+
* [Matrix Decomposition]()
90+
* [Natural Language Processing]()
91+
* [Tokenization]()
92+
* [Chunking]()
93+
* [Text Generation]()
94+
* [Sentiment Analysis]()
95+
* [Summarization]()
96+
-->
97+
*[Developers](open-source/pgml/developers/README.md)
98+
*[Local Docker Development](open-source/pgml/developers/quick-start-with-docker.md)
99+
*[Installation](open-source/pgml/developers/installation.md)
100+
*[Contributing](open-source/pgml/developers/contributing.md)
101+
*[Distributed Training](open-source/pgml/developers/distributed-training.md)
102+
*[GPU Support](open-source/pgml/developers/gpu-support.md)
103+
*[Self-hosting](open-source/pgml/developers/self-hosting/README.md)
104+
*[Pooler](open-source/pgml/developers/self-hosting/pooler.md)
105+
*[Building from source](open-source/pgml/developers/self-hosting/building-from-source.md)
106+
*[Replication](open-source/pgml/developers/self-hosting/replication.md)
107+
*[Backups](open-source/pgml/developers/self-hosting/backups.md)
108+
*[Running on EC2](open-source/pgml/developers/self-hosting/running-on-ec2.md)
47109
*[Korvus](open-source/korvus/README.md)
48110
*[API](open-source/korvus/api/README.md)
49111
*[Collections](open-source/korvus/api/collections.md)
@@ -69,48 +131,24 @@
69131
*[Enterprise](cloud/enterprise/README.md)
70132
*[Teams](cloud/enterprise/teams.md)
71133
*[VPC](cloud/enterprise/vpc.md)
134+
*[Privacy Policy](cloud/privacy-policy.md)
135+
*[Terms of Service](cloud/terms-of-service.md)
72136

73-
##Guides
74-
75-
*[Embeddings](open-source/pgml/guides/embeddings/README.md)
76-
*[In-database Generation](open-source/pgml/guides/embeddings/in-database-generation.md)
77-
*[Dimensionality Reduction](open-source/pgml/guides/embeddings/dimensionality-reduction.md)
78-
*[Aggregation](open-source/pgml/guides/embeddings/vector-aggregation.md)
79-
*[Similarity](open-source/pgml/guides/embeddings/vector-similarity.md)
80-
*[Normalization](open-source/pgml/guides/embeddings/vector-normalization.md)
81-
*[Search](open-source/pgml/guides/improve-search-results-with-machine-learning.md)
82-
*[Chatbots](open-source/pgml/guides/chatbots/README.md)
83-
*[Example Application](use-cases/chatbots.md)
84-
*[Supervised Learning](open-source/pgml/guides/supervised-learning.md)
85-
*[Unified RAG](open-source/pgml/guides/unified-rag.md)
86-
*[OpenSourceAI](open-source/pgml/guides/opensourceai.md)
87-
*[Natural Language Processing](open-source/pgml/guides/natural-language-processing.md)
88-
*[Vector database](open-source/pgml/guides/vector-database.md)
89-
90-
##Resources
137+
<!--
138+
## TODO
91139
140+
-- Merge into Introduction > Overview
92141
* [Architecture](resources/architecture/README.md)
93142
* [Why PostgresML?](resources/architecture/why-postgresml.md)
94-
*[FAQs](resources/faqs.md)
95-
*[Data Storage & Retrieval](resources/data-storage-and-retrieval/README.md)
96-
*[Documents](resources/data-storage-and-retrieval/documents.md)
97-
*[Partitioning](resources/data-storage-and-retrieval/partitioning.md)
98-
*[LLM based pipelines with PostgresML and dbt (data build tool)](resources/data-storage-and-retrieval/llm-based-pipelines-with-postgresml-and-dbt-data-build-tool.md)
99-
*[Benchmarks](resources/benchmarks/postgresml-is-8-40x-faster-than-python-http-microservices.md)
100-
*[PostgresML is 8-40x faster than Python HTTP microservices](resources/benchmarks/postgresml-is-8-40x-faster-than-python-http-microservices.md)
101-
*[Scaling to 1 Million Requests per Second](resources/benchmarks/million-requests-per-second.md)
102-
*[MindsDB vs PostgresML](resources/benchmarks/mindsdb-vs-postgresml.md)
103-
*[GGML Quantized LLM support for Huggingface Transformers](resources/benchmarks/ggml-quantized-llm-support-for-huggingface-transformers.md)
104-
*[Making Postgres 30 Percent Faster in Production](resources/benchmarks/making-postgres-30-percent-faster-in-production.md)
105-
*[Developer Docs](resources/developer-docs/README.md)
106-
*[Local Docker Development](resources/developer-docs/quick-start-with-docker.md)
107-
*[Installation](resources/developer-docs/installation.md)
108-
*[Contributing](resources/developer-docs/contributing.md)
109-
*[Distributed Training](resources/developer-docs/distributed-training.md)
110-
*[GPU Support](resources/developer-docs/gpu-support.md)
111-
*[Self-hosting](resources/developer-docs/self-hosting/README.md)
112-
*[Pooler](resources/developer-docs/self-hosting/pooler.md)
113-
*[Building from source](resources/developer-docs/self-hosting/building-from-source.md)
114-
*[Replication](resources/developer-docs/self-hosting/replication.md)
115-
*[Backups](resources/developer-docs/self-hosting/backups.md)
116-
*[Running on EC2](resources/developer-docs/self-hosting/running-on-ec2.md)
143+
144+
## Reference
145+
146+
* [SQL]()
147+
* [Explain plans]()
148+
* [Composition]()
149+
* [LLMs]()
150+
* [LLama]()
151+
* [GPT]()
152+
* [Facon]()
153+
* [Glossary]()
154+
-->
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp