Jesudian commited on
Commit
8803786
Β·
verified Β·
1 Parent(s): 48bc356

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -9
README.md CHANGED
@@ -1,13 +1,26 @@
1
  ---
2
- title: RAG with MMR + PDF Upload
3
- emoji: πŸ“„
4
- colorFrom: blue
5
- colorTo: indigo
6
- sdk: gradio
7
- sdk_version: 5.34.1
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  # 🧠 Retrieval-Augmented Generation with MMR and PDF Upload
 
1
  ---
2
+ {
3
+ "title": "RAG with MMR + PDF Upload πŸ“„",
4
+ "emoji": "πŸ“„",
5
+ "colorFrom": "blue",
6
+ "colorTo": "indigo",
7
+ "sdk": "gradio",
8
+ "sdk_version": "5.34.1",
9
+ "app_file": "app.py",
10
+ "pinned": false,
11
+ "license": "apache-2.0",
12
+ "tags": [
13
+ "RAG",
14
+ "MMR",
15
+ "PDF",
16
+ "upload",
17
+ "retrieval-augmented-generation",
18
+ "NLP",
19
+ "search",
20
+ "document-qa"
21
+ ],
22
+ "description": "A Gradio application demonstrating Retrieval Augmented Generation (RAG) with Maximal Marginal Relevance (MMR) for improved document retrieval, allowing users to upload PDF files for querying. This app aims to provide more relevant and diverse answers by leveraging MMR during the retrieval process."
23
+ }
24
  ---
25
 
26
  # 🧠 Retrieval-Augmented Generation with MMR and PDF Upload