l4d-x commited on
Commit
1146274
·
verified ·
1 Parent(s): 383fe9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,12 +1,12 @@
1
- # RAG Document Q&A Chatbot
 
 
 
 
 
 
 
 
 
2
 
3
- Upload any PDF and ask natural language questions about it.
4
-
5
- ## Stack
6
- - LangChain + FAISS for retrieval
7
- - HuggingFace MiniLM embeddings
8
- - Groq LLM (LLaMA 3.3 70B)
9
- - Gradio UI
10
-
11
- ## Setup
12
- Add your `GROQ_API_KEY` in Space Secrets.
 
1
+ ---
2
+ title: RAG Document QA
3
+ emoji: 📄
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "6.15.2"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
 
12
+ Upload any PDF and ask natural language questions about it.