NikhilSehgal123
NikhilSehgal123
> ```shell > ln -s swigfaiss.py swigfaiss_avx2.py > ``` Doing this still causes some problems because of the artificial linkage
When running VectorDBQAWithSourcesChain, I keep getting a warning in the terminal that I should use RetrievalQAWithSourcesChain. The issue with RetrievalQAWithSourcesChain is the "retriever" arg which no longer accepts a vectorstore...
Hey guys @max-addison @jpzhangvincent, I know this issue is causing some pain for many people, so another simple workaround is to just upload your vectorstores to Pinecone or another cloud...
Anyway to resolve this? I'm getting the same issue
This is what happens (in my opinion): FAISS has different wheels for arm64 chips & Intel/AMD chips. If you vectorise a document using arm64, you should use FAISS to interact...
I opened an issue for the faiss-cpu lib here: https://github.com/kyamagu/faiss-wheels/issues/74