Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MVPilgrim
/
SemanticSearchPOC
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
92cddc9
SemanticSearchPOC
/
startup.sh
MVPilgrim
Create startup.sh
c487c44
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
110 Bytes
#! /bin/bash
/bin/weaviate --host 127.0.0.1 --port 8080 --scheme http &
sleep
10
python /app/semsearch.py &