> ## Documentation Index
> Fetch the complete documentation index at: https://upstash-vector.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

`@upstash/vector` is a Typescript SDK for Upstash Vector, enabling easier operations on Vector Store with full type coverage.

Using `@upstash/vector` you can:

* Upsert a vector with metadata to an index
* Fetching the vectors with specified IDs
* Querying a vector over pre-defined embeddings
* Remove vectors from an index
* Access index stats
* Reset everything related to an index

You can find the Github Repository [here](https://github.com/upstash/vector-js).
