[Bugfix] Improve/modal deployment (#1041)

Co-authored-by: Deven Patel <deven298@yahoo.com>
This commit is contained in:
Deven Patel
2023-12-21 14:30:54 +05:30
committed by GitHub
parent a10823d309
commit b77d9d750f
5 changed files with 265 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ We provide a command line utility called `ec` in embedchain that inherits the te
```bash Create application
pip install embedchain
pip install embedchain[modal]
mkdir my-rag-app
ec create --template=modal.com
```