-
Notifications
You must be signed in to change notification settings - Fork 4
/
codelab.html
32 lines (31 loc) · 1.25 KB
/
codelab.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<title>Codelab Instructions</title>
<html>
<head>
<style>
body {
background-color: black;
color: white;
text-align: center;
font-size: larger;
font-family: 'Courier New', monospace;
}
</style>
</head>
<body>
<p><a href="https://devfest2024.gdgnantes.com/" target="_devfest24">
<img src="https://devfest2024.gdgnantes.com/images/social-share.jpg" style="width: 500px;">
</a></p>
<h1>RAG against the Machine</h1>
<h3><em>Creez votre propre bot IAGen sans Internet</em></h3>
<br>
<p>Bienvenue dans ce codelab pour <em>DevFest Nantes 2024</em>.</p>
<p>SVP suivez les instructions <a href="https://github.com/pi-2r/devfest2024-tock-studio-IA-Gen/blob/main/step_1.md"
target="_devfest24_git_step1"><em>Step 1 <sup>(Mise en place de l'environnement)</sup></em></a>
pour preparer le lab en telechargeant/configurant les principaux outils en amont.</p>
<p>RDV jeudi 10 octobre a 10h en salle <em>Les Machines</em> pour
<a href="https://devfest2024.gdgnantes.com/sessions/rag_against_the_machine_______creez_votre_propre_bot_iagen_sans_internet/"
target="_devfest24"><strong><em>RAG against the Machine</em></strong></a> !
</p>
<em>-- Benjamin, Pierre, Julien, Francois --</em></p>
</body>
</html>