From 7df40da5faaae64f8c721f457e8ff498abdc762c Mon Sep 17 00:00:00 2001 From: Dinesh Yeduguru Date: Thu, 23 Jan 2025 12:43:09 -0800 Subject: [PATCH] sync readme.md to index.md (#860) # What does this PR do? README has some new content that is being synced to index.md --- docs/source/index.md | 8 +++++++- docs/source/introduction/index.md | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/source/index.md b/docs/source/index.md index 532e0fa20..f44da2b18 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,6 +1,12 @@ # 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. +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. +- **Plugin architecture** to support the rich ecosystem of implementations of the different APIs in different environments like local development, on-premises, cloud, and mobile. +- **Prepackaged verified distributions** which offer a one-stop solution for developers to get started quickly and reliably in any environment +- **Multiple developer interfaces** like CLI and SDKs for Python, Node, iOS, and Android +- **Standalone applications** as examples for how to build production-grade AI applications with Llama Stack We focus on making it easy to build production applications with the Llama model family - from the latest Llama 3.3 to specialized models like Llama Guard for safety. diff --git a/docs/source/introduction/index.md b/docs/source/introduction/index.md index beae53158..04c21cb7c 100644 --- a/docs/source/introduction/index.md +++ b/docs/source/introduction/index.md @@ -46,6 +46,10 @@ Llama Stack addresses these challenges through a service-oriented, API-first app - Federation and fallback support - No vendor lock-in +**Robust Ecosystem** +-Llama Stack is already integrated with distribution partners (cloud providers, hardware vendors, and AI-focused companies). +-Ecosystem offers tailored infrastructure, software, and services for deploying Llama models. + ### Our Philosophy