add chromadb to imports

pull/506/head
evelynmitchell 7 months ago
parent bba64db2d4
commit a6b2cff811

@ -53,6 +53,7 @@ docstring_parser = "0.16"
fastapi = "*"
openai = ">=1.30.1,<2.0"
termcolor = "*"
chromadb = "*"
[tool.poetry.group.lint.dependencies]

@ -27,4 +27,5 @@ mypy-protobuf>=3.0.0
pytest>=8.1.1
termcolor>=2.4.0
pandas>=2.2.2
fastapi>=0.110.1
fastapi>=0.110.1
chromadb
Loading…
Cancel
Save