Skip to content

Commit df851a7

Browse files
committed
Lightspeed 1.10 changes
1 parent 6361364 commit df851a7

42 files changed

Lines changed: 571 additions & 328 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

artifacts/attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
:osd-brand-name: Red Hat OpenShift Dedicated
7171
:osd-short: OpenShift Dedicated
7272
:lcs-name: Lightspeed Core Service
73-
:lcs-short: LCS
73+
:lcs-short: LCORE
7474
:rhacs-brand-name: Red Hat Advanced Cluster Security
7575
:rhacs-short: Advanced Cluster Security
7676
:rhacs-very-short: ACS

artifacts/snip-developer-preview-lightspeed.adoc

Lines changed: 0 additions & 8 deletions
This file was deleted.

assemblies/shared/assembly-appendix-about-user-data-security.adoc

Lines changed: 0 additions & 21 deletions
This file was deleted.

assemblies/shared/assembly-appendix-llm-requirements.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ ifdef::context[:parent-context: {context}]
77

88
:context: appendix-llm-requirements
99
[role="_abstract"]
10-
This appendix provides information about large language model (LLM) providers compatible with {ls-short}, including OpenAI, {rhoai-brand-name}, Ollama, and vLLM.
10+
Review large language model (LLM) provider compatibility and system requirements for OpenAI, {rhoai-brand-name}, Ollama, and vLLM to plan your {ls-short} infrastructure deployment.
1111

1212
include::../modules/shared/con-large-language-model-llm-requirements.adoc[leveloffset=+1]
1313

14-
include::../modules/shared/con-openai.adoc[leveloffset=+1]
14+
include::../modules/shared/con-openai-model-integration-for-your-deployment.adoc[leveloffset=+1]
1515

16-
include::../modules/shared/con-ollama.adoc[leveloffset=+1]
16+
include::../modules/shared/con-ollama-model-integration-for-local-reference.adoc[leveloffset=+1]
1717

18-
include::../modules/shared/con-vllm.adoc[leveloffset=+1]
18+
include::../modules/shared/con-vllm-model-integration-for-high-throughput-inference.adoc[leveloffset=+1]
1919

2020
ifdef::parent-context[:context: {parent-context}]
2121
ifndef::parent-context[:!context:]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
ifdef::context[:parent-context: {context}]
3+
4+
[id="appendix-manage-user-data-security_{context}"]
5+
= Appendix: Manage user data security
6+
7+
8+
:context: appendix-about-user-data-security
9+
[role="_abstract"]
10+
Review data handling practices, feedback storage protocols, and model configuration architectures, such as the _Bring Your Own Model_ approach, to evaluate and enforce information security standards for your organization.
11+
12+
include::../modules/shared/con-data-use-and-privacy-practices.adoc[leveloffset=+1]
13+
14+
include::../modules/shared/con-user-feedback-collection.adoc[leveloffset=+1]
15+
16+
include::../modules/shared/con-bring-your-own-model-integration.adoc[leveloffset=+1]
17+
18+
include::../modules/shared/con-your-compliance-and-data-sharing-responsibility.adoc[leveloffset=+1]
19+
20+
ifdef::parent-context[:context: {parent-context}]
21+
ifndef::parent-context[:!context:]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
ifdef::context[:parent-context: {context}]
3+
4+
[id="configure-to-initialize-the-ai-assistant_{context}"]
5+
= Configure {ls-short} to initialize the AI assistant
6+
7+
:context: configure-to-initialize-the-ai-assistant
8+
9+
[role="_abstract"]
10+
{ls-brand-name} is enabled by default on {product} ({product-very-short}) instances. To provide developers with chat assistance, you must configure your deployment settings by using either the the Operator or the Helm chart.
11+
12+
[IMPORTANT]
13+
====
14+
You must perform a fresh installation to ensure compatibility with the updated system architecture. Do not update directly from version 1.9. Direct updates cause operational errors because the Helm `values.yaml` file structure has changed.
15+
====
16+
17+
include::../modules/shared/proc-configure-by-using-the-operator.adoc[leveloffset=+1]
18+
19+
include::../modules/shared/proc-configure-by-using-the-helm-chart.adoc[leveloffset=+1]
20+
21+
include::../modules/shared/con-in-air-gapped-environments.adoc[leveloffset=+1]
22+
23+
ifdef::parent-context[:context: {parent-context}]
24+
ifndef::parent-context[:!context:]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
ifdef::context[:parent-context: {context}]
3+
4+
[id="customize-to-tailor-ai-responses_{context}"]
5+
= Customize {ls-short} to tailor AI responses
6+
7+
8+
:context: customize
9+
[role="_abstract"]
10+
You can customize {ls-short} to meet your environment requirements by managing user feedback, persisting chat history, and {model-context-protocol-book-link}#proc-configure-mcp-tools-for-developer-lightspeed_assembly-model-context-protocol-tools[configuring Model Context Protocol (MCP) tools].
11+
12+
include::../modules/shared/proc-enable-user-feedback-to-improve-model-performance.adoc[leveloffset=+1]
13+
14+
include::../modules/shared/proc-customize-ai-responses-by-using-system-prompts.adoc[leveloffset=+1]
15+
16+
include::../modules/shared/proc-customize-chat-history-storage.adoc[leveloffset=+1]
17+
18+
include::../modules/shared/proc-enable-secure-ai-research-with-developer-lightspeed-notebooks.adoc[leveloffset=+1]
19+
20+
// include::../modules/shared/proc-changing-your-llm-provider.adoc[leveloffset=+1]
21+
ifdef::parent-context[:context: {parent-context}]
22+
ifndef::parent-context[:!context:]
23+

assemblies/shared/assembly-customize.adoc

Lines changed: 0 additions & 23 deletions
This file was deleted.

assemblies/shared/assembly-get-ai-assisted-help-for-your-development-tasks.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ifdef::context[:parent-context: {context}]
77
:context: get-ai-assisted-help-for-your-development-tasks
88

99
[role="_abstract"]
10-
Use {ls-brand-name}, a generative AI assistant in {product} ({product-very-short}), to ask platform questions, analyze logs, generate code, and create test plans from a conversational interface.
10+
Use {ls-brand-name}, a generative AI assistant in {product} ({product-very-short}), to ask platform questions, analyze logs, generate code, and create test plans from a chat interface.
1111

1212
== Prerequisites
1313

14-
* Your platform engineer has installed and configured the {ls-short} plugin in your {product-very-short} instance.
14+
* Your platform engineer has configured the {ls-short} service in your {product-very-short} instance.
1515

1616
include::../modules/shared/proc-configure-safety-guards-in-rhdh.adoc[leveloffset=+1]
1717

modules/shared/con-about-and-llama-stack.adoc

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)