Skip to content
Merged
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: 11 additions & 0 deletions modules/ols-0-3-5-fixed-issues.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// This module is used in the following assemblies:

// * lightspeed-docs-main/release_notes/ols-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="ols-0-3-5-fixed-issues_{context}"]
= Fixed issues

The following issues are fixed with {ols-official} 0.3.5:

* Previously, the {ols-long} service could not support a self-hosted large language model (LLM) with OpenAI-compatible API endpoints by using a self-signed certificate with a custom CA to secure its HTTPS endpoints. Now the {ols-short} service can support a self-signed certificate with a custom CA to secure HTTPS connections to the LLM provider. link:https://issues.redhat.com/browse/OLS-1715[OLS-1715].
25 changes: 25 additions & 0 deletions modules/ols-0-3-5-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Module included in the following assemblies:
// * lightspeed-docs-main/release_notes/ols-release-notes.adoc

:_mod-docs-content-type: REFERENCE
[id="ols-0-3-5-release-notes_{context}"]
= {ols-long} version 0.3.5

{ols-official} 0.3.5 is now available on {ocp-product-title} 4.15 and later.

[IMPORTANT]
====
{ols-official} is designed for Federal Information Processing Standards (FIPS). When running on {ocp-product-title} in FIPS mode, it uses the {rhel} cryptographic libraries submitted (or planned to be submitted) to NIST for FIPS validation on only the `x86_64`, `ppc64le`, and `s390X` architectures. For more information about the NIST validation program, see link:https://csrc.nist.gov/Projects/cryptographic-module-validation-program/validated-modules[Cryptographic Module Validation Program]. For the latest NIST status of the individual versions of {rhel} cryptographic libraries that have been submitted for validation, see link:https://access.redhat.com/en/compliance[Product compliance].
====

[id="ols-0-3-5-enhancements_{context}"]
== Enhancements

The following enhancements are made with {ols-official} 0.3.5:

* Beginning in this release, the {ols-long} conversation history is saved to the PostgresSQL database and is retained in persistent volume. The conversation history persists if the PostgreSQL pod restarts or is rescheduled. PostgresSQL persistence is disabled by default. To enable the feature, define the `size` and `class` parameters in the `ols.storage` specification of the `OLSConfig` custom resource (CR).

* This release introduces the cluster interaction feature as a Technology Preview feature. Use the cluster interaction feature to enhance the knowledge available to the large language model (LLM) with information about an {ocp-product-title} cluster. Providing cluster-specific information, such as the namespaces or pods that the cluster contains, enables the LLM to generate responses unique to the cluster.

:FeatureName: The cluster interaction feature
include::snippets/technology-preview.adoc[]
2 changes: 2 additions & 0 deletions release_notes/ols-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ toc::[]

The release notes highlight what is new and what has changed with each {ols-official} release.

include::modules/ols-0-3-5-release-notes.adoc[leveloffset=+1]
include::modules/ols-0-3-5-fixed-issues.adoc[leveloffset=+2]
include::modules/ols-0-3-4-release-notes.adoc[leveloffset=+1]
include::modules/ols-0-3-4-fixed-issues.adoc[leveloffset=+2]
include::modules/ols-0-3-3-release-notes.adoc[leveloffset=+1]
Expand Down