MVPilgrim commited on
Commit
c487c44
·
verified ·
1 Parent(s): cc11fb0

Create startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +7 -0
startup.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #! /bin/bash
2
+
3
+ /bin/weaviate --host 127.0.0.1 --port 8080 --scheme http &
4
+
5
+ sleep 10
6
+
7
+ python /app/semsearch.py &