Skip to content

Commit cc8db3c

Browse files
committed
update
1 parent 0083b21 commit cc8db3c

File tree

7 files changed

+14
-3
lines changed

7 files changed

+14
-3
lines changed

docs/_static/intro/kasm-2-1.png

151 KB
Loading

docs/class4/_static/class4-1.png

29.7 KB
Loading

docs/class4/_static/class4-2.png

6.33 KB
Loading

docs/class4/_static/class4-3.png

330 KB
Loading

docs/class4/_static/class4-4.png

-36.3 KB
Loading

docs/class4/class4.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Class 4: Enhance Modern Application with GenAI ChatBot
55

66
In previous class, you successfully build a GenAI RAG chatbot using langchain framework with Flowise AI. In this class, we will learn how to integrate flowise chat into Arcadia Financial application.
77

8+
What You’ll Learn in This Lab
9+
-----------------------------
10+
In this lab, you will learn how to:
11+
1. Integrate AI Service (RAG ChatBot) into Arcadia Trading
12+
2. Validate GenAI RAG Chatbot in Arcadia Trading Application
13+
3. Understand Security Risks of GenAI Chatbot that expose Sensitive Information (PII) and System Prompt Leakage.
14+
15+
816

917
1 - Integrate AI Service (RAG ChatBot) into Arcadia Trading
1018
-----------------------------------------------------------
@@ -23,15 +31,15 @@ We need the **chatflowid** and **apihost** to use in our code.
2331

2432
.. image:: ./_static/class4-3.png
2533

26-
Update our frontend apps to incorporate flowise **chatflowid** and **chatai_apihost**
34+
Update our frontend apps to incorporate flowise **chatflowid** and **apiHost**
2735

2836
.. attention::
29-
You need to be familiar to use **vi** editor or any editor of you choice in Linux. You likely will need to update/edit "chatflowid" as its a dynamic value everytime you load the chatflow. **chatai_apihost** is static and pointing to langchain API endpoint - https://llm-orch.ai.local, which based on our lab setup.
37+
You need to be familiar to use **vi** editor or any editor of you choice in Linux. You likely will need to update/edit "chatflowid" as its a dynamic value everytime you load the chatflow. **apihost** is static and pointing to langchain API endpoint - https://llm-orch.ai.local, which based on our lab setup.
3038

3139

3240
.. code-block:: bash
3341
34-
cd ~/webapps/arcadia/frontend
42+
cd ~/ai-apps/arcadia/frontend
3543
3644
.. code-block:: bash
3745

docs/prerequisite/prerequisite.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ You may be asked to allow text and images copies to the clipboard. Please allow
5858
.. image:: /_static/intro/kasm-2.png
5959

6060

61+
If you have issues on the KASM desktop resolution, you can change the resolution from the setting as shown below.
62+
63+
.. image:: /_static/intro/kasm-2-1.png
6164

6265
Windows11 Jumphost Console
6366
--------------------------

0 commit comments

Comments
 (0)