You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/class5/class5.rst
+46-12Lines changed: 46 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,10 +168,14 @@ RDP to access Windows10 Jumphost.
168
168
169
169
.. image:: ../_static/intro/intro-5.png
170
170
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
+
171
174
Windows 10 RDP login password can be obtained as following
172
175
173
176
.. image:: ../_static/intro/intro-6.png
174
177
178
+
175
179
Window 10 Jumphost
176
180
177
181
.. image:: ../_static/intro/intro-7.png
@@ -513,43 +517,73 @@ Use the following credentials
513
517
514
518
.. image:: ../class3/_static/class3-15-1.png
515
519
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**
517
525
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.
519
529
520
530
.. Attention::
521
531
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
523
538
539
+
Click the “+” button in the Flowise UI
524
540
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
526
542
527
-
Drag the **ChatOpenAI Custom** node onto the FlowiseAI canvas.
543
+
Search using keyword “custom”. We are going to use **ChatOpenAI Custom** node
528
544
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).
530
546
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.
532
550
533
551
.. image:: ./_static/class5-13.png
534
552
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.
536
554
537
555
.. image:: ./_static/class5-13-1.png
538
556
539
-
OpenAI API Key can be a dummy value. Example value: 42
540
557
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
542
572
543
573
2. You need to provide the model name - **llama3.2:1b**
544
574
545
575
.. image:: ./_static/class5-13-3.png
546
576
547
577
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.
549
579
550
580
.. image:: ./_static/class5-13-4.png
551
581
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.
0 commit comments