Deploy your RAG application to fly.io platform
ec
in embedchain that inherits the template for fly.io
platform and help you deploy the app. Follow the instructions to create a fly.io app using the template provided:
Dockerfile
: Defines the steps to setup the applicationapp.py
: Contains API app codefly.toml
: fly.io config file.env
: Contains environment variables for production.env.example
: Contains dummy environment variables (can ignore this file)embedchain.json
: Contains embedchain specific configuration for deployment (you donโt need to configure this)requirements.txt
: Contains python dependencies for your applicationfly dashboard
.