Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions modules/ols-502-bad-gateway-errors.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// This module is used in the following assemblies:
// troubleshoot/ols-troubleshooting-openshift-lightspeed.adoc
// Module included in the following assemblies:
// lightspeed-docs-main/troubleshoot/ols-troubleshooting-openshift-lightspeed.adoc

:_mod-docs-content-type: REFERENCE
[id="ols-502-bad-gateway-errors_{context}"]
= 502 Bad Gateway Errors in the interface
= 502 Bad Gateway errors in the interface

[role="_abstract"]
Avoid 502 Bad Gateway errors by waiting for all internal {ols-long} and {ocp-product-title} system components to stabilize after deployment.

Wait a few minutes and try using {ols-long} again.
Avoid 502 Bad Gateway errors by waiting for the service pods to finish starting.

Give {ols-long} and {ocp-product-title} a few minutes to get ready after you deploy them. Then, try using {ols-long} again.
9 changes: 4 additions & 5 deletions modules/ols-operator-missing-from-operatorhub-list.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// This module is used in the following assemblies:
// troubleshoot/ols-troubleshooting-openshift-lightspeed.adoc
// Module included in the following assemblies:
// lightspeed-docs-main/troubleshoot/ols-troubleshooting-openshift-lightspeed.adoc

:_mod-docs-content-type: REFERENCE
[id="ols-operator-missing-from-operatorhub-list_{context}"]
= Operator Missing from the Operator Hub list
= Operator missing from the OperatorHub list

[role="_abstract"]
The {ols-long} Operator is visible in the Operator Hub only for supported architectures, as filtering prevents it from appearing on non-x86 platforms.

{ols-long} is only supported on x86 architecture.
The OperatorHub displays the {ols-long} Operator only for supported architectures. Filtering prevents the Operator from appearing on anything other than the `x86_64` architecture.
13 changes: 7 additions & 6 deletions modules/ols-thinking-model-generates-delineator-prompt.adoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
// This module is used in the following assemblies:
// troubleshoot/ols-troubleshooting-openshift-lightspeed.adoc
// Module included in the following assemblies:
// lightspeed-docs-main/troubleshoot/ols-troubleshooting-openshift-lightspeed.adoc

:_mod-docs-content-type: REFERENCE
[id="ols-thinking-model-generates-delineator-prompt_{context}"]
= Thinking model generates delineator prompt

[role="_abstract"]
Reasoning models use delineators, such as `THOUGHT` or `reasoning`, to distinguish internal thought processes from the final response provided by the {ols-long} Service.

The {ols-long} Service does not configure the delineator behavior or produce the delineators in the output. The delineator feature is a model configuration setting. Typically, you can disable the feature using one of the following methods:
Reasoning models use tags such as `THOUGHT` or `reasoning` to separate their inner logic from the final answer.

* Append your question prompt with the specific keyword that the model requires to disable the delineator feature, for example, `/nothink`. For more information, see the documentation for the model you are using.
* Modify the inference server configuration settings to disable the delineator feature. For more information, see the documentation for the inference server or for the model you are using.
{ols-long} does not control these tags or add them to the output. This feature is part of the model itself. Usually, you can turn off these tags in one of two ways:

* Add a keyword to your prompt if the model supports it (for example, /nothink). Check your model's docs for the right word to use.
* Change the inference server configuration settings to disable the delineator feature. For more information, see the documentation for the inference server or for the model you are using.
3 changes: 2 additions & 1 deletion troubleshoot/ols-troubleshooting-openshift-lightspeed.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ include::_attributes/common-attributes.adoc[]
toc::[]

[role="_abstract"]
Review solutions and workarounds for common installation, configuration, and operational issues encountered with the {ols-long}.

Review solutions and workarounds for common installation, configuration, and operational issues encountered with {ols-long}.

include::modules/ols-502-bad-gateway-errors.adoc[leveloffset=+1]

Expand Down