Deploy your RAG application to gradio.app platform
ec
in embedchain that inherits the template for gradio.app
platform and help you deploy the app. Follow the instructions to create a gradio.app app using the template provided:
app.py
: Contains API app codeembedchain.json
: Contains embedchain specific configuration for deployment (you donโt need to configure this)requirements.txt
: Contains python dependencies for your applicationgradio deploy
which will prompt you questions and deploy your app directly to huggingface spaces.