Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -401,11 +401,11 @@ with st.container():
|
|
| 401 |
<p style="color: #666; font-size: 16px;">RAG Paradigm</p>
|
| 402 |
</div>
|
| 403 |
|
| 404 |
-
<a href="https://
|
| 405 |
|
| 406 |
<p style="margin-top: 1px; margin-bottom: 5px;"><strong>💻 Installation</strong></p>
|
| 407 |
<pre style="background-color: #f0f7ff !important; padding: 10px; border-radius: 5px; overflow-x: auto; border: 1px solid #cce0ff;">
|
| 408 |
-
<code style="background-color: transparent !important; color: #333 !important; font-family: 'Courier New', monospace !important;">git clone https://github.com/
|
| 409 |
cd RAGRouter-Bench
|
| 410 |
conda env create -f environment.yml
|
| 411 |
conda activate ragBench</code></pre>
|
|
|
|
| 401 |
<p style="color: #666; font-size: 16px;">RAG Paradigm</p>
|
| 402 |
</div>
|
| 403 |
|
| 404 |
+
<a href="https://huggingface.co/datasets/Chaplain0908/RAGRouter" style="color: #667eea;" target="_blank">📥 Download RAGRouter-Bench Dataset</a>
|
| 405 |
|
| 406 |
<p style="margin-top: 1px; margin-bottom: 5px;"><strong>💻 Installation</strong></p>
|
| 407 |
<pre style="background-color: #f0f7ff !important; padding: 10px; border-radius: 5px; overflow-x: auto; border: 1px solid #cce0ff;">
|
| 408 |
+
<code style="background-color: transparent !important; color: #333 !important; font-family: 'Courier New', monospace !important;">git clone https://github.com/ziqiwang0908/RAGRouter-Bench
|
| 409 |
cd RAGRouter-Bench
|
| 410 |
conda env create -f environment.yml
|
| 411 |
conda activate ragBench</code></pre>
|