From e4865c3510f0afe9cb39bb5d45145c32cc41565a Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Tue, 28 Jan 2025 04:58:46 -0800 Subject: [PATCH] =?UTF-8?q?adding=20readme=20to=20docs=20folder=20for=20ea?= =?UTF-8?q?sier=20discoverability=20of=20notebooks=20=E2=80=A6=20(#857)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as titled image --- docs/readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/readme.md diff --git a/docs/readme.md b/docs/readme.md new file mode 100644 index 000000000..f345fdee6 --- /dev/null +++ b/docs/readme.md @@ -0,0 +1,11 @@ +# 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