ScalarQuantization$json top-level constant

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

Implementation

@$core.Deprecated('Use scalarQuantizationDescriptor instead')
const ScalarQuantization$json = {
  '1': 'ScalarQuantization',
  '2': [
    {'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.qdrant.QuantizationType', '10': 'type'},
    {'1': 'quantile', '3': 2, '4': 1, '5': 2, '9': 0, '10': 'quantile', '17': true},
    {'1': 'always_ram', '3': 3, '4': 1, '5': 8, '9': 1, '10': 'alwaysRam', '17': true},
  ],
  '8': [
    {'1': '_quantile'},
    {'1': '_always_ram'},
  ],
};