{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/vectorize_index-get-vectors-by-id-request",
"title": "vectorize_index-get-vectors-by-id-request",
"properties": {
"ids": {
"description": "A list of vector identifiers to retrieve from the index indicated by the path.",
"example": [
"5121db81354a40c6aedc3fe1ace51c59",
"f90eb49c2107486abdfd78c67e853430"
],
"items": {
"$ref": "#/components/schemas/vectorize_vector-identifier"
},
"type": "array"
}
},
"type": "object"
}