Hi, I’m trying to deploy my second app on Streamlit Community Cloud.
This was me just exploring high-level Multi-Agent RAG via new Swarm-like library from an article I’d found online. My app works fine locally but seems to be stuck in the “Spinning Up Manager Process” when deploying. I’ve added the st.secret correctly via Advanced Settings. I’m wondering what might be the issue, for example using a library from requirements.txt that is installed from github url.
I was able to deploy my previous app successfully though that only used packages I could find and install through my IDE UI, nothing using a pip install with a Github url. Similarly, it provided me information on what adjustments I had to make to libraries to get a successful deployment. With this one, no guiding information or errors.
Current link: https://ma-rag-ddgs-article-generator.streamlit.app/
Github Repo Link: MA_RAG/app.py at main · Mohammedks713/MA_RAG · GitHub
Python: 3.12
Streamlit: 1.39
Troubleshooting steps so far:
- Adjusting requirements.txt (previously had a much longer list)
- Reboot