Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
The-Ultimate-RAG-HF
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9aa281e
test
/
start.sh
Andrchest
final try 9
4f1adfd
5 months ago
raw
Copy download link
history
blame
249 Bytes
#!/usr/bin/env sh
# 1) start Qdrant with the new snapshot‐flag
qdrant --storage-snapshot /mnt/data/qdrant &
# 2) give Qdrant a second to spin up
sleep
2
# 3) start your Python entrypoint (which itself calls uvicorn.run)
exec
python -m app.main