castorini / pygaggle

a gaggle of deep neural architectures for text ranking and question answering, designed for Pyserini
http://pygaggle.ai/
Apache License 2.0
329 stars 97 forks source link

ModuleNotFoundError: No module named 'faiss' #293

Closed SinghShreyas closed 2 years ago

SinghShreyas commented 2 years ago

When I am trying to run this line from pygaggle.rerank.base import Query, Text following the instruction of the README file, I am getting ModuleNotFoundError: No module named 'faiss'.

I have followed the installation instruction from the README file.

Any help in this would be appreciated!

lintool commented 2 years ago

Dup of https://github.com/castorini/pyserini/discussions/1232