HamidOmarov commited on
Commit
6770071
Β·
1 Parent(s): 8054ae8

Add README structure for RAG 30-day sprint

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -1 +1,46 @@
1
- How to embed GitHub commit history in Notion using GitHub API?
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # RAG 30 Days Sprint πŸš€
2
+
3
+ This repository contains a 30-day sprint to master Retrieval-Augmented Generation (RAG) systems using Python, LangChain, and modern AI tools.
4
+
5
+ ## πŸ“… Day Tracker
6
+
7
+ | Day | Folder | Description | Status |
8
+ |-----|--------|------------------------|--------|
9
+ | 1 | day1 | Hello world test file | βœ… |
10
+ | 2 | day2 | TBD | ⏳ |
11
+ | ... | ... | ... | ... |
12
+
13
+ ## πŸ“‚ Folder Structure
14
+
15
+ rag-30-days/
16
+ β”‚
17
+ β”œβ”€β”€ day1/
18
+ β”‚ └── hello_ai.py
19
+ β”‚
20
+ β”œβ”€β”€ README.md
21
+
22
+ markdown
23
+ Copy
24
+ Edit
25
+
26
+ ## 🧠 Goal
27
+
28
+ To build a production-ready RAG pipeline in 30 days and land a remote AI job by the end of the sprint.
29
+
30
+ ## πŸ› οΈ Tools
31
+
32
+ - Python
33
+ - LangChain
34
+ - ChromaDB / Weaviate / FAISS
35
+ - OpenAI API
36
+ - Streamlit (optional UI)
37
+ - Git & GitHub
38
+
39
+ ## πŸ“ˆ Progress
40
+
41
+ Check commits and folders daily to follow the sprint. Each folder corresponds to 1 day of learning and building.
42
+
43
+ ## πŸ“¬ Contact
44
+
45
+ Made by [Hamid Omarov](https://www.linkedin.com/in/hamidomarov)
46
+ Check out my portfolio: [Notion Page](https://www.notion.so/AI-Content-Factory-Operations-2400a72a724c8050b5c6ddc0e6a0a77d)