Skip to content

Commit 31870e9

Browse files
[release-1.8] RHDHBUGS-2419: Changing note to mention workaround in this version (#1645)
* Changing note to mention workaround in this version * Added more changes --------- Co-authored-by: Priyanka Abel <[email protected]>
1 parent 1e30102 commit 31870e9

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

modules/developer-lightspeed/proc-installing-and-configuring-lightspeed.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ data:
7474
sqlite:
7575
db_path: "/tmp/data/conversations/lcs_cache.db"
7676
----
77-
+
78-
where:
79-
80-
`{product-very-short}_HOST`:: Enter the hostname for {product-very-short}.
8177

8278
.. Click *Create*.
8379

@@ -127,9 +123,10 @@ data:
127123

128124
. Create Llama Stack Secret file (`llama-stack-secrets`): This file holds sensitive configuration data for your LLM provider and Llama Stack environment variables.
129125
+
130-
[NOTE]
126+
[IMPORTANT]
131127
====
132-
You must provide an LLM provider that conforms to the OpenAI API specification. For more information, see {developer-lightspeed-link}#proc-changing-your-llm-provider_customizing-developer-lightspeed[Changing your LLM provider].
128+
{product} 1.8 configures the Llama Stack image to use the vllm provider exclusively. The vllm provider supports the OpenAI API schema but does not support connecting directly to the official OpenAI service (api.openai.com).
129+
Do not use the official OpenAI API URL or token with vllm in this release. Attempting this might result in errors or improper responses. Native OpenAI provider support is planned for future releases.
133130
====
134131

135132
.. In the {ocp-short} web console, go to *Secrets*.

modules/observe/adoption-insights/proc-configure-adoption-insights.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Adoption Insights plugin is preinstalled and enabled on a {product-short} in
66

77
[IMPORTANT]
88
====
9-
If you previously used the Developer Preview of the Adoption Insights plugin and enabled the plugin manually, you must remove those earlier plugins as they are no longer required.
9+
If you previously used the Developer Preview of the Adoption Insights plugin and enabled the plugin manually, you must remove those earlier plugins as they are no longer required, and Adoption Insights is enabled by default.
1010
1111
In your dynamic plugins ConfigMap, for example: `dynamic-plugins-rhdh.yaml`, remove the references to `red-hat-developer-hub-backstage-plugin-adoption-insights`, `red-hat-developer-hub-backstage-plugin-adoption-insights-backend`, and `red-hat-developer-hub-backstage-plugin-analytics-module-adoption-insights`. Additionally update the `package.disabled` value of the `backstage-community-plugin-analytics-provider-segment` plugin to `false` as shown in the following example:
1212

0 commit comments

Comments
 (0)