SophieDC98
SophieDC98
@dosu-bot I specifically want to use Chroma as vectorstore. I currently changed the code to `from langchain_community.vectorstores import chroma`, but now I get an error: 'AttributeError: module 'langchain_community.vectorstores.chroma' has no...
fixed by using `from langchain.vectorstores import Chroma`
I tried it again, but I'm prompted by the next error: `In file included from /Users/sophiedataroots/Documents/projects/translateLocally/3rd_party/bergamot-translator/3rd_party/marian-dev/src/3rd_party/intgemm/intgemm/intgemm.cc:9: /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/cpuid.h:14:2: error: this header is for x86 only #error this header is for x86...
Oh weird. When you have time to test it and it works on your M1, can you send the commands you used? No worries if it takes some time :)
@weipeilun which commands did you use to switch?