From f09b8c607fea91a4a2b8184c562be718777f3713 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 12 Dec 2024 17:57:12 -0800 Subject: [PATCH] add to docs --- docs/source/getting_started/notebooks.md | 11 +++++++++++ docs/source/index.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/source/getting_started/notebooks.md diff --git a/docs/source/getting_started/notebooks.md b/docs/source/getting_started/notebooks.md new file mode 100644 index 000000000..689f27ac5 --- /dev/null +++ b/docs/source/getting_started/notebooks.md @@ -0,0 +1,11 @@ +# Llama Stack Notebooks + +In these sets of notebooks, we will walk you through the main sets of APIs we offer with Llama Stack with working examples to explore the possibilities that Llama Stack opens up for you. + +Please use the following Google Colab links to explore the notebooks: + +## Table of Contents +1. [Llama Stack Showcase](https://colab.research.google.com/drive/1F2ksmkoGQPa4pzRjMOE6BXWeOxWFIW6n?usp=sharing): How you can build LLM-powered agentic applications using Llama Stack. + + +2. [Llama Stack Eval](https://colab.research.google.com/drive/10CHyykee9j2OigaIcRv47BKG9mrNm0tJ): How you can use Llama Stack for running evaluations on your LLM-powered applications. diff --git a/docs/source/index.md b/docs/source/index.md index 19835cfc9..27acb4474 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -59,6 +59,7 @@ getting_started/index concepts/index distributions/index building_applications/index +getting_started/notebooks playground/index contributing/index references/index