VectorParams$json top-level constant

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

Implementation

@$core.Deprecated('Use vectorParamsDescriptor instead')
const VectorParams$json = {
  '1': 'VectorParams',
  '2': [
    {'1': 'size', '3': 1, '4': 1, '5': 4, '10': 'size'},
    {'1': 'distance', '3': 2, '4': 1, '5': 14, '6': '.qdrant.Distance', '10': 'distance'},
    {'1': 'hnsw_config', '3': 3, '4': 1, '5': 11, '6': '.qdrant.HnswConfigDiff', '9': 0, '10': 'hnswConfig', '17': true},
    {'1': 'quantization_config', '3': 4, '4': 1, '5': 11, '6': '.qdrant.QuantizationConfig', '9': 1, '10': 'quantizationConfig', '17': true},
    {'1': 'on_disk', '3': 5, '4': 1, '5': 8, '9': 2, '10': 'onDisk', '17': true},
    {'1': 'datatype', '3': 6, '4': 1, '5': 14, '6': '.qdrant.Datatype', '9': 3, '10': 'datatype', '17': true},
    {'1': 'multivector_config', '3': 7, '4': 1, '5': 11, '6': '.qdrant.MultiVectorConfig', '9': 4, '10': 'multivectorConfig', '17': true},
  ],
  '8': [
    {'1': '_hnsw_config'},
    {'1': '_quantization_config'},
    {'1': '_on_disk'},
    {'1': '_datatype'},
    {'1': '_multivector_config'},
  ],
};