Skip to content

Commit a41b914

Browse files
committed
Fixed typos
Forgot some words, fixed typos. Signed-off-by: JJ Asghar <[email protected]>
1 parent dd15a59 commit a41b914

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Our overarching goals of this workshop is as follows:
3838
| [Lab 3.5: Configuring Open-WebUI](lab-3.5/README.md) | Let's configure Open-WebUI or AnythingLLM |
3939
| [Lab 4: Prompt engineering overview](lab-4/README.md) | Let's learn about leveraging and engaging with the `granite3.1-dense` model |
4040
| [Lab 5: Useful prompts and use cases](lab-5/README.md) | Let's get some good over arching prompts and uses cases with `granite3.1-dense` model |
41+
| [Lab 6: Using AnythingLLM for a local RAG](lab-6/README.md) | Let's build a local RAG and use `granite3.1-dense` to talk to it |
4142

4243
!!! success
4344
Thank you SO MUCH for joining us on this workshop, if you have any thoughts or questions

docs/lab-6/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ What was the US federal budget for 2024?
8282

8383
You should come back with something like the following, it may be different, but the gist is there.
8484

85-
![doesnt know the budget](../images/doesnt_know.png)
85+
![doesnt know the budget](../images/doent_know.png)
8686

8787
Not great right? Well now we need to give it a way to look up this data, luckly, we have a backed up
8888
copy of the budget pdf [here](https://github.com/user-attachments/files/18510560/budget_fy2024.pdf).

0 commit comments

Comments
 (0)