pyreal icon indicating copy to clipboard operation
pyreal copied to clipboard

Make faiss an optional dependency and use it only if present

Open zyteka opened this issue 2 years ago • 0 comments

#511 introduced faiss-cpu as a dependency to speed up the computation of similar examples. This package may not be as maintained as we'd like, so we should make it an optional dependency, and the similar examples code should set fast to False automatically if faiss is not installed.

zyteka avatar Nov 06 '23 17:11 zyteka