Spaces:
Sleeping
Sleeping
Commit
Β·
6770071
1
Parent(s):
8054ae8
Add README structure for RAG 30-day sprint
Browse files
README.md
CHANGED
@@ -1 +1,46 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|