Find answers from the community

c
chiras
Offline, last seen 3 months ago
Joined September 25, 2024
c
chiras
·

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?
1 comment
W