NikhilSehgal123

Results 6 comments of 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...

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