notebooks

This commit is contained in:
Xi Yan 2024-12-12 17:49:32 -08:00
parent a14785af46
commit d145bb629d
4 changed files with 7853 additions and 280 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

11
docs/notebooks/README.md Normal file
View 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.