PrerequisiteYou need an Upstash account before creating a vector, create one
here.
Create an Index
Once you logged in, you can create a Vector Index by clicking on theCreate Index
button in the Vector tab.


Insert Index
You can access data in your index using REST API or our SDKs. You can copy the sample code from theConnect
section in the console.
Query Index
You can perform a similarity search by providing a query vector as a parameter. The dimension of the query vector must match the dimension of your index. Currently, querying by metadata is not supported, but we will be adding this feature (pre-filtering) soon.Upstash is eventually consistent, so there may be a delay before the newly inserted or updated vectors are ready for querying.
Charts and Query Browser

- Daily Requests: The number of queries and updates to your index in the last 5 days.
- Throughput: The number of queries and updates to your index in the selected time period.
- Latency: The mean and P99 latency of queries and updates to your index in the selected time period.
- Vector Count: The number of vectors in your index in the selected time period.
- Data Size: The size of your index in the selected time period.