Spaces:
Runtime error
Runtime error
| # Start Qdrant in the background | |
| echo "Starting Qdrant server..." | |
| /qdrant/qdrant & | |
| whoami | |
| pwd | |
| ls -la | |
| ls -la ../ | |
| whereis uv | |
| # Run my chainlit app using uv | |
| echo "Path is $PATH" | |
| echo "Starting Chainlit application..." | |
| uv run chainlit run app.py --host 0.0.0.0 --port 7860 | |