From 3a454be9b237b99d3aefe85b17ea424dd3a266d1 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 6 Mar 2025 15:47:20 -0800 Subject: [PATCH] docs: add back eval concept doc (#1456) # What does this PR do? - add eval concept doc in Core Concept tab [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan image cc @SLR722 [//]: # (## Documentation) --- docs/source/concepts/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/concepts/index.md b/docs/source/concepts/index.md index c839266b6..969e12c1a 100644 --- a/docs/source/concepts/index.md +++ b/docs/source/concepts/index.md @@ -1,5 +1,13 @@ # Core Concepts + +```{toctree} +:maxdepth: 1 +:hidden: + +evaluation_concepts +``` + Given Llama Stack's service-oriented philosophy, a few concepts and workflows arise which may not feel completely natural in the LLM landscape, especially if you are coming with a background in other frameworks.