File size: 599 Bytes
aff0502
7e588c7
 
 
 
 
51d63bb
aff0502
 
7e588c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51d63bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: RAG Re-Ranking
emoji: 🔍
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.35.0
app_file: app.py
pinned: false
---

# RAG Re-Ranking Application

This is a Retrieval-Augmented Generation (RAG) application with re-ranking capabilities built using Streamlit.

## Features

- Document retrieval and ranking
- Interactive user interface
- Re-ranking algorithms for improved results

## Usage

The application runs on Streamlit and provides an intuitive interface for RAG-based document retrieval and re-ranking.

## Local Development

To run locally:
```bash
streamlit run app.py