SemanticSearchPOC / startup.sh
MVPilgrim's picture
Update startup.sh
41cf3a2 verified
raw
history blame
146 Bytes
#! /bin/bash
pwd
ls -al
ls -l /
cd /bin
ls -l
/app/weaviate --host 127.0.0.1 --port 8080 --scheme http &
sleep 10
python /app/semsearch.py &