Update start.sh
Browse files
start.sh
CHANGED
|
@@ -1,10 +1,6 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
-
|
| 4 |
-
git clone https://huggingface.co/datasets/nameliu/graphrag-data
|
| 5 |
-
cd graphrag-data
|
| 6 |
-
git checkout master
|
| 7 |
-
git lfs pull
|
| 8 |
|
| 9 |
cd /app
|
| 10 |
python3 server.py
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
|
| 3 |
+
ls -lah /app/graphrag-data/data/the_bit_player/lancedb/default-entity-description.lance/data/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
cd /app
|
| 6 |
python3 server.py
|