From b6681b5264cdbcbd4f712e17d483d049c225535d Mon Sep 17 00:00:00 2001 From: Marc Romeyn Date: Thu, 18 Dec 2025 16:07:33 +0100 Subject: [PATCH] Fix for docs Signed-off-by: Marc Romeyn --- use-case-examples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/use-case-examples/README.md b/use-case-examples/README.md index e59c57a10..bd167492b 100644 --- a/use-case-examples/README.md +++ b/use-case-examples/README.md @@ -6,7 +6,7 @@ This directory contains end-to-end examples demonstrating practical applications ## 📋 Overview -These examples showcase **complete implementations** of agentic workflows, RAG systems, and other advanced use cases. Unlike the [usage-cookbook](../usage-cookbook/) which focuses on deployment and basic model usage, these examples demonstrate how to build production-ready applications. +These examples showcase **complete implementations** of agentic workflows, RAG systems, and other advanced use cases. Unlike the {doc}`usage-cookbook ` which focuses on deployment and basic model usage, these examples demonstrate how to build production-ready applications. --- @@ -14,5 +14,5 @@ These examples showcase **complete implementations** of agentic workflows, RAG s | Example | Description | |---------|-------------| -| [RAG Agent with Nemotron RAG Models](./RAG%20Agent%20with%20Nemotron%20RAG%20Models/) | End-to-end example of a Retrieval-Augmented Generation (RAG) agent workflow using Nemotron RAG models through Hugging Face and Nemotron 9B hosted through build.nvidia.com models | -| [Data Science ML Agent](./Data%20Science%20ML%20Agent/) | End-to-end example of a natural language-driven data science and machine learning agent powered by NVIDIA GPUs. The agent allows users to perform data exploration, model training, and hyperparameter optimization interactively using RAPIDS cuDF and cuML for GPU acceleration.| +| {doc}`RAG Agent with Nemotron RAG Models ` | End-to-end example of a Retrieval-Augmented Generation (RAG) agent workflow using Nemotron RAG models through Hugging Face and Nemotron 9B hosted through build.nvidia.com models | +| {doc}`Data Science ML Agent ` | End-to-end example of a natural language-driven data science and machine learning agent powered by NVIDIA GPUs. The agent allows users to perform data exploration, model training, and hyperparameter optimization interactively using RAPIDS cuDF and cuML for GPU acceleration.|