Telemetry support for ec cli commands (#1030)
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
fastapi==0.104.0
|
||||
uvicorn==0.23.2
|
||||
embedchain==0.1.34
|
||||
embedchain
|
||||
beautifulsoup4
|
||||
@@ -1,4 +1,4 @@
|
||||
modal==0.56.4329
|
||||
fastapi==0.104.0
|
||||
uvicorn==0.23.2
|
||||
embedchain==0.1.34
|
||||
embedchain
|
||||
|
||||
Reference in New Issue
Block a user