By default vectors from the default namespace will be iterated.
You can use a different namespace by specifying it in the request path.
Request
The offset to the last retrieved vector. Should be set to
"0"
in the initial
range.Prefix of the vector ids to range over.
The number of maximum vectors that you want in the response of range. (page
size)
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
The offset for the next range. You should place this in the
cursor
field for
the next range. It will be equal to empty string if there are no other vectors to range.