Telemetry support for ec cli commands (#1030)

This commit is contained in:
Sidharth Mohanty
2023-12-19 19:29:04 +05:30
committed by GitHub
parent b4f3bbbbc9
commit 48c38b5dc3
8 changed files with 47 additions and 21 deletions

View File

@@ -70,7 +70,7 @@ Feel free to edit the files as required.
- `.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 FastAPI application
- `requirements.txt`: Contains python dependencies for your application
## Step-3: Test app locally