Deploy your RAG application to render.com platform
render
command lineec
in embedchain that inherits the template for render.com
platform and help you deploy the app. Follow the instructions to create a render.com app using the template provided:
create
command will open a browser window and ask you to login to your render.com account and will generate a directory structure like this:
app.py
: Contains API app code.env
: Contains environment variables for productionrender.yaml
: Contains render.com specific configuration for deployment (configure this according to your needs, follow this for more info)embedchain.json
: Contains embedchain specific configuration for deployment (you donโt need to configure this)requirements.txt
: Contains python dependencies for your applicationrender dashboard
.