mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
add to docs
This commit is contained in:
parent
73b6dd7af1
commit
f09b8c607f
2 changed files with 12 additions and 0 deletions
11
docs/source/getting_started/notebooks.md
Normal file
11
docs/source/getting_started/notebooks.md
Normal file
|
@ -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.
|
|
@ -59,6 +59,7 @@ getting_started/index
|
|||
concepts/index
|
||||
distributions/index
|
||||
building_applications/index
|
||||
getting_started/notebooks
|
||||
playground/index
|
||||
contributing/index
|
||||
references/index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue