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

@@ -2,6 +2,9 @@ from fastapi import FastAPI, responses
from pydantic import BaseModel
from embedchain import Pipeline
from dotenv import load_dotenv
load_dotenv(".env")
app = FastAPI(title="Embedchain FastAPI App")
embedchain_app = Pipeline()

View File

@@ -1,4 +1,4 @@
fastapi==0.104.0
uvicorn==0.23.2
embedchain==0.1.34
embedchain
beautifulsoup4

View File

@@ -1,4 +1,4 @@
modal==0.56.4329
fastapi==0.104.0
uvicorn==0.23.2
embedchain==0.1.34
embedchain