Skip to content

Commit 06c12f4

Browse files
committed
flowise update and add kasm link
1 parent bb36ed5 commit 06c12f4

File tree

8 files changed

+46
-12
lines changed

8 files changed

+46
-12
lines changed
162 KB
Loading
180 KB
Loading
493 KB
Loading
460 KB
Loading
538 KB
Loading
153 KB
Loading
263 KB
Loading

docs/class5/class5.rst

Lines changed: 46 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,14 @@ RDP to access Windows10 Jumphost.
168168

169169
.. image:: ../_static/intro/intro-5.png
170170

171+
.. attention::
172+
Some user workstations do not permit outbound RDP. If RDP is not working, use the HTTP KASM Jumphost. Instructions here: https://clouddocs.f5.com/training/community/genai/html/prerequisite/prerequisite.html#kasm-desktop
173+
171174
Windows 10 RDP login password can be obtained as following
172175

173176
.. image:: ../_static/intro/intro-6.png
174177

178+
175179
Window 10 Jumphost
176180

177181
.. image:: ../_static/intro/intro-7.png
@@ -513,43 +517,73 @@ Use the following credentials
513517

514518
.. image:: ../class3/_static/class3-15-1.png
515519

516-
Under Chatflows, click arcadia-rag
520+
Click the icon to change Flowise UI to dark mode.
521+
522+
.. image:: ./_static/class5-12-b.png
523+
524+
Click **arcadia-rag**
517525

518-
Currently, GenAI RAG chatbot pointing to a different Ollama API endpoint. Lets update GenAI RAG Chatbot to point to AIGW API endpoint.
526+
.. image:: ./_static/class5-12-c.png
527+
528+
Currently, GenAI RAG chatbot points to a different Ollama API endpoint. Lets update GenAI RAG Chatbot to point to AIGW API endpoint.
519529

520530
.. Attention::
521531

522-
By default **ChatOllama** node to point to Ollama API endpoint as shown below. We need to update LLM orchestrator to point to AIGW API endpoint. This require changes to **ChatOpenAI Custom** node. We are using OpenAI API schema to connect to AIGW API endpoint.
532+
By default **ChatOllama** node points to Ollama API endpoint. We need to update LLM orchestrator to point to AIGW API endpoint. This require changes to **ChatOpenAI Custom** node. We are using OpenAI API schema to connect to AIGW API endpoint.
533+
534+
535+
Pan the Flowise UI to the top right by holding left-click and moving the mouse.
536+
537+
.. image:: ./_static/class5-12-d.png
523538

539+
Click the “+” button in the Flowise UI
524540

525-
Click the “+” button in the Flowise UI and search using keyword “custom”. We are going to use **ChatOpenAI Custom** node
541+
.. image:: ./_static/class5-12-e.png
526542

527-
Drag the **ChatOpenAI Custom** node onto the FlowiseAI canvas.
543+
Search using keyword “custom”. We are going to use **ChatOpenAI Custom** node
528544

529-
.. image:: ./_static/class5-12.png
545+
Drag the **ChatOpenAI Custom** node onto the FlowiseAI canvas to the top-right of the space (above the other objects).
530546

531-
Here a series of task that you may need to perform.
547+
.. image:: ./_static/class5-12-f.png
548+
549+
Overview - We will be performing multiple tasks on this node.
532550

533551
.. image:: ./_static/class5-13.png
534552

535-
1. Create a **Connect Credential.** We are going to use a dummy account
553+
1. Create a **Connect Credential** by clicking once in the empty field. We are going to create a dummy account called dummy-api-key.
536554

537555
.. image:: ./_static/class5-13-1.png
538556

539-
OpenAI API Key can be a dummy value. Example value: 42
540557

541-
.. image:: ./_static/class5-13-2.png
558+
559+
Enter the following credentials.
560+
561+
562+
+---------------------+---------------+
563+
| **CREDENTIAL NAME** | dummy-api-key |
564+
+---------------------+---------------+
565+
| **OpenAI Api Key** | 42 |
566+
+---------------------+---------------+
567+
568+
569+
Then click Add.
570+
571+
.. image:: ./_static/class5-13-2-a.png
542572

543573
2. You need to provide the model name - **llama3.2:1b**
544574

545575
.. image:: ./_static/class5-13-3.png
546576

547577

548-
1. You need to add the AIGW API endpoint (**https://aigw.ai.local/rag/v1**) via **Additional Parameters**. **Streaming** is currently experimental support from version 1.2.0 onwards. We can leave streaming as default enabled.
578+
3. You need to add the AIGW API endpoint (**https://aigw.ai.local/rag/v1**) via **Additional Parameters**. **Streaming** is currently experimental support from version 1.2.0 onwards. We can leave streaming as default enabled.
549579

550580
.. image:: ./_static/class5-13-4.png
551581

552-
4. Click the “x” on the link to break the link between **ChatOllama with Conversational Retrieval QA Chain** and connect **Conversational Retrieval QA Chain** to **ChatOpenAI Custom** node. Click on save icon to save chatflow.
582+
4. Click the “x” on the link to break the link between **ChatOllama with Conversational Retrieval QA Chain**
583+
584+
.. image:: ./_static/class5-14-a.png
585+
586+
5. Connect **Conversational Retrieval QA Chain** to **ChatOpenAI Custom** node. Click on save icon to save chatflow.
553587

554588
.. image:: ./_static/class5-14.png
555589

0 commit comments

Comments
 (0)