rii
Fast and memory-efficient ANN with a subset-search functionality
File Explorer
Download Latest Version (.zip)- build.yml
- publish.yml
- logotype97WB_150.png
- api.rst
- changelog.rst
- tips.rst
- tutorial.rst
- conf.py
- index.rst
- make.bat
- Makefile
- requirements.txt
- .gitkeep
- .gitkeep
- ann_methods.py
- download_sift1b.sh
- download_sift1m.sh
- README.md
- run_sift1b.py
- run_sift1m.py
- util.py
- simple_tag_search.ipynb
- __init__.py
- rii.py
- sse2neon.h
- distance.h
- main.cpp
- pqkmeans.cpp
- pqkmeans.h
- rii.h
- __init__.py
- context.py
- test_rii.py
- .gitignore
- .gitmodules
- .readthedocs.yaml
- LICENSE
- Makefile
- MANIFEST.in
- pyproject.toml
- README.md
- requirements.txt
- setup.py
# Installation Guide
git clone https://github.com/matsui528/rii
Downloads the entire project code from GitHub to your computer.
cd rii
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install rii
Installs the package published on PyPI directly β no need to clone the source.
pip install https://github.com/ashleyabraham/rii/releases/download/v0.2.8/rii-0.2.8-cp38-cp38-win_amd64.whl
Installs the package published on PyPI directly β no need to clone the source.
pip install https://github.com/ashleyabraham/rii/releases/download/v0.2.8/rii-0.2.8-cp37-cp37m-win_amd64.whl
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install rii
Installs the package published on PyPI directly β no need to clone the source.
pip install https://github.com/ashleyabraham/rii/releases/download/v0.2.8/rii-0.2.8-cp38-cp38-win_amd64.whl
Installs the package published on PyPI directly β no need to clone the source.
pip install https://github.com/ashleyabraham/rii/releases/download/v0.2.8/rii-0.2.8-cp37-cp37m-win_amd64.whl
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
