Easy steps to install faiss package on Mac
Package Information:
Application Name – faiss
What is faiss – Not Available for faiss
Use of faiss – Efficient similarity search and clustering of dense vectors
URL – https://github.com/facebookresearch/faiss
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install faiss using brew
brew install faiss
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
faiss is ready to use now!