Skip to content

Commit c4ca82b

Browse files
Added MLflow installation procedures (#609)
* added kube deployment * added docker installations * added IDs to procedures * minor reshuffling of OpenSearch and introducing MLflow * optimized PNGs * prioritized OpenSearch over Milvus * reordered AI apps in intro * Apply suggestions from code review Co-authored-by: Daria Vladykina <[email protected]>
1 parent 2c37f50 commit c4ca82b

File tree

6 files changed

+475
-29
lines changed

6 files changed

+475
-29
lines changed

articles/AI.asm.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<resources>
2323
<resource xml:id="_ai-pytorch-helm-overrides" href="../references/pytorch-helm-overrides.xml"/>
2424
<resource xml:id="_ai-pytorch-helmchart" href="../references/pytorch-helmchart.xml"/>
25+
<resource xml:id="_ai-mlflow-installing" href="../tasks/mlflow-installing.xml"/>
2526
<resource xml:id="_ai-pytorch-installing" href="../tasks/pytorch-installing.xml"/>
2627
<resource xml:id="_Security-installation-airgapped" href="../tasks/Security-installation-airgapped.xml"/>
2728
<resource xml:id="_Security-installation-rancher" href="../tasks/Security-installation-rancher.xml"/>
@@ -301,10 +302,10 @@
301302
<merge>
302303
<title>Deploying and Installing &productname;</title>
303304
<revhistory xml:id="rh-deployment-intro">
304-
<revision><date>2025-11-08</date>
305+
<revision><date>2025-11-21</date>
305306
<revdescription>
306307
<para>
307-
Added section about &pytorch; installation
308+
Added section about &mlflow; installation
308309
</para>
309310
</revdescription>
310311
</revision>
@@ -315,6 +316,13 @@
315316
</para>
316317
</revdescription>
317318
</revision>
319+
<revision><date>2025-11-08</date>
320+
<revdescription>
321+
<para>
322+
Added section about &pytorch; installation
323+
</para>
324+
</revdescription>
325+
</revision>
318326
<revision><date>2025-11-01</date>
319327
<revdescription>
320328
<para>
@@ -543,6 +551,7 @@
543551
</merge>
544552
</module>
545553
<module renderas="section" resourceref="_ai-cert-manager-installing"/>
554+
<module renderas="section" resourceref="_ai-opensearch-installing"/>
546555
<module renderas="section" resourceref="_ai-milvus-installing"/>
547556
<module renderas="section" resourceref="_ai-ollama-installing">
548557
<module renderas="section" resourceref="_ai-ollama-helmchart"/>
@@ -559,7 +568,7 @@
559568
<module renderas="section" resourceref="_ai-pytorch-helm-overrides"/>
560569
<module renderas="section" resourceref="_ai-pytorch-helmchart"/>
561570
</module>
562-
<module renderas="section" resourceref="_ai-opensearch-installing"/>
571+
<module renderas="section" resourceref="_ai-mlflow-installing"/>
563572
<module renderas="section" resourceref="_ai-deployment-ailibrary-deployer"/>
564573
</module>
565574
<module renderas="section" resourceref="_ai-deployment-steps-after">

concepts/AI-intro-how-works.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -120,79 +120,79 @@
120120
<link xlink:href="https://apps.rancher.io/stacks/suse-ai"/>.
121121
</para>
122122
<varlistentry>
123-
<term>&milvus; (<link xlink:href="https://milvus.io"/>)</term>
123+
<term>&certmanager; (<link xlink:href="https://cert-manager.io/"/>)</term>
124124
<listitem>
125125
<para>
126-
A vector database built for generative AI applications with minimal
127-
performance loss.
126+
An extensible X.509 certificate controller for &kube; workloads.
128127
</para>
129128
</listitem>
130129
</varlistentry>
131130
<varlistentry>
132-
<term>&ollama; (<link xlink:href="https://ollama.com"/>)</term>
131+
<term>&opensearch; (<link xlink:href="https://opensearch.org/"/>)</term>
133132
<listitem>
134133
<para>
135-
A platform that simplifies installation and management of large
136-
language models (LLM) on local devices.
134+
A search and analytics suite for analyzing and visualizing search data.
137135
</para>
138136
</listitem>
139137
</varlistentry>
140138
<varlistentry>
141-
<term>&certmanager; (<link xlink:href="https://cert-manager.io/"/>)</term>
139+
<term>&milvus; (<link xlink:href="https://milvus.io"/>)</term>
142140
<listitem>
143141
<para>
144-
An extensible X.509 certificate controller for &kube; workloads.
142+
A vector database built for generative AI applications with minimal
143+
performance loss.
145144
</para>
146145
</listitem>
147146
</varlistentry>
148147
<varlistentry>
149-
<term>&owui; (<link xlink:href="https://openwebui.com"/>)</term>
148+
<term>&ollama; (<link xlink:href="https://ollama.com"/>)</term>
150149
<listitem>
151150
<para>
152-
An extensible Web user interface for the &ollama; LLM runner.
151+
A platform that simplifies the installation and management of large
152+
language models (LLM) on local devices.
153153
</para>
154154
</listitem>
155155
</varlistentry>
156156
<varlistentry>
157-
<term>&mlflow; (<link xlink:href="https://mlflow.org"/>)</term>
157+
<term>&owui; (<link xlink:href="https://openwebui.com"/>)</term>
158158
<listitem>
159159
<para>
160-
An open source platform to manage the machine learning lifecycle,
161-
including experimentation, reproducibility, deployment and a central
162-
model registry.
160+
An extensible Web user interface for the &ollama; LLM runner.
163161
</para>
164162
</listitem>
165163
</varlistentry>
166164
<varlistentry>
167-
<term>&pytorch; (<link xlink:href="https://pytorch.org/"/>)</term>
165+
<term>&vllm; (<link xlink:href="https://github.com/vllm-project/vllm"/></term>
168166
<listitem>
169167
<para>
170-
An open source machine learning framework.
168+
A high-performance inference and serving engine for large language
169+
models (LLMs).
171170
</para>
172171
</listitem>
173172
</varlistentry>
174173
<varlistentry>
175-
<term>&vllm; (<link xlink:href="https://github.com/vllm-project/vllm"/></term>
174+
<term>&mcpo; (<link xlink:href="https://github.com/open-webui/mcpo"/>)</term>
176175
<listitem>
177176
<para>
178-
A high-performance inference and serving engine for large language
179-
models (LLMs).
177+
The &mcp;-to-OpenAPI proxy server provided by &owui;.
180178
</para>
181179
</listitem>
182180
</varlistentry>
183181
<varlistentry>
184-
<term>&mcpo; (<link xlink:href="https://github.com/open-webui/mcpo"/>)</term>
182+
<term>&pytorch; (<link xlink:href="https://pytorch.org/"/>)</term>
185183
<listitem>
186184
<para>
187-
The &mcp;-to-OpenAPI proxy server provided by &owui;.
185+
An open source machine learning framework.
188186
</para>
189187
</listitem>
190188
</varlistentry>
191189
<varlistentry>
192-
<term>&opensearch; (<link xlink:href="https://opensearch.org/"/>)</term>
190+
<term>&mlflow; (<link xlink:href="https://mlflow.org"/>)</term>
193191
<listitem>
194192
<para>
195-
A search and analytics suite to analyze and visualize searched data.
193+
An open source platform to manage the machine learning lifecycle,
194+
including experimentation, reproducibility, deployment and a central
195+
model registry.
196196
</para>
197197
</listitem>
198198
</varlistentry>

images/mlflow-webui.png

66.9 KB
Loading

tasks/AI-deployment-ailibrary-installing.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,10 @@
150150
<para condition="deployment_standard">
151151
Install an application with vector database capabilities. &owui;
152152
supports either
153-
<xref linkend="milvus-installing" xrefstyle="template: &milvus;"/>
153+
<xref linkend="opensearch-installing" xrefstyle="template:
154+
&opensearch;"/>
154155
or
155-
<xref linkend="opensearch-installing" xrefstyle="template: &opensearch;"/>.
156+
<xref linkend="milvus-installing" xrefstyle="template: &milvus;"/>.
156157
</para>
157158
</step>
158159
<step performance="optional">

0 commit comments

Comments
 (0)