Notebook tutorial for creating a GPU accelerated search index on a Nvidia Data Science Workstation. Blog post is available here and the video tutorial to accompany this repository is also available on YouTube.
To run this notebook, you'll need a system with GPU compute. This tutorial uses a Nvidia Data Science Workstation.
First, you'll need to install all basic python packages:
pip install -r requirements.txt
Also, you'll need to follow the installation instructions for NVIDIA's RAPIDS and Facebook's Faiss library.