[Feat]: Add support for running chromadb in server mode with embedchain (#220)

This commit is contained in:
Deshraj Yadav
2023-07-11 03:17:40 -07:00
committed by GitHub
parent 9ca836520f
commit 73dd7151cb
4 changed files with 130 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ PROJECT_NAME := embedchain
install:
$(PIP) install --upgrade pip
$(PIP) install .[dev]
$(PIP) install -e .[dev]
format:
$(PYTHON) -m black .