Skip to content

RHAI-ENG-305-installation-update-for-odh - added RAG - Llamstack comp… #896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
5 changes: 5 additions & 0 deletions modules/installing-odh-components.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ You can use the OpenShift web console to install specific components of Open Dat
ifdef::upstream[]
* If you want to use the `trustyai` component, you must enable user workload monitoring as described in link:{odhdocshome}/monitoring-data-science-models/#configuring-monitoring-for-the-multi-model-serving-platform_monitor[Configuring monitoring for the multi-model serving platform].
endif::[]
* If you want to use the `RAG` component, your infrastructure supports GPU-enabled instance types, for example, `g4dn.xlarge` on AWS.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it is not what RHAIENG-305 is about. I think we should document that if user wants to use llamastack, he needs to enable llamastackoperator component in "datasciencecluster" custom resource.

* If you want to use the `kserve` or `modelmesh` components, you must have already installed the following Operator or Operators for the component. For information about installing an Operator, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/operators/administrator-tasks#olm-adding-operators-to-a-cluster[Adding Operators to a cluster].
+

Expand All @@ -37,6 +38,10 @@ endif::[]
| [Deprecated] modelmesh
| Prometheus Operator
| Community

| RAG (Llama Stack)
| Llama Stack Operator, Node Feature Discovery Operator, NVIDIA GPU Operator
| Red Hat
|===


Expand Down