Endpoints
Fetch Vectors
This endpoint returns the data related to the vectors with the provided IDs.
GET
Documentation Index
Fetch the complete documentation index at: https://upstash-vector.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
You can either upsert a single vector, or multiple vectors in a array.The ID of the vector
Whether to include the metadata of the vectors in the response. Setting this
true would be the best practice, since it will make it easier to identify
the vectors.Whether to include the vector data of the resulting vectors.
Response
It returns the data related to provided vectors ids in sorted manner. Object
is
null if the vector related to that ID couldn’t be found.