|
15 | 15 | ## API |
16 | 16 |
|
17 | 17 | * [Overview](api/apis.md) |
18 | | -* [SQL Extension](api/sql-extension/README.md) |
19 | | - * [pgml.deploy()](api/sql-extension/pgml.deploy.md) |
| 18 | +* [SQL extension](api/sql-extension/README.md) |
20 | 19 | * [pgml.embed()](api/sql-extension/pgml.embed.md) |
| 20 | + * [pgml.transform()](api/sql-extension/pgml.transform/README.md) |
| 21 | + * [Fill-Mask](api/sql-extension/pgml.transform/fill-mask.md) |
| 22 | + * [Question answering](api/sql-extension/pgml.transform/question-answering.md) |
| 23 | + * [Summarization](api/sql-extension/pgml.transform/summarization.md) |
| 24 | + * [Text classification](api/sql-extension/pgml.transform/text-classification.md) |
| 25 | + * [Text Generation](api/sql-extension/pgml.transform/text-generation.md) |
| 26 | + * [Text-to-Text Generation](api/sql-extension/pgml.transform/text-to-text-generation.md) |
| 27 | + * [Token Classification](api/sql-extension/pgml.transform/token-classification.md) |
| 28 | + * [Translation](api/sql-extension/pgml.transform/translation.md) |
| 29 | + * [Zero-shot Classification](api/sql-extension/pgml.transform/zero-shot-classification.md) |
| 30 | + * [pgml.deploy()](api/sql-extension/pgml.deploy.md) |
21 | 31 | * [pgml.chunk()](api/sql-extension/pgml.chunk.md) |
22 | 32 | * [pgml.generate()](api/sql-extension/pgml.generate.md) |
23 | 33 | * [pgml.predict()](api/sql-extension/pgml.predict/README.md) |
|
29 | 39 | * [Data Pre-processing](api/sql-extension/pgml.train/data-pre-processing.md) |
30 | 40 | * [Hyperparameter Search](api/sql-extension/pgml.train/hyperparameter-search.md) |
31 | 41 | * [Joint Optimization](api/sql-extension/pgml.train/joint-optimization.md) |
32 | | - * [pgml.transform()](api/sql-extension/pgml.transform/README.md) |
33 | | - * [Fill Mask](api/sql-extension/pgml.transform/fill-mask.md) |
34 | | - * [Question Answering](api/sql-extension/pgml.transform/question-answering.md) |
35 | | - * [Summarization](api/sql-extension/pgml.transform/summarization.md) |
36 | | - * [Text Classification](api/sql-extension/pgml.transform/text-classification.md) |
37 | | - * [Text Generation](api/sql-extension/pgml.transform/text-generation.md) |
38 | | - * [Text-to-Text Generation](api/sql-extension/pgml.transform/text-to-text-generation.md) |
39 | | - * [Token Classification](api/sql-extension/pgml.transform/token-classification.md) |
40 | | - * [Translation](api/sql-extension/pgml.transform/translation.md) |
41 | | - * [Zero-shot Classification](api/sql-extension/pgml.transform/zero-shot-classification.md) |
42 | 42 | * [pgml.tune()](api/sql-extension/pgml.tune.md) |
43 | 43 | * [Client SDK](api/client-sdk/README.md) |
44 | 44 | * [Collections](api/client-sdk/collections.md) |
|
79 | 79 |
|
80 | 80 | ## Resources |
81 | 81 |
|
| 82 | +* [Architecture](resources/architecture/README.md) |
| 83 | + * [Why PostgresML?](resources/architecture/why-postgresml.md) |
82 | 84 | * [FAQs](resources/faqs.md) |
83 | 85 | * [Data Storage & Retrieval](resources/data-storage-and-retrieval/tabular-data.md) |
84 | 86 | * [Tabular data](resources/data-storage-and-retrieval/tabular-data.md) |
85 | 87 | * [Documents](resources/data-storage-and-retrieval/documents.md) |
86 | 88 | * [Partitioning](resources/data-storage-and-retrieval/partitioning.md) |
87 | 89 | * [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) |
88 | | -* [Benchmarks](resources/benchmarks/README.md) |
| 90 | +* [Benchmarks](resources/benchmarks/postgresml-is-8-40x-faster-than-python-http-microservices.md) |
89 | 91 | * [PostgresML is 8-40x faster than Python HTTP microservices](resources/benchmarks/postgresml-is-8-40x-faster-than-python-http-microservices.md) |
90 | 92 | * [Scaling to 1 Million Requests per Second](resources/benchmarks/million-requests-per-second.md) |
91 | 93 | * [MindsDB vs PostgresML](resources/benchmarks/mindsdb-vs-postgresml.md) |
|
97 | 99 | * [Contributing](resources/developer-docs/contributing.md) |
98 | 100 | * [Distributed Training](resources/developer-docs/distributed-training.md) |
99 | 101 | * [GPU Support](resources/developer-docs/gpu-support.md) |
100 | | - * [Deploying PostgresML](resources/developer-docs/deploying-postgresml/README.md) |
101 | | - * [Monitoring](resources/developer-docs/deploying-postgresml/monitoring.md) |
102 | 102 | * [Self-hosting](resources/developer-docs/self-hosting/README.md) |
103 | 103 | * [Pooler](resources/developer-docs/self-hosting/pooler.md) |
104 | 104 | * [Building from source](resources/developer-docs/self-hosting/building-from-source.md) |
|
0 commit comments