tiledb-vector-search 0.15.0


pip install tiledb-vector-search

  Latest version

Released: Oct 21, 2025


Meta
Requires Python: ~=3.9

Classifiers

Development Status
  • 4 - Beta

License
  • OSI Approved :: MIT License

Programming Language
  • Python :: 3 :: Only
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

TileDB logo

TileDB Vector Search

TileDB-Vector-Search is a C++ library and Python API for vector search built on top of the TileDB Storage Engine.

Please see the following blog posts for background:

We have released a LangChain integration, with others to come soon.

Quick Links

Quick Installation

Pre-built packages are available from PyPI using pip:

pip install tiledb-vector-search

Or from the tiledb conda channel using conda or mamba:

conda 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.

Wheel compatibility matrix

Platform CPython 3.9 CPython 3.10 CPython 3.11 CPython 3.12 CPython 3.13 PyPy 3.9 (pp73)
macosx_12_0_arm64
macosx_12_0_x86_64
manylinux_2_28_x86_64
win_amd64

Files in release

tiledb_vector_search-0.15.0-cp310-cp310-macosx_12_0_arm64.whl (12.4MiB)
tiledb_vector_search-0.15.0-cp310-cp310-macosx_12_0_x86_64.whl (13.7MiB)
tiledb_vector_search-0.15.0-cp310-cp310-manylinux_2_28_x86_64.whl (33.5MiB)
tiledb_vector_search-0.15.0-cp310-cp310-win_amd64.whl (7.4MiB)
tiledb_vector_search-0.15.0-cp311-cp311-macosx_12_0_arm64.whl (12.4MiB)
tiledb_vector_search-0.15.0-cp311-cp311-macosx_12_0_x86_64.whl (13.7MiB)
tiledb_vector_search-0.15.0-cp311-cp311-manylinux_2_28_x86_64.whl (33.5MiB)
tiledb_vector_search-0.15.0-cp311-cp311-win_amd64.whl (7.4MiB)
tiledb_vector_search-0.15.0-cp312-cp312-macosx_12_0_arm64.whl (12.4MiB)
tiledb_vector_search-0.15.0-cp312-cp312-macosx_12_0_x86_64.whl (13.7MiB)
tiledb_vector_search-0.15.0-cp312-cp312-manylinux_2_28_x86_64.whl (33.5MiB)
tiledb_vector_search-0.15.0-cp312-cp312-win_amd64.whl (7.4MiB)
tiledb_vector_search-0.15.0-cp313-cp313-macosx_12_0_arm64.whl (12.4MiB)
tiledb_vector_search-0.15.0-cp313-cp313-macosx_12_0_x86_64.whl (13.7MiB)
tiledb_vector_search-0.15.0-cp313-cp313-manylinux_2_28_x86_64.whl (33.5MiB)
tiledb_vector_search-0.15.0-cp313-cp313-win_amd64.whl (7.4MiB)
tiledb_vector_search-0.15.0-cp39-cp39-macosx_12_0_arm64.whl (12.4MiB)
tiledb_vector_search-0.15.0-cp39-cp39-macosx_12_0_x86_64.whl (13.7MiB)
tiledb_vector_search-0.15.0-cp39-cp39-manylinux_2_28_x86_64.whl (33.5MiB)
tiledb_vector_search-0.15.0-cp39-cp39-win_amd64.whl (7.5MiB)
tiledb_vector_search-0.15.0-pp39-pypy39_pp73-macosx_12_0_x86_64.whl (13.7MiB)
tiledb_vector_search-0.15.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl (33.5MiB)
tiledb_vector_search-0.15.0-pp39-pypy39_pp73-win_amd64.whl (7.4MiB)
tiledb_vector_search-0.15.0.tar.gz (21.6MiB)
Extras:
Dependencies:
tiledb-cloud (>=0.11)
tiledb (>=0.35.1)
typing-extensions
scikit-learn
numpy (>=1.25.0)