-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodelab_devfest24.html
More file actions
34 lines (33 loc) · 1.38 KB
/
codelab_devfest24.html
File metadata and controls
34 lines (33 loc) · 1.38 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
<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://devfest2024.gdgnantes.com/" target="_devfest24">
<img src="fr/images/devfest2024.png" style="width: 512px;">
</a></p>
<h1>RAG against the Machine</h1>
<h3><em>Creez votre propre bot IAGen sans Internet</em></h3>
<br>
<p>Un codelab construit pour <em>DevFest Nantes</em> 2024 (100+ personnes).
<p>Les <a href="https://github.com/pi-2r/devfest2024-tock-studio-IA-Gen/blob/main/README.md"
target="_devfest24_git">sources et instructions</a> sont disponibles pour tous sur GitHub,
ainsi que le <a href="https://fr.slideshare.net/slideshow/rag-against-the-machine-devfestnantes-2024/278313020"
target="_devfest24_slideshare">support visuel</a> sur SlideShare.
N'hesitez pas a le refaire et partager. On espere que vous apprecierez ce codelab
<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>
<p><em>-- Benjamin, Pierre, Julien, Francois --</em></p>
<br>
<p><em><a href="codelab.html" target="_codelabs">Tous les codelabs Tock</a></em></p>
</body>
</html>