[Bug fix] Fix issue of missing user directory (#975)

This commit is contained in:
Deshraj Yadav
2023-11-24 09:26:59 -08:00
committed by GitHub
parent 58f72e1ffe
commit 1df46b2bb3
6 changed files with 14 additions and 19 deletions

View File

@@ -6,3 +6,6 @@ from embedchain.apps.app import App # noqa: F401
from embedchain.client import Client # noqa: F401
from embedchain.pipeline import Pipeline # noqa: F401
from embedchain.vectordb.chroma import ChromaDB # noqa: F401
# Setup the user directory if doesn't exist already
Client.setup_dir()