Spaces:
Sleeping
Sleeping
Update run.sh
Browse files
run.sh
CHANGED
@@ -9,5 +9,7 @@ curl https://secure.ssa.gov/apps10/poms.nsf/lnx/0500502100 > ./ragtest/input/boo
|
|
9 |
curl https://huggingface.co/spaces/npc0/POM-QA/resolve/main/knowledge_extraction.csv > ./ragtest/input/book.txt
|
10 |
python -m graphrag.index --init --root ./ragtest
|
11 |
mv settings.yaml ./ragtest
|
|
|
12 |
python -m graphrag.index --root ./ragtest
|
|
|
13 |
streamlit run app.py --server.port=7860 --server.address=0.0.0.0
|
|
|
9 |
curl https://huggingface.co/spaces/npc0/POM-QA/resolve/main/knowledge_extraction.csv > ./ragtest/input/book.txt
|
10 |
python -m graphrag.index --init --root ./ragtest
|
11 |
mv settings.yaml ./ragtest
|
12 |
+
sleep 100
|
13 |
python -m graphrag.index --root ./ragtest
|
14 |
+
find ./ragtest -name *.log -exec cat {} \;
|
15 |
streamlit run app.py --server.port=7860 --server.address=0.0.0.0
|