Used to retrieve the vector by ID.
Arguments
IDs
string[] | number[]
required The IDs of the vectors you want to fetch.
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 themselves in the response.
Namespace to fetch from. If not set, default namespace is used.
Response
This field is null
if no vector with the specified id is found.
The ID of the resulting vector.
The vectors (if includeVectors
is set to true)
The metadata of the vectors (if includeMetadata
is set to true)
The data of the vector (if includeData
is set to true)