Document$json top-level constant

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

Implementation

@$core.Deprecated('Use documentDescriptor instead')
const Document$json = {
  '1': 'Document',
  '2': [
    {'1': 'text', '3': 1, '4': 1, '5': 9, '10': 'text'},
    {'1': 'model', '3': 3, '4': 1, '5': 9, '10': 'model'},
    {'1': 'options', '3': 4, '4': 3, '5': 11, '6': '.qdrant.Document.OptionsEntry', '10': 'options'},
  ],
  '3': [Document_OptionsEntry$json],
};