Used to retrieve the vector by ID.
The IDs of the vectors you want to fetch.
Hide child attributes
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.
true
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.
This field is null if no vector with the specified id is found.
null
The ID of the resulting vector.
The vectors (if includeVectors is set to true)
includeVectors
The metadata of the vectors (if includeMetadata is set to true)
includeMetadata
The data of the vector (if includeData is set to true)
includeData