Skip to content

Commit

Permalink
Added Chroma as optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrinkiani committed Feb 7, 2024
1 parent 83477d9 commit 437d0a9
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 123 deletions.
2 changes: 1 addition & 1 deletion python-sdk/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION ?= $(shell dunamai from git --style pep440 --format "{base}.dev{distance}+{commit}")

install-dev:
poetry install --with dev
poetry install --with dev --extras "chromadb"

install:
poetry install
Expand Down
Loading

0 comments on commit 437d0a9

Please sign in to comment.