Deploy your RAG application to streamlit.io platform
ec
in embedchain that inherits the template for streamlit.io
platform and help you deploy the app. Follow the instructions to create a streamlit.io app using the template provided:
app.py
: Contains API app code.streamlit/secrets.toml
: Contains secrets for your applicationembedchain.json
: Contains embedchain specific configuration for deployment (you donโt need to configure this)requirements.txt
: Contains python dependencies for your applicationOPENAI_API_KEY
in .streamlit/secrets.toml
file to run and deploy the app.