ContextPair$json top-level constant

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

Implementation

@$core.Deprecated('Use contextPairDescriptor instead')
const ContextPair$json = {
  '1': 'ContextPair',
  '2': [
    {'1': 'positive', '3': 1, '4': 1, '5': 11, '6': '.qdrant.Vector', '10': 'positive'},
    {'1': 'negative', '3': 2, '4': 1, '5': 11, '6': '.qdrant.Vector', '10': 'negative'},
  ],
};