SemanticSearchPOC / startup.sh
MVPilgrim's picture
Create startup.sh
c487c44 verified
raw
history blame
110 Bytes
#! /bin/bash
/bin/weaviate --host 127.0.0.1 --port 8080 --scheme http &
sleep 10
python /app/semsearch.py &