Skip to main content

MFE-IT

Intelligence artificielle

NVIDIA DLI–Building RAG Agents with LLMs Training Course

NVIDIA DLI–Building RAG Agents with LLMs Training Course
Guaranteed sessions from 1 enrollee  •  No postponement risk except force majeure  •  60% hands-on
Key information
Duration1 day(s) / 7 h
Price790 € excl. VAT
FormatDistance learning, On-site at your premises
LevelAdvanced
CertifyingNo
TailoredCustomizable programme

Upcoming sessions

22 Fév. 2027
15 Mars 2027
12 Avr. 2027
10 Mai 2027

Would you like to schedule this training on a specific date? Contact us by email or via the contact form.

Description of the training: NVIDIA DLI–Building RAG Agents with LLMs Training Course
FAQ–Frequently asked questions about the NVIDIA DLI Building RAG Agents with LLMs Training Course What is a RAG agent?

A RAG (Retrieval-Augmented Generation) agent is an AI system that combines an LLM (Large Language Model) with a semantic search engine over your enterprise data (documents, knowledge bases, wikis). Instead of inventing answers, the LLM cites your internal sources, which drastically reduces hallucinations. MFE-IT teaches you how to design these agents with NVIDIA tools (NIM, NeMo, LangChain).

What is the difference between RAG and fine-tuning an LLM?

RAG injects dynamic context at each query (recent data, private documents) without modifying the model. Fine-tuning changes the LLM’s weights to specialise its behaviour (style, domain). RAG is faster, cheaper and adapts in real time to your data; fine-tuning is preferable to impose a very specific tone or structure. They are often combined.

Which NVIDIA tools are used in this training?

The training covers the official NVIDIA building blocks: NIM (NVIDIA Inference Microservices for serving LLMs), NeMo Retriever (GPU-optimised embeddings and reranking), LangChain and LlamaIndex for orchestration, and vector databases such as Milvus or FAISS. A cloud GPU environment is provided by NVIDIA during the session.

How long is the NVIDIA DLI RAG Agents training?

The MFE-IT training lasts 1 day (7 hours), in a fully tailored format with a maximum of 3 participants per session. It covers intensively: document ingestion, chunking, embeddings, vector indexing, retrieval, prompting and RAG agent orchestration. An NVIDIA DLI certificate is awarded on completion and 30 days of post-training support are included.

{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is a RAG agent?","acceptedAnswer":{"@type":"Answer","text":"A RAG (Retrieval-Augmented Generation) agent is an AI system that combines an LLM (Large Language Model) with a semantic search engine over your enterprise data (documents, knowledge bases, wikis). Instead of inventing answers, the LLM cites your internal sources, which drastically reduces hallucinations. MFE-IT teaches you how to design these agents with NVIDIA tools (NIM, NeMo, LangChain)."}},{"@type":"Question","name":"What is the difference between RAG and fine-tuning an LLM?","acceptedAnswer":{"@type":"Answer","text":"RAG injects dynamic context at each query (recent data, private documents) without modifying the model. Fine-tuning changes the LLM’s weights to specialise its behaviour (style, domain). RAG is faster, cheaper and adapts in real time to your data; fine-tuning is preferable to impose a very specific tone or structure. They are often combined."}},{"@type":"Question","name":"Which NVIDIA tools are used in this training?","acceptedAnswer":{"@type":"Answer","text":"The training covers the official NVIDIA building blocks: NIM (NVIDIA Inference Microservices for serving LLMs), NeMo Retriever (GPU-optimised embeddings and reranking), LangChain and LlamaIndex for orchestration, and vector databases such as Milvus or FAISS. A cloud GPU environment is provided by NVIDIA during the session."}},{"@type":"Question","name":"How long is the NVIDIA DLI RAG Agents training?","acceptedAnswer":{"@type":"Answer","text":"The MFE-IT training lasts 1 day (7 hours), in a fully tailored format with a maximum of 3 participants per session. It covers intensively: document ingestion, chunking, embeddings, vector indexing, retrieval, prompting and RAG agent orchestration. An NVIDIA DLI certificate is awarded on completion and 30 days of post-training support are included."}}]} .elementor-accordion .elementor-tab-title .elementor-accordion-icon{margin-right:10px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon + a,.elementor-accordion .elementor-tab-title .elementor-accordion-title{padding-left:4px}
Good to know
Good to know

Training delivered in French, original content in English. Our sessions are guaranteed from a single registrant, with no risk of postponement (except in cases of force majeure). A prior interview takes place between the participant and a company representative to fully take into account the participant’s profile (level, needs, professional context, challenges, etc.). Evaluation: during the training, the trainer assesses participants’ learning progress through quizzes, role-plays and practical exercises. Participants receive a certificate of achievement at the end of the training. This training is part of our catalogue. Discover our other AI training courses to fully harness the potential of machine learning, LLMs and generative AI.

Objectives of the training: NVIDIA DLI–Building RAG Agents with LLMs Training Course
Objectives of the NVIDIA DLI Building RAG Agents with LLMs Training Course
  • By the end of this training:
  • Understand the RAG architecture and its benefits
  • Build indexing and vector search pipelines
  • Integrate external knowledge bases with LLMs
  • Design autonomous agents with LangChain
  • Deploy RAG solutions at scale
Prerequisites of the training: NVIDIA DLI–Building RAG Agents with LLMs Training Course
Prerequisites for the NVIDIA DLI Building RAG Agents with LLMs Training Course

Intermediate Python and basic knowledge of LLMs. The NVIDIA DLI Prompt Engineering training is recommended. Because every participant is unique, a personalised interview with our expert allows us to design a training course perfectly aligned with their goals, level and professional challenges.

Target audience of the training: NVIDIA DLI–Building RAG Agents with LLMs Training Course
Target audience of the NVIDIA DLI Building RAG Agents with LLMs Training Course

AI developers, solution architects, data engineers, and professionals wishing to master RAG on NVIDIA GPUs.

Detailed programme of the training: NVIDIA DLI–Building RAG Agents with LLMs Training Course

Download the programme (PDF)

RAG fundamentals
  • Limitations of LLMs alone and the principle of RAG
  • Embeddings and vector representations
  • Full architecture: retrieval, augmentation, generation
  • Lab: first RAG pipeline
Indexing and vector search
  • Vector databases: Milvus, FAISS, Chroma
  • Document chunking and indexing
  • Semantic search and scoring
  • Lab: indexing and vector search
Advanced RAG agents
  • LangChain agents with reasoning
  • Multiple tools and data sources
  • Conversational memory
  • Lab: multimodal RAG agent
Deployment and evaluation
  • Optimisation on NVIDIA GPUs
  • Quality metrics
  • Production deployment
  • Final assessment for the NVIDIA DLI certificate
Course highlights
  • Focuses on building RAG agents with LLMs
  • Covers the RAG architecture and its advantages
  • Delivers a 100% hands-on, GPU-based learning experience
  • Awards a recognised NVIDIA DLI certificate
FAQ
What is a RAG agent?

A RAG (Retrieval-Augmented Generation) agent is an AI system that combines an LLM (Large Language Model) with a semantic search engine over your enterprise data (documents, knowledge bases, wikis). Instead of inventing answers, the LLM cites your internal sources, which drastically reduces hallucinations. MFE-IT teaches you how to design these agents with NVIDIA tools (NIM, NeMo, LangChain).

What is the difference between RAG and fine-tuning an LLM?

RAG injects dynamic context at each query (recent data, private documents) without modifying the model. Fine-tuning changes the LLM’s weights to specialise its behaviour (style, domain). RAG is faster, cheaper and adapts in real time to your data; fine-tuning is preferable to impose a very specific tone or structure. They are often combined.

Which NVIDIA tools are used in this training?

The training covers the official NVIDIA building blocks: NIM (NVIDIA Inference Microservices for serving LLMs), NeMo Retriever (GPU-optimised embeddings and reranking), LangChain and LlamaIndex for orchestration, and vector databases such as Milvus or FAISS. A cloud GPU environment is provided by NVIDIA during the session.

How long is the NVIDIA DLI RAG Agents training?

The MFE-IT training lasts 1 day (7 hours), in a fully tailored format with a maximum of 3 participants per session. It covers intensively: document ingestion, chunking, embeddings, vector indexing, retrieval, prompting and RAG agent orchestration. An NVIDIA DLI certificate is awarded on completion and 30 days of post-training support are included.