Find answers from the community

Updated 3 months ago

Faiss

I am working on a project that functions correctly, but now I would like to save my data on FAISS. However, after running pip install faiss-cpu (I do not have a GPU), my import generates this error: 'Import "faiss" could not be resolved'.

For your information, here is my Python version: Python 3.11.9
and my pip version: pip 24.0

Is it necessary to have a GPU for FAISS?
W
1 comment
No I don't think you require GPU for setting up faiss
You can follow this to setup faiss: https://docs.llamaindex.ai/en/stable/examples/vector_stores/FaissIndexDemo/?h=faiss
Add a reply
Sign up and join the conversation on Discord