Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
sdk: streamlit
|
4 |
+
emoji: 😻
|
5 |
+
colorFrom: red
|
6 |
+
colorTo: red
|
7 |
+
---
|
8 |
+
# LLama Index Q&A Assistant
|
9 |
+
|
10 |
+
This is a Streamlit application that uses llama-index with Hugging Face models to provide a Q&A assistant.
|
11 |
+
|
12 |
+
## How to Run Locally
|
13 |
+
|
14 |
+
Install the dependencies:
|
15 |
+
|
16 |
+
```bash
|
17 |
+
pip install -r requirements.txt
|