File tree Expand file tree Collapse file tree 2 files changed +4785
-1
lines changed Expand file tree Collapse file tree 2 files changed +4785
-1
lines changed Original file line number Diff line number Diff line change 1
- TBA. Come back soon!
1
+ # Module 1: Introduction
2
+
3
+ In this module, we will learn what LLM and RAG are and
4
+ implement a simple RAG pipeline to answer questions about
5
+ the FAQ Documents from our Zoomcamp courses
6
+
7
+ What we will do:
8
+
9
+ * Index Zoomcamp FAQ documents
10
+ * DE Zoomcamp: https://docs.google.com/document/d/19bnYs80DwuUimHM65UV3sylsCn2j1vziPOwzBwQrebw/edit
11
+ * ML Zoomcamp: https://docs.google.com/document/d/1LpPanc33QJJ6BSsyxVg-pWNMplal84TdZtq10naIhD8/edit
12
+ * MLOps Zoomcamp: https://docs.google.com/document/d/12TlBfhIiKtyBv8RnsoJR6F72bkPDGEvPOItJIxaEzE0/edit
13
+ * Create a Q&A system for answering questions about these documents
14
+
15
+ ## 1.1 Introduction
16
+
17
+ Video
18
+
19
+ * LLM
20
+ * RAG
21
+ * RAG architecture
22
+ * Course outcome
23
+
24
+
25
+ ## 1.2 Preparing the Environment
26
+
27
+ Video - codespaces
28
+
You can’t perform that action at this time.
0 commit comments