Resumable Query
Resume
Resumes a previously started query to fetch additional results.
POST
/
resumable-query-next
Request
uuid
string
requiredThe unique identifier returned from the start resumable query request.
additionalK
number
requiredThe number of additional results to fetch.
Response
Scores
Object[]
id
string
requiredThe id of the vector.
score
number
requiredThe similarity score of the vector, calculated based on the distance metric of your index.
vector
number[]
The vector value.
metadata
Object
The metadata of the vector, if any.
data
string
The unstructured data of the vector, if any.
Was this page helpful?