Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
@@ -85,18 +104,3 @@ Check commits and folders daily to follow the sprint. Each folder corresponds to
|
|
85 |
Made by [Hamid Omarov](https://www.linkedin.com/in/hamidomarov)
|
86 |
Check out my portfolio: [Notion Page](https://www.notion.so/AI-Content-Factory-Operations-2400a72a724c8050b5c6ddc0e6a0a77d)
|
87 |
|
88 |
-
---
|
89 |
-
title: PDF RAG (Chroma + Groq)
|
90 |
-
emoji: π
|
91 |
-
colorFrom: indigo
|
92 |
-
colorTo: green
|
93 |
-
sdk: gradio
|
94 |
-
sdk_version: "4.44.0"
|
95 |
-
app_file: app.py
|
96 |
-
pinned: false
|
97 |
-
---
|
98 |
-
|
99 |
-
# PDF RAG (Chroma + Groq)
|
100 |
-
|
101 |
-
Upload a PDF and ask questions. Uses ChromaDB for retrieval and Groq LLM for answers.
|
102 |
-
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
title: PDF RAG (Chroma + Groq)
|
4 |
+
emoji: π
|
5 |
+
colorFrom: indigo
|
6 |
+
colorTo: green
|
7 |
+
sdk: gradio
|
8 |
+
sdk_version: "4.44.0"
|
9 |
+
app_file: app.py
|
10 |
+
pinned: false
|
11 |
+
---
|
12 |
+
|
13 |
+
# PDF RAG (Chroma + Groq)
|
14 |
+
|
15 |
+
Upload a PDF and ask questions. Uses ChromaDB for retrieval and Groq LLM for answers.
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
# RAG 30 Days Sprint π
|
21 |
|
22 |
This repository contains a 30-day sprint to master Retrieval-Augmented Generation (RAG) systems using Python, LangChain, and modern AI tools.
|
|
|
104 |
Made by [Hamid Omarov](https://www.linkedin.com/in/hamidomarov)
|
105 |
Check out my portfolio: [Notion Page](https://www.notion.so/AI-Content-Factory-Operations-2400a72a724c8050b5c6ddc0e6a0a77d)
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|