diff --git a/docs/source/cookbooks/index.md b/docs/source/cookbooks/index.md index 5f0f98c6b..5c29decf3 100644 --- a/docs/source/cookbooks/index.md +++ b/docs/source/cookbooks/index.md @@ -1,15 +1,15 @@ -# Cookbooks +# Llama Stack Cookbooks In these sets of cookbooks, 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. -- [**Llama Stack Building AI Applications**](../building_applications/index.md): How you can build LLM-powered agentic applications using Llama Stack. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1F2ksmkoGQPa4pzRjMOE6BXWeOxWFIW6n?usp=sharing) +- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1F2ksmkoGQPa4pzRjMOE6BXWeOxWFIW6n?usp=sharing)[**Llama Stack Building AI Applications**](../building_applications/index): How you can build LLM-powered agentic applications using Llama Stack. -- [**Llama Stack Evaluations Flow**](evals.md): How you can use Llama Stack for running evaluations on your LLM-powered applications. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/10CHyykee9j2OigaIcRv47BKG9mrNm0tJ?usp=sharing) +- [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/10CHyykee9j2OigaIcRv47BKG9mrNm0tJ?usp=sharing)[**Llama Stack Evaluations Flow**](evals): How you can use Llama Stack for running evaluations on your LLM-powered applications. ```{toctree} :maxdepth: 2 :hidden: -evals.md +evals ``` diff --git a/docs/source/getting_started/notebooks.md b/docs/source/getting_started/notebooks.md deleted file mode 100644 index 689f27ac5..000000000 --- a/docs/source/getting_started/notebooks.md +++ /dev/null @@ -1,11 +0,0 @@ -# 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 541f8e389..48830d94c 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -60,13 +60,7 @@ concepts/index distributions/index building_applications/index playground/index +cookbooks/index contributing/index references/index -cookbooks/index ``` - -