You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(docs): Cleaning up Top Level Docs pages (#7075)
* Update Community page
* Clean up `helm-charts` folder's readme
* Clean up Helm Charts doc page
* Remove Radmap doc page and update link to the archived docs
* Cleaning up home page (links, content)
* Fix old link in the helm_charts.md docs
* Fixing links on the home page
* Remove mentioning of the slack channel in Community page
* Fixed Overview of Components page
* Add separate page with link to github releases
* Fixed Overview of Components doc
* Remove links to X from the community page
* Fix link to the operator helm chart in the Advanced Helm Chart Configuration page
* Update links for the core chart
* Mention helm charts being published to github repo as well
* Fix link to the License in the Home page
* Fix link text
* Fix link to python wrapper
* Improve repetition
Copy file name to clipboardExpand all lines: docs-gb/README.md
+26-28Lines changed: 26 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ Seldon core converts your ML models (Tensorflow, Pytorch, H2o, etc.) or language
19
19
Seldon handles scaling to thousands of production machine learning models and provides advanced machine learning capabilities out of the box including Advanced Metrics, Request Logging, Explainers, Outlier Detectors, A/B Tests, Canaries and more.
20
20
21
21
* Read the [Seldon Core Documentation](https://docs.seldon.ai/seldon-core-1)
22
-
* Join our [community Slack](https://join.slack.com/t/seldondev/shared_invite/zt-vejg6ttd-ksZiQs3O_HOtPQsen_labg) to ask any questions
23
22
* Get started with [Seldon Core Notebook Examples](notebooks/)
24
23
* Learn how you can [start contributing](developer/contributing.md)
25
24
@@ -29,12 +28,12 @@ Seldon handles scaling to thousands of production machine learning models and pr
29
28
30
29
With over 2M installs, Seldon Core is used across organisations to manage large scale deployment of machine learning models, and key benefits include:
31
30
32
-
* Easy way to containerise ML models using our [pre-packaged inference servers](servers/overview.md), [custom servers](servers/custom.md), or [language wrappers](https://docs.seldon.io/projects/seldon-core/en/1.18/wrappers/language_wrappers.html).
33
-
* Out of the box endpoints which can be tested through [Swagger UI](https://docs.seldon.io/projects/seldon-core/en/latest/reference/apis/openapi.html?highlight=swagger), [Seldon Python Client or Curl / GRPCurl](wrappers/python/python_module.md#seldon-core-python-package).
34
-
* Cloud agnostic and tested on [AWS EKS, Azure AKS, Google GKE, Alicloud, Digital Ocean and Openshift](notebooks/#cloud-specific-examples).
35
-
* Powerful and rich inference graphs made out of [predictors, transformers, routers, combiners, and more](https://docs.seldon.io/projects/seldon-core/en/1.18/examples/graph-metadata.html).
31
+
* Easy way to containerise ML models using our [pre-packaged inference servers](servers/overview.md), [custom servers](servers/custom.md), or [language wrappers](configuration/wrappers-and-sdks/README.md).
32
+
* Out of the box endpoints which can be tested through [Swagger UI](reference/prediction-apis/prediction-open-api-spec/seldon-core-external-via-ambassador/README.md), [Seldon Python Client or Curl / GRPCurl](wrappers/python/python_module.md#seldon-core-python-package).
33
+
* Cloud agnostic and tested on [AWS EKS, Azure AKS, Google GKE, Alicloud, Digital Ocean and Openshift](notebooks/README.md#cloud-specific-examples).
34
+
* Powerful and rich inference graphs made out of [predictors, transformers, routers, combiners, and more](routing/inference-graph.md).
36
35
* Metadata provenance to ensure each model can be traced back to its respective [training system, data and metrics](deployments/metadata.md)
37
-
* Advanced and customisable metrics with integration [to Prometheus and Grafana](integrations/analytics.md).
36
+
* Advanced and customisable metrics with integration to [Prometheus](integrations/analytics.md).
38
37
* Full auditability through model input-output request [logging integration with Elasticsearch](reference/log_level.md).
39
38
* Microservice distributed tracing through [integration to Jaeger](integrations/distributed-tracing.md) for insights on latency across microservice hops.
40
39
* Secure, reliable and robust system maintained through a consistent [security & updates policy](../SECURITY.md).
@@ -146,7 +145,7 @@ class Model:
146
145
return output
147
146
```
148
147
149
-
We can now containerize our class file using the [Seldon Core s2i utils](https://docs.seldon.io/projects/seldon-core/en/1.18/wrappers/s2i.html) to produce the `sklearn_iris` image:
148
+
We can now containerize our class file using the s2i utils to produce the `sklearn_iris` image:
| <p><ahref="https://docs.seldon.ai/seldon-core-1/configuration/integrations/explainers"><br>Explainers for Machine Learning Interpretability<br><br><imgsrc="https://raw.githubusercontent.com/SeldonIO/seldon-core/master/doc/source/images/anchors.jpg"alt=""></a></p> | <p><ahref="https://docs.seldon.ai/seldon-core-1/configuration/integrations/outlier_detection"><br>Outlier and Adversarial Detectors for Monitoring<br><br><imgsrc="https://raw.githubusercontent.com/SeldonIO/seldon-core/master/doc/source/images/adversarial-attack.png"alt=""></a></p> |
222
-
| <p><ahref="https://docs.seldon.ai/seldon-core-1/configuration/integrations/cicd-mlops"><br>CI/CD for MLOps at Massive Scale<br><br><imgsrc="https://raw.githubusercontent.com/SeldonIO/seldon-core/master/doc/source/images/cicd-seldon.jpg"alt=""></a></p> | <p><ahref="https://docs.seldon.ai/seldon-core-1/configuration/integrations/distributed-tracing"><br>Distributed tracing for performance monitoring<br><br><imgsrc="https://raw.githubusercontent.com/SeldonIO/seldon-core/master/doc/source/graph/jaeger-ui-rest-example.png"alt=""></a></p> |
223
221
224
222
## Where to go from here
225
223
226
224
### Getting Started
227
225
228
-
*[Quickstart Guide](./#getting-started)
229
226
*[Overview of Components](overview.md)
230
-
*[Install Seldon Core on Kubernetes](../install/installation.md)
231
-
*[Join the Community](developer/community.md)
227
+
*[Install Seldon Core on Kubernetes](install/installation.md)
For any questions, as well as to keep up to date with any announcements please feel free to [join our Slack Channel through this link](https://join.slack.com/t/seldondev/shared_invite/zt-vejg6ttd-ksZiQs3O_HOtPQsen_labg).
7
-
8
-
## Working Group Calls
9
-
10
-
The Seldon Core team organises fornightly calls with the community to provide updates on current development, best practices and key findings such as tips on upgrading, backwards compatibility, etc.
11
-
12
-
The community call is also a great opportunity for the community to ask questions as well as suggestions around Seldon Core.
13
-
14
-
**Dates & times**
15
-
16
-
The dates for the community call is on Thursday every 2 weeks at 16:00 UK Time.
17
-
18
-
We always announce the community call in our Community Slack and social media so make sure you are able to join to stay up to date.
19
-
20
-
**Joining the call**
21
-
22
-
We use Zoom for the conference calls. Details can found:
23
-
24
-
*[Working Group Agenda Document](https://docs.google.com/document/d/1gAmiJoD-1NHSr0gvDQBhYGR5ryrgWVWRu3nOOxPdKJk/edit?usp=sharing)
If you have any topics you would like to add or discuss, please feel free to add to the agenda point for the next meeting, or alternatively you can add an in-line comment.
29
-
30
4
## Meetup
31
5
32
6
We organise a regular [MLOps Community Meetup](https://mlops.london/). The events are "hybrid"; feel free to attend in person if you're near to London or otherwise follow the [YouTube Channel](https://www.youtube.com/channel/UCSBfllj_pRPB36TAZJfjXWg).
33
-
34
-
## X (formerly Twitter)
35
-
36
-
Follow our [Seldon](https://x.com/seldon_io) account on X (formerly Twitter) for product releases and announcements. We also have [Seldon Research](https://x.com/SeldonResearch) for the latest in research around Drift/Outlier Detection and Explainability.
Copy file name to clipboardExpand all lines: docs-gb/install/advanced-helm-chart-configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
This page provides a detailed overview of the installation parameters available for the Seldon Core installation when using Helm 3.x. The high level workflows to install Seldon Core can be found in the [Installation Page](../workflow/install.md).
6
6
7
-
You can find the `values.yaml` file of the [seldon-core-operator Helm chart](https://github.com/SeldonIO/seldon-core/helm-charts/seldon-core-operator), which contains basically all the values that you can configure in your installation by using the `set` flag in the format `--set value.path=YOUR_VALUE`.
7
+
You can find the `values.yaml` file of the [seldon-core-operator Helm chart](https://github.com/SeldonIO/seldon-core/tree/master/helm-charts/seldon-core-operator), which contains basically all the values that you can configure in your installation by using the `set` flag in the format `--set value.path=YOUR_VALUE`.
8
8
9
9
The file has been written to be self documented, and has information on all the core parameters. Further information is referenced in the file to specific documentation pages.
Read more about Python [Language Wrapper on its dedicated documentation page](../python/index.html).
114
+
Read more about Python [Language Wrapper on its dedicated documentation page](wrappers/python/python_module.md).
117
115
118
116
## Seldon Deployment CRD
119
117
@@ -127,7 +125,7 @@ The manifest file that you write is very powerful yet simple. You can easily def
127
125
128
126
You can think about the CRD as an abstraction around the actual deployment and services that are created in the cluster. Once the manifest is applied to the cluster, Seldon Core `Operator` creates all Kubernetes objects required to serve the inference requests.
129
127
130
-
Read more about [Seldon Deployment CRD on its dedicated documentation page](../reference/seldon-deployment.html).
128
+
Read more about [Seldon Deployment CRD on its dedicated documentation page](reference/seldon-deployment-crd.md).
131
129
132
130
## Seldon Core Operator
133
131
@@ -157,7 +155,7 @@ It is because of the presence of `Service Orchestrator` that complex graph compo
157
155
158
156
to just name a few.
159
157
160
-
Read more about [Service Orchestrator on its dedicated documentation page](../graph/svcorch.html).
158
+
Read more about [Service Orchestrator on its dedicated documentation page](reference/svcorch.md).
161
159
162
160
## Metadata Provenance
163
161
@@ -167,23 +165,23 @@ These allow you to make connection to the platform you trained your model with (
167
165
168
166

169
167
170
-
Read more about [metadata provenance on its dedicated documentation page](../reference/apis/metadata.html).
168
+
Read more about [metadata provenance on its dedicated documentation page](deployments/metadata.md).
171
169
172
170
## Metrics with Prometheus
173
171
174
172
Metrics is important aspect of serving ML inference models in production. Out of the box Seldon Core deployments expose standard metrics to [Prometheus](https://prometheus.io/) on the `Service Orchestrator`.
175
173
176
174

177
175
178
-
Read more about [metrics on its dedicated documentation page](../analytics/analytics.html).
176
+
Read more about [metrics on its dedicated documentation page](integrations/analytics.md).
179
177
180
178
## Distributed Tracing with Jaeger
181
179
182
180
By default, we support [Jaeger](https://www.jaegertracing.io/) for Distributed Tracing.
183
181
184
182

185
183
186
-
Read more about [tracing on its dedicated documentation page](../graph/distributed-tracing.html).
184
+
Read more about [tracing on its dedicated documentation page](integrations/distributed-tracing.md).
0 commit comments