Upstash Documentation

Resume

Resumes a previously started query to fetch additional results.
1 min read
posthttps://{endpoint}/resumable-query-next
posthttps://{endpoint}/resumable-query-next

Request#

uuidstringrequired#

The unique identifier returned from the start resumable query request.

additionalKnumberrequired#

The number of additional results to fetch.

Response#

ScoresObject[]#
Show properties
idstringrequired#

The id of the vector.

scorenumberrequired#

The similarity score of the vector, calculated based on the distance metric of your index.

vectornumber[]#

The dense vector value for dense and hybrid indexes.

sparseVectorObject[]#

The sparse vector value for sparse and hybrid indexes.

Show properties
indicesnumber[]#

Indices of the non-zero valued dimensions.

valuesnumber[]#

Values of the non-zero valued dimensions.

metadataObject#

The metadata of the vector, if any.

datastring#

The unstructured data of the vector, if any.