Nemotron Use Case Examples#

This directory contains end-to-end examples demonstrating practical applications of NVIDIA Nemotron models.


📋 Overview#

These examples showcase complete implementations of agentic workflows, RAG systems, and other advanced use cases. Unlike the usage-cookbook which focuses on deployment and basic model usage, these examples demonstrate how to build production-ready applications.


Usage Examples Table of Contents#

Example

Description

[RAG Agent with Nemotron RAG Models](RAG Agent with Nemotron RAG Models/README.md)

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 Science ML Agent/README.md)

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.