HamidOmarov commited on
Commit
0ce52bb
·
verified ·
1 Parent(s): e7e9247

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -84,3 +84,19 @@ Check commits and folders daily to follow the sprint. Each folder corresponds to
84
 
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)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
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
+