No module named 'chromadb' #668
Unanswered
wangquan3294
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i write a code as "from vanna.ollama import Ollama from vanna.chromadb import ChromaDB_VectorStore" but it tells " File "C:\Users\DELL\Desktop\testVanna.py", line 2, in from vanna.chromadb import ChromaDB_VectorStore File "C:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\site-packages\vanna\chromadb_init_.py", line 1, in from .chromadb_vector import ChromaDB_VectorStore File "C:\Users\DELL\AppData\Local\Programs\Python\Python312\Lib\site-packages\vanna\chromadb\chromadb_vector.py", line 4, in import chromadb ModuleNotFoundError: No module named 'chromadb'" who can help me?
Beta Was this translation helpful? Give feedback.
All reactions