rag-hackathon-app / startup.sh
Navaneethakrishnan
Add RAG system without large files
09281fe
Raw
History Blame Contribute Delete
56 Bytes
#!/bin/bash
uvicorn app:app --host 0.0.0.0 --port $PORT