From 701753fdfff516048e83d82ab0f480eeb70d6342 Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Thu, 23 Jan 2025 12:05:35 -0800 Subject: [PATCH] adding readme to docs folder for easier discoverability of notebooks and subfolders --- docs/readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/readme.md diff --git a/docs/readme.md b/docs/readme.md new file mode 100644 index 000000000..07adc2233 --- /dev/null +++ b/docs/readme.md @@ -0,0 +1,12 @@ +# Llama Stack Documentation + +Here's a collection of comprehensive guides, examples, and resources for building AI applications with Llama Stack. For the complete documentation, visit our [ReadTheDocs page](https://llama-stack.readthedocs.io/en/latest/index.html). + +## Content + +Try out Llama Stack's capabilities through our detailed Jupyter notebooks: + +* [Building AI Applications Notebook](./notebooks/Llama_Stack_Building_AI_Applications.ipynb) - A comprehensive guide to building production-ready AI applications using Llama Stack +* [Benchmark Evaluations Notebook](./notebooks/Llama_Stack_Benchmark_Evals.ipynb) - Detailed performance evaluations and benchmarking results +* [Zero-to-Hero Guide](./notebooks/Llama_Stack_Zero_to_Hero_Guide.ipynb) - Step-by-step guide for getting started with Llama Stack +* [Llama Stack Apps](https://github.com/meta-llama/llama-stack-apps/tree/main) - A collection of example applications built on top of Llama Stack