annsel#
All of
annselLearn how to use annsel.
API Documentation
Read the API documentation.
Getting started#
Please refer to the documentation, in particular, the API documentation.
Installation#
You need to have Python 3.10 or newer installed on your system. If you don’t have
Python installed, we recommend installing uv.
There are several alternative options to install annsel:
Install the most recent release:
If you are using
uvuv add annsel
If you are using
pip:pip install annsel
Install the latest development version:
If you are using
uvuv add git+https://github.com/srivarra/annsel
If you are using
pip:pip install git+https://github.com/srivarra/annsel.git@main
Release notes#
See the changelog.
Contact#
For questions and help requests, you can reach out in the scverse discourse or the discussions tab. If you found a bug, please use the issue tracker.
Other#
If you are interested in how annsel works, feel free to take a look at the developer log (offsite).