<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RAG &#8211; Réseau CERTA</title>
	<atom:link href="https://www.reseaucerta.org/tag/rag/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.reseaucerta.org</link>
	<description>Des ressources pour enseigner le numérique</description>
	<lastBuildDate>Wed, 06 May 2026 09:12:20 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.reseaucerta.org/wp-content/uploads/cours/cropped-favicon-certa-32x32.png</url>
	<title>RAG &#8211; Réseau CERTA</title>
	<link>https://www.reseaucerta.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Introduction à l&#8217;IA</title>
		<link>https://www.reseaucerta.org/introduction-a-lia/</link>
					<comments>https://www.reseaucerta.org/introduction-a-lia/#respond</comments>
		
		<dc:creator><![CDATA[Administrateur Certa]]></dc:creator>
		<pubDate>Wed, 06 May 2026 09:04:08 +0000</pubDate>
				<category><![CDATA[_BTS SIO]]></category>
		<category><![CDATA[Bloc 1 - Support et mise à disposition de services informatiques]]></category>
		<category><![CDATA[Côté labo 🧪]]></category>
		<category><![CDATA[📁 Ressources]]></category>
		<category><![CDATA[base de données vectorielle]]></category>
		<category><![CDATA[IA]]></category>
		<category><![CDATA[intelligence artificielle]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[modèle d'embedding]]></category>
		<category><![CDATA[modèle de langage]]></category>
		<category><![CDATA[RAG]]></category>
		<guid isPermaLink="false">https://www.reseaucerta.org/?p=10444</guid>

					<description><![CDATA[Découverte de certains principes de l’intelligence artificielle au travers d’un
système RAG (Retrieval-Augmented Generation)]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="10444" class="elementor elementor-10444">
				<div class="elementor-element elementor-element-0c516b5 e-flex e-con-boxed e-con e-parent" data-id="0c516b5" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7949e6f elementor-widget elementor-widget-text-editor" data-id="7949e6f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div style="max-width: 1100px; margin: 2rem auto; font-family: Arial,sans-serif; font-size: 15px; line-height: 1.6; box-shadow: 0 6px 18px rgba(0,0,0,0.06); border-radius: 8px; overflow: hidden;">
<div style="background: #8c104f; padding: 2rem 1.5rem; text-align: center;">
<div style="color: #ffffff !important; font-size: 22px; letter-spacing: 0.5px; text-transform: uppercase; font-weight: bold;">
<p class="p1">Découverte de certains principes de l’intelligence artificielle au travers d’un système RAG (Retrieval-Augmented Generation)</p>
</div>
</div>
<div style="background: #f7f9fc; padding: 1.8rem; border-left: 4px solid #8c104f;">
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Public concerné <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/1f393.svg" alt="&#x1f393;" /></div>
<div style="flex: 1;">
<ul style="margin: 0; padding-left: 18px;">
<li>BTS Services Informatiques aux Organisations</li>
</ul>
</div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Matière <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/1f4da.svg" alt="&#x1f4da;" /></div>
<div style="flex: 1;">
<ul style="margin: 0; padding-left: 18px;">
<li>Bloc 1 – Support et mise à disposition de services informatique</li>
</ul>
</div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Présentation <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/1f4cb.svg" alt="&#x1f4cb;" /></div>
<div style="flex: 1;">
<p>L’objectif de cette production est d’aborder certains concepts de l’intelligence artificielle à travers un système IA RAG (Retrieval-Augmented Generation), un modèle hybride combinant un mécanisme de recherche d’information et une génération de texte.</p>
<p>Une première IA analysera une base de documents (ici le texte du RGPD) afin de la vectoriser. Une deuxième IA sera chargée de formuler une réponse à partir des vecteurs trouvés par le SGBD vectoriel Chroma.</p>
<p>Une initiation aux bases de données vectorielles est également proposée.</p>
<p><strong>Contenu :</strong></p>
<ul style="margin-top: 8px; padding-left: 18px;">
<li>Fiche de présentation des éléments théoriques nécessaires à la réalisation des activités</li>
<li>Activité 1 : découverte d’une base de données vectorielle à travers un script Python</li>
<li>Activité 2 : découverte d’un système RAG complet à partir d’un code source Python rédigé par Yves Rougy</li>
</ul>
</div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Pré-requis <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/26a1.svg" alt="&#x26a1;" /></div>
<div style="flex: 1;">
<ul style="margin: 0; padding-left: 18px;">
<li>Commandes de base d’administration d’un système Linux Debian</li>
<li>Bases Python</li>
</ul>
</div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Savoirs <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/1f393.svg" alt="&#x1f393;" /></div>
<div style="flex: 1;">
<ul style="margin: 0; padding-left: 18px;">
<li>Système RAG</li>
<li>Modèles de représentation vectorielle (embedding)</li>
<li>Bases de données vectorielles</li>
<li>Modèles de langage</li>
</ul>
</div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Compétences <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/1f4aa.svg" alt="&#x1f4aa;" /></div>
<div style="flex: 1;">
<ul style="margin: 0; padding-left: 18px;">
<li>Bloc 1 / compétence 6 : « Organiser son développement professionnel »</li>
<li>Veille technologique</li>
<li>Transversalité CEJMA (RGPD)</li>
</ul>
</div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Outils <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/1f6e0.svg" alt="&#x1f6e0;" /></div>
<div style="flex: 1;">
<ul style="margin: 0; padding-left: 18px;">
<li>Linux Debian 13</li>
<li>Python3</li>
<li>Modèle d’embedding BGE-M3</li>
<li>Modèle de langage Llama</li>
</ul>
</div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Téléchargements <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/1f4e5.svg" alt="&#x1f4e5;" /></div>
<div> </div>
<div> </div>
<div style="flex: 1;">Fichier élève : <a href="https://www.reseaucerta.org/wp-content/uploads/laboratoires/Presentation_labo-IA-RAG.pdf" target="_blank" rel="noopener">Presentation_labo-IA-RAG</a> &amp; <a href="https://www.reseaucerta.org/wp-content/uploads/laboratoires/Labo-IA-RAG.zip" target="_blank" rel="noopener">Labo-IA-RAG</a><br />Fichier professeur : <a href="https://www.reseaucerta.org/wp-content/uploads/laboratoires/private/Labo-IA-RAG_cor.zip" target="_blank" rel="noopener">Labo-IA-RAG_cor</a></div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Mots-clés ﹟</div>
<div style="flex: 1;">Intelligence artificielle, base de données vectorielle, LLM, RAG, modèle d’embedding, modèle de langage</div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Durée <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/23f1.svg" alt="&#x23f1;" /></div>
<div style="flex: 1;">Entre 2 et 3 heures</div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Version <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/1f504.svg" alt="&#x1f504;" /></div>
<div style="flex: 1;">v1.0</div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0; border-bottom: 1px solid #eee;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Date de publication <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/1f4c5.svg" alt="&#x1f4c5;" /></div>
<div style="flex: 1;">Mai 2026</div>
</div>
<div style="display: flex; flex-wrap: wrap; padding: 0.8rem 0;">
<div style="flex: 0 0 210px; font-weight: 600; text-transform: uppercase; font-size: 13px; color: #8c104f;">Auteur.e(s) <img decoding="async" class="emoji" role="img" draggable="false" src="https://s.w.org/images/core/emoji/17.0.2/svg/270d.svg" alt="&#x270d;" /></div>
<div style="flex: 1;">Pacôme MASSOL avec les tests et la relecture d’Apollonie Raffalli</div>
</div>
</div>
</div>
<p><!-- /wp:html --></p>								</div>
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
					<wfw:commentRss>https://www.reseaucerta.org/introduction-a-lia/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
