Used to retrieve the vector by ID.
Arguments#
The IDs of the vectors you want to fetch.
OR
Show propertiesHide properties
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.
Whether to include the data field 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.
Show propertiesHide properties
The ID of the resulting vector.
The vectors (if includeVectors is set to true)
The resulting sparseVector (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)