From 3e40c209a6d483cdf2368551b8eabd6414e514c9 Mon Sep 17 00:00:00 2001 From: Tim O'Keefe Date: Wed, 24 Jul 2024 13:03:04 -0400 Subject: [PATCH] OLS-836: Add Data, Telemetry, Transcript, and Feedback Collection to the About section --- about/ols-about-openshift-lightspeed.adoc | 5 +++-- ...telemetry-transcript-and-feedback-collection.adoc | 12 ++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 modules/ols-about-data-telemetry-transcript-and-feedback-collection.adoc diff --git a/about/ols-about-openshift-lightspeed.adoc b/about/ols-about-openshift-lightspeed.adoc index 6df047990e75..aca1f6b4f79f 100644 --- a/about/ols-about-openshift-lightspeed.adoc +++ b/about/ols-about-openshift-lightspeed.adoc @@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[] toc::[] -This section provides an overview of {ols-full} and discusses functional requirements. +The following topics provide an overview of {ols-full} and discuss functional requirements. include::modules/ols-openshift-lightspeed-overview.adoc[leveloffset=+1] include::modules/ols-openshift-requirements.adoc[leveloffset=+1] @@ -14,4 +14,5 @@ include::modules/ols-large-language-model-requirements.adoc[leveloffset=+1] include::modules/ols-about-openai.adoc[leveloffset=+2] include::modules/ols-about-azure-openai.adoc[leveloffset=+2] include::modules/ols-about-watsonx.adoc[leveloffset=+2] -include::modules/ols-about-data-use.adoc[leveloffset=+1] \ No newline at end of file +include::modules/ols-about-data-use.adoc[leveloffset=+1] +include::modules/ols-about-data-telemetry-transcript-and-feedback-collection.adoc[leveloffset=+1] \ No newline at end of file diff --git a/modules/ols-about-data-telemetry-transcript-and-feedback-collection.adoc b/modules/ols-about-data-telemetry-transcript-and-feedback-collection.adoc new file mode 100644 index 000000000000..7091293abf52 --- /dev/null +++ b/modules/ols-about-data-telemetry-transcript-and-feedback-collection.adoc @@ -0,0 +1,12 @@ +// This module is used in the following assemblies: +// about/ols-about-openshift-lightspeed.adoc + +:_mod-docs-content-type: CONCEPT +[id="ols-about-data-telemetry-transcript-and-feedback-collection_{context}"] += About data, telemetry, transcript, and feedback collection + +{ols-long} is a virtual assistant that you interact with using natural language. Communicating with {ols-long} involves sending chat messages, which may include information about your cluster, your cluster resources, or other aspects of your environment. These messages are sent to {ols-long}, potentially with some content filtered or redacted, and then sent to the LLM provider that you have configured. + +Do not enter any information into the {ols-long} user interface that you do not want sent to the LLM provider. + +The transcript recording data uses the {red-hat} Insights system back-end and is subject to the same access restrictions and other security policies described in link:https://www.redhat.com/en/technologies/management/insights/data-application-security[Red Hat Insights data and application security]. \ No newline at end of file