SemanticSearchPOC / startup.sh
MVPilgrim's picture
Update startup.sh
724c237 verified
raw
history blame
291 Bytes
#! /bin/bash
echo "#### head /app/weaviate"
ls -l /app/weaviate
od -x -N 256 /app/weaviate
echo "#### Before /app/weaviate"
/app/weaviate --host 127.0.0.1 --port 8080 --scheme http &
echo "#### Before sleep."
sleep 10
echo "#### Before /app/semsearch.py"
python /app/semsearch.py &
wait