Spaces:
Sleeping
Sleeping
Initial commit3
Browse files
README.md
CHANGED
|
@@ -1,13 +1,45 @@
|
|
| 1 |
---
|
| 2 |
-
title: Metadata Filtering
|
| 3 |
emoji: 💬
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: purple
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
|
|
|
| 12 |
|
| 13 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Assignment 4 Metadata Filtering
|
| 3 |
emoji: 💬
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: purple
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.35.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false---
|
| 10 |
+
title: RAG Re-Ranking
|
| 11 |
+
emoji: 🔍
|
| 12 |
+
colorFrom: blue
|
| 13 |
+
colorTo: green
|
| 14 |
+
sdk: streamlit
|
| 15 |
+
sdk_version: 1.28.1
|
| 16 |
app_file: app.py
|
| 17 |
pinned: false
|
| 18 |
+
license: mit
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# RAG Re-Ranking Application
|
| 22 |
+
|
| 23 |
+
This is a Retrieval-Augmented Generation (RAG) application with re-ranking capabilities built using Streamlit.
|
| 24 |
+
|
| 25 |
+
## Features
|
| 26 |
+
|
| 27 |
+
- Document retrieval and ranking
|
| 28 |
+
- Interactive user interface
|
| 29 |
+
- Re-ranking algorithms for improved results
|
| 30 |
+
|
| 31 |
+
## Usage
|
| 32 |
+
|
| 33 |
+
The application runs on Streamlit and provides an intuitive interface for RAG-based document retrieval and re-ranking.
|
| 34 |
+
|
| 35 |
+
## Local Development
|
| 36 |
+
|
| 37 |
+
To run locally:
|
| 38 |
+
```bash
|
| 39 |
+
streamlit run app.py
|
| 40 |
+
```
|
| 41 |
license: apache-2.0
|
| 42 |
---
|
| 43 |
+
---
|
| 44 |
|
| 45 |
+
A private Retrieval-Augmented Generation (RAG) chatbot using AWS Bedrock + Claude + Titan Embeddings + Chroma DB. Upload PDFs or TXT files and ask questions from the content.
|