Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,26 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|