PointVectors$json top-level constant

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

Implementation

@$core.Deprecated('Use pointVectorsDescriptor instead')
const PointVectors$json = {
  '1': 'PointVectors',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 11, '6': '.qdrant.PointId', '10': 'id'},
    {'1': 'vectors', '3': 2, '4': 1, '5': 11, '6': '.qdrant.Vectors', '10': 'vectors'},
  ],
};