vectorize_index-get-vectors-by-id-request

APIs.ioEngineeringPlatform

Properties

Name Type Description
ids array A list of vector identifiers to retrieve from the index indicated by the path.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-vectorize-index-get-vectors-by-id-request-schema.json Raw ↑
{
  "$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"
}