-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodelab_devoxx25.html
More file actions
35 lines (34 loc) · 1.33 KB
/
codelab_devoxx25.html
File metadata and controls
35 lines (34 loc) · 1.33 KB
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
<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="fr/images/devoxx2025.png" style="width: 512px;">
</a></p>
<h1>A la recherche du RAG perdu</h1>
<h3><em>Creez votre IA Generative sans Internet</em></h3>
<br>
<p>Un codelab construit pour <em>Devoxx France</em> 2025 (60+ personnes).
</p>
<p>Les <a href="https://github.com/pi-2r/devoxxfr2025-tock-studio-IA-Gen/blob/main/README.md"
target="_devoxx25_git">sources et instructions</a> sont disponibles pour tous sur GitHub,
ainsi que le <a href="https://fr.slideshare.net/slideshow/a-la-recherche-du-rag-perdu-devoxxfr-2025-8a29/278315743"
target="_devoxx25_slideshare">support visuel</a> sur SlideShare.
N'hesitez pas a le refaire et partager. On espere que vous apprecierez ce codelab
<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, Francois --</em></p>
<br>
<p><em><a href="codelab.html" target="_codelabs">Tous les codelabs Tock</a></em></p>
</body>
</html>