TileDB Vector Search
TileDB-Vector-Search is a C++ library and Python API for vector search built on top of the TileDB Storage Engine.
Quick Links
Quick Installation
TileDB-Vector-Search is available from PyPI or the tiledb conda channel.
To install from PyPI with pip
, use:
pip install tiledb-vector-search
To install from conda, use conda or mamba:
conda install -c tiledb -c conda-forge tiledb-vector-search
mamba install -c tiledb -c conda-forge tiledb-vector-search
Contributing
We welcome contributions. Please see Building
for development-build instructions. For large new features, please open an issue to discuss goals and approach in order to ensure a smooth PR integration and review process. All contributions must be licensed under the repository’s MIT License.