From eaba6a550aa6bbff1c81066901dd927fe8d8af02 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Fri, 24 Jan 2025 10:00:09 -0800 Subject: [PATCH] Point to 0.1.0 release notes in docs --- docs/source/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/index.md b/docs/source/index.md index 1b9f450a6..6ed76c66d 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,5 +1,12 @@ +```{admonition} News +:class: tip + +Llama Stack 0.1.0 is now available! See the [release notes](https://github.com/meta-llama/llama-stack/releases/tag/v0.1.0) for more details. +``` + # Llama Stack + Llama Stack defines and standardizes the core building blocks needed to bring generative AI applications to market. It provides a unified set of APIs with implementations from leading service providers, enabling seamless transitions between development and production environments. More specifically, it provides - **Unified API layer** for Inference, RAG, Agents, Tools, Safety, Evals, and Telemetry.