From 1c3410b7fe92916aa327a80c776300bf95ed19f2 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Fri, 21 Feb 2025 13:19:23 -0500 Subject: [PATCH] Added a short blob for each section and removed ios Signed-off-by: Francisco Javier Arceo --- docs/source/providers/index.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/source/providers/index.md b/docs/source/providers/index.md index 3d2420c9f..4371ca623 100644 --- a/docs/source/providers/index.md +++ b/docs/source/providers/index.md @@ -12,24 +12,31 @@ Providers come in two flavors: Importantly, Llama Stack always strives to provide at least one fully "local" provider for each API so you can iterate on a fully featured environment locally. ## Agents +Run multi-step agentic workflows with LLMs with tool usage, memory (RAG), etc. ## DatasetIO +Interfaces with datasets and data loaders. ## Eval +Generates outputs (via Inference or Agents) and perform scoring. ## Inference - -## iOS +Runs inference with an LLM. ## Post Training +Fine-tunes a model. ## Safety +Applies safety policies to the output at a Systems (not only model) level. ## Scoring +Evaluates the outputs of the system. ## Telemetry +Collects telemetry data from the system. ## Tool Runtime +Is associated with the ToolGroup resouces. ## Vector IO