Skip to content

Commit 4ffff10

Browse files
authored
Merge pull request #95212 from rh-tokeefe/OLS-1869
OLS-1869: Update LLM overview topic
2 parents 8f0884f + 99f9d03 commit 4ffff10

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

install/ols-installing-openshift-lightspeed.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
The installation process for {ols-official} consists of two main tasks: installing the {ols-short} Operator and configuring the large language model (LLM) provider.
9+
The installation process for {ols-official} consists of two main tasks: installing the {ols-short} Operator and configuring the {ols-short} Service to interact with the large language model (LLM) provider.
1010

11-
include::modules/ols-large-language-model-configuration-overview.adoc[leveloffset=+1]
11+
include::modules/ols-large-language-model-overview.adoc[leveloffset=+1]
1212
include::modules/ols-about-subscription-requirements.adoc[leveloffset=+1]
1313
include::modules/ols-installing-operator.adoc[leveloffset=+1]

modules/ols-large-language-model-configuration-overview.adoc renamed to modules/ols-large-language-model-overview.adoc

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1+
// Module included in the following assemblies:
2+
// * lightspeed-docs-main/install/ols-installing-openshift-lightspeed.adoc
3+
14
:_mod-docs-content-type: CONCEPT
2-
[id="ols-large-language-model-configuration-overview_{context}"]
5+
[id="ols-large-language-model-overview_{context}"]
6+
7+
= Large Language Model (LLM) overview
8+
9+
A large language model (LLM) is a type of artificial intelligence program trained on vast quantities of data. The {ols-long} Service interacts with the LLM to generate answers to questions.
310

4-
= Large Language Model (LLM) configuration overview
11+
You can configure {rhelai} or {rhoai} as the LLM provider for the {ols-long} Service. Either LLM provider can use a server or inference service that processes inference queries.
512

6-
You can configure {rhelai} or {rhoai} as large language model (LLM) provider for the {ols-long} Service. Either of those LLM providers can use a server or inference service that processes inference queries. Configure the LLM provider before you install the {ols-long} Operator.
13+
Alternatively, you can connect the {ols-long} Service to a publicly available LLM provider, such as {watsonx}, {openai}, or {azure-openai}.
714

8-
Alternatively, you can connect the {ols-long} Service to one of the publicly available LLM providers, such as {watsonx}, {openai}, or {azure-openai}.
15+
[NOTE]
16+
====
17+
Configure the LLM provider before you install the {ols-long} Operator. Installing the Operator does not install an LLM provider.
18+
====
919

1020
[id="rhelai-with-ols_{context}"]
1121
== {rhelai} with {ols-long}

0 commit comments

Comments
 (0)