VectorInput$json top-level constant

  1. @Deprecated('Use vectorInputDescriptor instead')
Map<String, Object> const VectorInput$json

Implementation

@$core.Deprecated('Use vectorInputDescriptor instead')
const VectorInput$json = {
  '1': 'VectorInput',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 11, '6': '.qdrant.PointId', '9': 0, '10': 'id'},
    {'1': 'dense', '3': 2, '4': 1, '5': 11, '6': '.qdrant.DenseVector', '9': 0, '10': 'dense'},
    {'1': 'sparse', '3': 3, '4': 1, '5': 11, '6': '.qdrant.SparseVector', '9': 0, '10': 'sparse'},
    {'1': 'multi_dense', '3': 4, '4': 1, '5': 11, '6': '.qdrant.MultiDenseVector', '9': 0, '10': 'multiDense'},
    {'1': 'document', '3': 5, '4': 1, '5': 11, '6': '.qdrant.Document', '9': 0, '10': 'document'},
    {'1': 'image', '3': 6, '4': 1, '5': 11, '6': '.qdrant.Image', '9': 0, '10': 'image'},
    {'1': 'object', '3': 7, '4': 1, '5': 11, '6': '.qdrant.InferenceObject', '9': 0, '10': 'object'},
  ],
  '8': [
    {'1': 'variant'},
  ],
};