hf-viz / start_server.sh
midah's picture
Add force-directed graph UI controls, rounded points, growth rate calculation, and error handling improvements
4b829ab
#!/bin/bash
cd backend
source venv/bin/activate
echo "Starting server with chunked embeddings..."
python -m uvicorn api.main:app --host 0.0.0.0 --port 8000 --reload