Vector Store

Provide your embeddings and we'll provide fast scalable nearest neighbor search over them. Vector Store use case is divided into the following sections:


Updating Embedding Index

Abacus.AI has specialized infrastructure to do fast K-Nearest Neighbor search on a set of embeddings. Our search system provides scalable exact search returning top-K (k can be specified at query time) supporting various distance functions. We provide a simple REST API to do the search (that supports specifying k and the distance function) and API's to update your embeddings index.


Prediction API

This section contains the API method reference that could be used to query your deployed embeddings index.