Skip to content

Commit 6f41571

Browse files
committed
Incorporated Stephen's comments
1 parent 8a7db05 commit 6f41571

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

modules/openshift-ai-connector-for-rhdh/proc-setting-up-openshift-ai-connector-for-rhdh-with-rhoai.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ The installation of the {openshift-ai-connector-name} requires manual updates to
77

88
.{rhoai-short} Prerequisites
99

10-
* To import model cards from the model catalog as TechDocs, you must use {rhoai-short} version 2.25 or later, and you must ensure that the model registry component is enabled.
10+
* To import model cards from the model catalog into TechDocs, you need to use {rhoai-short} 2.25.
11+
+
12+
[NOTE]
13+
====
14+
If you upgraded to {rhoai-short} 2.25 from an earlier version, you must manually enable the model catalog dashboard and model registry before you can import model cards.
15+
====
1116

12-
* If you employed model catalog at earlier versions of {rhoai-short}, TechDocs propagation does not work for any models you registered into the model registry while at those earlier versions; only models registered into model registry from a 2.25 (or later) model catalog have their model cards transferred to {product-very-short} as TechDocs.
17+
* If you employed model catalog at earlier versions of {rhoai-short}, TechDocs propagation does not work for any models you registered into the model registry while at those earlier versions; only models registered into model registry from a {rhoai-short} 2.25 model catalog have their model cards transferred to {product-very-short} as TechDocs.
1318

1419
* For the rest of the features, version 2.20 or later suffices. Enabling model registry and its associated dashboard allows for a user experience that more directly allows for customizing AI Model metadata.
1520

@@ -42,7 +47,7 @@ plugins:
4247
** If {product-very-short} was installed using the Operator, modify your {product-very-short} custom resource (CR) instance.
4348
** If {product-very-short} was installed using the Helm charts, modify the *Deployment* specification.
4449

45-
. The system relies on three sidecar containers (Model Catalog Bridge) running alongside the `backstage-backend` container. Add these sidecar containers to your configuration referencing the `rhdh-rhoai-bridge-token` Secret:
50+
. The system relies on three sidecar containers (model catalog bridge) running alongside the `backstage-backend` container. Add these sidecar containers to your configuration referencing the `rhdh-rhoai-bridge-token` Secret:
4651
** `location`: Provides the REST API for {product-very-short} plugins to fetch model metadata.
4752
** `storage-rest`: Maintains a cache of AI Model metadata in a ConfigMap called `bac-import-model`.
4853
** `rhoai-normalizer`: Acts as a Kubernetes controller and {rhoai-short} client, normalizing {rhoai-short} metadata for the connector. The following code block is an example:

0 commit comments

Comments
 (0)