teo-tsirpanis / TileDB-Vector-Search

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

Home Page:https://tiledb-inc.github.io/TileDB-Vector-Search/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 are actively working on 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.

About

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

https://tiledb-inc.github.io/TileDB-Vector-Search/

License:MIT License


Languages

Language:C++ 64.7%Language:Python 20.1%Language:CMake 8.1%Language:Shell 4.7%Language:C 1.3%Language:SCSS 0.7%Language:CSS 0.3%Language:Dockerfile 0.1%