Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Excel-Aware RAG Chatbot
|
| 2 |
|
| 3 |
This Streamlit app lets you upload an Excel file (with a 'Data Base' sheet), processes the data into a retrievable vector database, and allows question answering using a RAG pipeline powered by `flan-t5-base`.
|
|
@@ -14,4 +24,4 @@ This Streamlit app lets you upload an Excel file (with a 'Data Base' sheet), pro
|
|
| 14 |
```bash
|
| 15 |
pip install -r requirements.txt
|
| 16 |
streamlit run app.py
|
| 17 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: RAG Excel Chatbot
|
| 3 |
+
emoji: 📊
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# Excel-Aware RAG Chatbot
|
| 12 |
|
| 13 |
This Streamlit app lets you upload an Excel file (with a 'Data Base' sheet), processes the data into a retrievable vector database, and allows question answering using a RAG pipeline powered by `flan-t5-base`.
|
|
|
|
| 24 |
```bash
|
| 25 |
pip install -r requirements.txt
|
| 26 |
streamlit run app.py
|
| 27 |
+
|