Skip to content

Commit 7cb8b47

Browse files
unit 1 and 2 + data
1 parent 71ac19e commit 7cb8b47

File tree

2 files changed

+4785
-1
lines changed

2 files changed

+4785
-1
lines changed

01-intro/README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
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+

0 commit comments

Comments
 (0)