You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chromadb = { version = ">=0.4.0,<0.6.0", optional = true }
try:
importchromadb# noqa: F401exceptImportError:
raiseValueError(
"The chromadb is not installed. This package (chromadbx) requires that Chroma is installed to work. ""Please install it with `pip install chromadb`"
)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: