--- 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