From a9ffc2534941f7041f340e6de63da962eed0c631 Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 29 Nov 2024 19:20:21 +0800 Subject: [PATCH 1/7] fix links between guide pages --- docs/zero_to_hero_guide/01_Local_Cloud_Inference101.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/01_Local_Cloud_Inference101.ipynb b/docs/zero_to_hero_guide/01_Local_Cloud_Inference101.ipynb index 7225f07417..bdfd3520f9 100644 --- a/docs/zero_to_hero_guide/01_Local_Cloud_Inference101.ipynb +++ b/docs/zero_to_hero_guide/01_Local_Cloud_Inference101.ipynb @@ -231,7 +231,7 @@ "source": [ "Thanks for checking out this notebook! \n", "\n", - "The next one will be a guide on [Prompt Engineering](./01_Prompt_Engineering101.ipynb), please continue learning!" + "The next one will be a guide on [Prompt Engineering](./02_Prompt_Engineering101.ipynb), please continue learning!" ] } ], From 5544547bafa391e115633ce27e4f1909566561a5 Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 29 Nov 2024 19:23:25 +0800 Subject: [PATCH 2/7] Update 02_Prompt_Engineering101.ipynb --- docs/zero_to_hero_guide/02_Prompt_Engineering101.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/02_Prompt_Engineering101.ipynb b/docs/zero_to_hero_guide/02_Prompt_Engineering101.ipynb index c66192d81f..c1c8a5aa9e 100644 --- a/docs/zero_to_hero_guide/02_Prompt_Engineering101.ipynb +++ b/docs/zero_to_hero_guide/02_Prompt_Engineering101.ipynb @@ -276,7 +276,7 @@ "source": [ "Thanks for checking out this notebook! \n", "\n", - "The next one will be a guide on how to chat with images, continue to the notebook [here](./02_Image_Chat101.ipynb). Happy learning!" + "The next one will be a guide on how to chat with images, continue to the notebook [here](./03_Image_Chat101.ipynb). Happy learning!" ] } ], From 2e82289a681b33bb4147feb42b225b41efe8220a Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 29 Nov 2024 19:24:03 +0800 Subject: [PATCH 3/7] Update 03_Image_Chat101.ipynb --- docs/zero_to_hero_guide/03_Image_Chat101.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/03_Image_Chat101.ipynb b/docs/zero_to_hero_guide/03_Image_Chat101.ipynb index 93042f3fcc..02c32191fd 100644 --- a/docs/zero_to_hero_guide/03_Image_Chat101.ipynb +++ b/docs/zero_to_hero_guide/03_Image_Chat101.ipynb @@ -175,7 +175,7 @@ "source": [ "Thanks for checking out this notebook! \n", "\n", - "The next one in the series will teach you one of the favorite applications of Large Language Models: [Tool Calling](./03_Tool_Calling101.ipynb). Enjoy!" + "The next one in the series will teach you one of the favorite applications of Large Language Models: [Tool Calling](./04_Tool_Calling101.ipynb). Enjoy!" ] } ], From d9a268f02fd8d358c805994b4d2dec0a86984e3f Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 29 Nov 2024 19:25:09 +0800 Subject: [PATCH 4/7] Update 05_Memory101.ipynb --- docs/zero_to_hero_guide/05_Memory101.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/05_Memory101.ipynb b/docs/zero_to_hero_guide/05_Memory101.ipynb index e7e64d8fad..d5263dc625 100644 --- a/docs/zero_to_hero_guide/05_Memory101.ipynb +++ b/docs/zero_to_hero_guide/05_Memory101.ipynb @@ -373,7 +373,7 @@ "source": [ "Awesome, now we can embed all our notes with Llama-stack and ask it about the meaning of life :)\n", "\n", - "Next up, we will learn about the safety features and how to use them: [notebook link](./05_Safety101.ipynb)" + "Next up, we will learn about the safety features and how to use them: [notebook link](./06_Safety101.ipynb)" ] } ], From 2e7e2f4fb340ce31ddd0024aff70767a21e27457 Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 29 Nov 2024 19:26:13 +0800 Subject: [PATCH 5/7] Update 06_Safety101.ipynb --- docs/zero_to_hero_guide/06_Safety101.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/06_Safety101.ipynb b/docs/zero_to_hero_guide/06_Safety101.ipynb index bf37e83eaf..6b5bd53bf1 100644 --- a/docs/zero_to_hero_guide/06_Safety101.ipynb +++ b/docs/zero_to_hero_guide/06_Safety101.ipynb @@ -107,7 +107,7 @@ "source": [ "Thanks for leaning about the Safety API of Llama-Stack. \n", "\n", - "Finally, we learn about the Agents API, [here](./06_Agents101.ipynb)" + "Finally, we learn about the Agents API, [here](./07_Agents101.ipynb)." ] } ], From fd3b060f589e89b09905813d49ac9b34f067b28e Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 29 Nov 2024 19:28:39 +0800 Subject: [PATCH 6/7] Update 05_Memory101.ipynb --- docs/zero_to_hero_guide/05_Memory101.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zero_to_hero_guide/05_Memory101.ipynb b/docs/zero_to_hero_guide/05_Memory101.ipynb index d5263dc625..21678fd556 100644 --- a/docs/zero_to_hero_guide/05_Memory101.ipynb +++ b/docs/zero_to_hero_guide/05_Memory101.ipynb @@ -373,7 +373,7 @@ "source": [ "Awesome, now we can embed all our notes with Llama-stack and ask it about the meaning of life :)\n", "\n", - "Next up, we will learn about the safety features and how to use them: [notebook link](./06_Safety101.ipynb)" + "Next up, we will learn about the safety features and how to use them: [notebook link](./06_Safety101.ipynb)." ] } ], From e934c1a27ea0c3f376d5e5e28c8d919b5c739a1c Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 29 Nov 2024 19:32:50 +0800 Subject: [PATCH 7/7] Update README.md Update link URLs to point to correct page. --- docs/zero_to_hero_guide/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/zero_to_hero_guide/README.md b/docs/zero_to_hero_guide/README.md index 449e40430e..9b373fd9a7 100644 --- a/docs/zero_to_hero_guide/README.md +++ b/docs/zero_to_hero_guide/README.md @@ -229,13 +229,13 @@ This command initializes the model to interact with your local Llama Stack insta **Explore Other Guides**: Dive deeper into specific topics by following these guides: - [Understanding Distribution](https://llama-stack.readthedocs.io/en/latest/getting_started/index.html#decide-your-inference-provider) - [Inference 101](00_Inference101.ipynb) -- [Local and Cloud Model Toggling 101](00_Local_Cloud_Inference101.ipynb) -- [Prompt Engineering](01_Prompt_Engineering101.ipynb) -- [Chat with Image - LlamaStack Vision API](02_Image_Chat101.ipynb) -- [Tool Calling: How to and Details](03_Tool_Calling101.ipynb) -- [Memory API: Show Simple In-Memory Retrieval](04_Memory101.ipynb) -- [Using Safety API in Conversation](05_Safety101.ipynb) -- [Agents API: Explain Components](06_Agents101.ipynb) +- [Local and Cloud Model Toggling 101](01_Local_Cloud_Inference101.ipynb) +- [Prompt Engineering](02_Prompt_Engineering101.ipynb) +- [Chat with Image - LlamaStack Vision API](03_Image_Chat101.ipynb) +- [Tool Calling: How to and Details](04_Tool_Calling101.ipynb) +- [Memory API: Show Simple In-Memory Retrieval](05_Memory101.ipynb) +- [Using Safety API in Conversation](06_Safety101.ipynb) +- [Agents API: Explain Components](07_Agents101.ipynb) **Explore Client SDKs**: Utilize our client SDKs for various languages to integrate Llama Stack into your applications: