Merve Cerit

Results 3 comments of Merve Cerit

when I do typing-extensions==4.2.0, got an error that chromadb requires >4.7. So currently, I get the same error with langchain == 0.0.219 , chromadb==0.3.26, typing-extensions == 4.7.1 in miniconda python...

Update: Created a new environment with Python version 3.9.12. then installed langchain(pip install langchain) and chromadb (pip install chromadb), and no errors with the following line (which was the issue...