ImportError: cannot import name 'API' from 'chromadb.api' (/usr/local/lib/python3.10/dist-packages/chromadb/api/__init__.py) #449
Unanswered
techybolek
asked this question in
Q&A
Replies: 1 comment
-
Hi @techybolek , this is fixed and will be released in the next version of pyautogen. Before that, could you manually install chromadb 0.4.14 . Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ws a ble to run the RetrieveChat example in colab just a few days ago. As of today howerver I'm getting an error atthe beginning when executing the following:
from autogen.retrieve_utils import TEXT_FORMATS
Error:
ImportError: cannot import name 'API' from 'chromadb.api' (/usr/local/lib/python3.10/dist-packages/chromadb/api/__init__.py)
Beta Was this translation helpful? Give feedback.
All reactions