Endpoints
Fetch Vectors
Fetches the vectors with the provided ids.
GET
You can fetch vector values or metadata of one or more by providing their vector ids or id prefix.Documentation Index
Fetch the complete documentation index at: https://upstash-partnerstash.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
Array of vector ids to fetch.
Prefix of vector ids to fetch.
When you fetch vectors with an id prefix, at most
1000 vectors will be returned.
If there are more vectors, please use the range API with an id prefix.Whether to include the metadata of the vectors in the response, if any.
It is recommended to set this to
true to easily identify vectors.Whether to include the vector values in the response.
It is recommended to set this to
false as the vector values can be
quite big, and not needed most of the time.Whether to include the data of the vectors in the response, if any.
Path
The namespace to use.
When no namespace is specified, the default namespace will be used.
Response
Array of vectors in the same order they provided in the ids array.
Array elements can be
null if no such vector exists with the provided id.