Skip to content

Commit 8c1fa86

Browse files
committed
Post-event feedback updates
1 parent 03bc3fd commit 8c1fa86

File tree

8 files changed

+27
-13
lines changed

8 files changed

+27
-13
lines changed

docs/class1/module1/lab2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The output should resemble this:
4545
writing manifest
4646
success
4747
48-
2. Let's check to see if our models are indeed installed locally instead of within the container.
48+
2. Let's make sure your models are installed in the docker volume instead of within the container.
4949

5050
.. code-block:: bash
5151
17.1 KB
Loading

docs/class1/module2/lab2.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ Jumphost and select **WEB SHELL** as shown in the image below.
7575
cd /root/fabric
7676
docker build -t fabric .
7777
78-
4. This will take a few minutes. After the build completes, **create and run a new container**. This
78+
.. note::
79+
80+
This will take several minutes.
81+
82+
4. After the build completes, **create and run a new container**. This
7983
will dump you into the bash shell of the container.
8084
8185
.. code-block:: bash

docs/class1/module3/lab2.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,18 @@ Steps
2828

2929
.. image:: images/00_n8n_Interface.png
3030

31-
#. Enter account details and click **Next**. Make sure to use a real email address to get your license key, and
32-
check your junk folder if you don't get it quickly.
31+
.. note::
32+
33+
If you get a 500 error that the target is unreachable, kill the container in the webshell and start it again
34+
with the command in step 2 of the previous lab in this module.
35+
36+
#. Enter account details and click **Next**.
37+
38+
.. warning::
39+
40+
Make sure to use a real email address to get your license key, and check your junk folder if
41+
you don't get it quickly.
42+
3343

3444
.. image:: images/01_owner_account.png
3545

-159 KB
Loading
-159 KB
Loading

docs/class1/module4/lab2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ Review the Modelfile for the retail assistant below.
4444
4545
You can see how the model has been instructed to only be a retain assistant. Let's see how effective it is!
4646

47-
In your deployment, click on the **Components** tab, and under **Systems**, click **Access** on the
48-
LLM Server and select first the **OPEN WEBUI PROTECTED** and then **OPEN WEBUI UNPROTECTED** as shown in the
47+
In your deployment, click on the Components tab, and under Systems, click Access on the
48+
**LLM Server** and select **AIGW-PROTECTED** and then **AIGW-UNPROTECTED** as shown in the
4949
images below.
5050

5151
.. image:: images/01_llmserver_protected_interface.png
5252
.. image:: images/02_llmserver_unprotected_interface.png
5353

54-
You should have two browser windows now with the Open WebUI interface, one unprotected (red) and one protected
54+
You should have two browser windows now with custom Open WebUI interfaces, one unprotected (red) and one protected
5555
(green). I've placed them side by side and recommend you do the same.
5656

5757
.. image:: images/03_llmserver_openwebui_windows.png

docs/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
F5 Agility Labs Getting Started Doc
2-
===================================
1+
F5 AppWorld Labs Getting Started Doc
2+
====================================
33

4-
Welcome to the |classbold| for F5 Agility |year|
4+
Welcome to the |classbold| for F5 AppWorld |year|
55

66
.. attention::
7-
The Agility team is using this repo to document our "read-the-docs" process.
7+
The AppWorld team is using this repo to document our "read-the-docs" process.
88

99
|repoinfo|
1010

1111
.. note::
12-
Each Agility lab is typically broken down by "Class" --> "Module" --> "Lab".
12+
Each AppWorld lab is typically broken down by "Class" --> "Module" --> "Lab".
1313
Each section uses "toctree" to create the index and reference the content.
14-
Using this template should give the contributer several getting-started
14+
Using this template should give the contributor several getting-started
1515
RST examples.
1616

1717
.. toctree::

0 commit comments

Comments
 (0)