-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vectordb = Chroma.from_documents(texts, embeddings) is giving error! #2
Comments
Please help me with the same error. |
Please help me with same error. |
This code works for me second time again after restarting it throw same error |
The square bracket for builtin types syntax ( This is fixed in chroma-core/chroma#160 just need to Or use at least Python 3.9 |
You can solve the problem by import the following library from langchain.vectorstores.chroma import Chroma I face the same problem. I solve my problem by importing the above library. |
I continually get the following error, although I've run pip install chromadb on my Mac: ImportError: Could not import chromadb python package. Please install it with |
Looks like they still haven't fixed it. Similar issue with from_texts |
The text was updated successfully, but these errors were encountered: