I am a newbie and am trying to upload my app on streamlit cloud. My app is working fine on my local computer, but when I upload to Streamlit cloud, I get the following error while importing FAISS module.
In Github, I have included the below packages in requirements.txt:
I have an app with similar packages and it works fine in my deployed app. Have a look at my requirements.txt. Maybe because you wrote faiss in uppercase?