l4d-x commited on
Commit
6d0006e
·
verified ·
1 Parent(s): 727782c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -1,14 +1,12 @@
1
- ---
2
- title: Rag Document Qa
3
- emoji: 📉
4
- colorFrom: purple
5
- colorTo: yellow
6
- sdk: gradio
7
- sdk_version: 6.15.2
8
- python_version: '3.13'
9
- app_file: app.py
10
- pinned: false
11
- short_description: RAG-based Document Q&A chatbot — upload any PDF and ask ques
12
- ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
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.