Skip to main content

VectorStore SDK

The VectorStore SDK provides an easy-to-use vector storage service. You can use the SDK to insert, update, get, query, delete vector data, perform similarity searches, and load data from various sources.

Usage

If you want to use the VectorStore SDK in your Babel app, you need to create a VectorStore Element and then import it:

import { myVectorStore } from "#elements";

APIs