Skip to content

Cloud-native vector similarity search and storage with efficient, serverless scale-out

License

Notifications You must be signed in to change notification settings

TileDB-Inc/TileDB-Vector-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fea5bf2 · Apr 15, 2025
Apr 8, 2025
Apr 7, 2025
Oct 18, 2024
Jun 6, 2023
Oct 10, 2024
Mar 13, 2024
Feb 13, 2024
Feb 15, 2024
Dec 12, 2024
Feb 13, 2024
Jun 20, 2023
Jun 20, 2023
Aug 26, 2024
Oct 17, 2024
Jan 24, 2024
Jul 12, 2023
Apr 15, 2025
Oct 3, 2024
Jun 20, 2023
Apr 15, 2025

Repository files navigation

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.