[BugFix] Skip checking thread when making sqlite connection (#978)

This commit is contained in:
Deshraj Yadav
2023-11-26 15:44:06 -08:00
committed by GitHub
parent bb28569abf
commit 141a23fb1e
5 changed files with 6 additions and 5 deletions

View File

@@ -23,7 +23,6 @@ from embedchain.utils import validate_yaml_config
from embedchain.vectordb.base import BaseVectorDB
from embedchain.vectordb.chroma import ChromaDB
# Setup the user directory if doesn't exist already
Client.setup_dir()