Skip to content

Commit 76dc5cc

Browse files
committed
ENG-24977 initial draft on how to enable and access the chatbot interface within a dsp
1 parent a7b5c80 commit 76dc5cc

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
:_module-type: PROCEDURE
2+
3+
[id="accessing-the-chat-bot-interface_{context}"]
4+
= Accessing the chat bot interface
5+
6+
[role='_abstract']
7+
Embedding a Llama stack large language model (LLM) chat bot interface directly into a data science project gives you immediate, context-aware assistance without switching tools. This allows you to quickly explore model parameters, troubleshoot errors, and experiment interactively within a data science project.
8+
9+
[IMPORTANT]
10+
====
11+
By default, the chat bot interface is hidden from appearing from within the data science project user interface. To show the user interface components associated with the chat bot interface, set the `disableLlamaStackClient` value to `false` in the `OdhDashboardConfig` custom resource (CR) in {openshift-platform}.
12+
ifndef::upstream[]
13+
For more information, see link:{rhoaidocshome}/html/managing_openshift_ai/customizing-the-dashboard#ref-dashboard-configuration-options_dashboard[Dashboard configuration options].
14+
endif::[]
15+
ifdef::upstream[]
16+
For more information, see link:{odhdocshome}/managing-odh/#ref-dashboard-configuration-options_dashboard[Dashboard configuration options].
17+
endif::[]
18+
====
19+
20+
.Prerequisites
21+
* You have logged in to {productname-long}.
22+
* The `disableLlamaStackClient` feature flag value is set to `false` in the `OdhDashboardConfig` custom resource (CR) in {openshift-platform}.
23+
ifndef::upstream[]
24+
* If you are using {productname-short} groups, you are part of the user group or admin group (for example, {oai-user-group} or {oai-admin-group}) in OpenShift.
25+
endif::[]
26+
ifdef::upstream[]
27+
* If you are using {productname-short} groups, you are part of the user group or admin group (for example, {odh-user-group} or {odh-admin-group}) in OpenShift.
28+
endif::[]
29+
* You have created a data science project.
30+
31+
.Procedure
32+
. From the {productname-short} dashboard, click *Data science projects*.
33+
+
34+
The *Data science projects* page opens.
35+
. Click the data science project for which you want to access the chat bot.
36+
+
37+
A project details page opens.
38+
. Click the *Chat bot* tab.
39+
+
40+
The LlamaStack chat bot interface appears.
41+
42+
.Verification
43+
* You can access the *Chat bot* tab from within a data science project.

0 commit comments

Comments
 (0)