-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcodelab.html
36 lines (35 loc) · 1.36 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
33
34
35
36
<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>
<p><a href="https://www.devoxx.fr/agenda-2025/talk/?id=65062" target="_devoxx25">
<img src="https://i0.wp.com/goodtech.info/wp-content/uploads/2025/02/Capture-decran-2025-02-09-a-14.44.07.jpg?fit=500%2C531" style="width: 500px;">
</a></p>
<h1>A la recherche du RAG perdu</h1>
<h3><em>Creez votre IA Generative sans Internet</em></h3>
<br>
<p>Bienvenue dans ce codelab pour <em>Devoxx France</em>.<br>
Description du lab : voir le <a href="https://www.devoxx.fr/agenda-2025/talk/?id=65062" target="_devoxx25">programme 2025</a>.
</p>
<p>Nous construisons et peaufinons actuellement le codelab...<br>
Nous vous invitons a revenir plus tard quand les instructions seront en ligne.
<p>
<p>(Notre precedent codelab est toujours dispo : <a href="codelab_devfest24.html"
target="_devfest24"><strong><em>RAG against the Machine</em></strong></a>.)
</p>
<p>RDV le vendredi 18 avril a 13h30 en salle <em>Neuilly 152</em> pour
<a href="https://www.devoxx.fr/agenda-2025/talk/?id=65062"
target="_devoxx25"><strong><em>A la recherche du RAG perdu</em></strong></a> !
</p>
<p><em>-- Benjamin, Pierre, Julien, Francois --</em></p>
</body>
</html>