RecommendPointGroups$json top-level constant

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

Implementation

@$core.Deprecated('Use recommendPointGroupsDescriptor instead')
const RecommendPointGroups$json = {
  '1': 'RecommendPointGroups',
  '2': [
    {'1': 'collection_name', '3': 1, '4': 1, '5': 9, '10': 'collectionName'},
    {'1': 'positive', '3': 2, '4': 3, '5': 11, '6': '.qdrant.PointId', '10': 'positive'},
    {'1': 'negative', '3': 3, '4': 3, '5': 11, '6': '.qdrant.PointId', '10': 'negative'},
    {'1': 'filter', '3': 4, '4': 1, '5': 11, '6': '.qdrant.Filter', '10': 'filter'},
    {'1': 'limit', '3': 5, '4': 1, '5': 13, '10': 'limit'},
    {'1': 'with_payload', '3': 6, '4': 1, '5': 11, '6': '.qdrant.WithPayloadSelector', '10': 'withPayload'},
    {'1': 'params', '3': 7, '4': 1, '5': 11, '6': '.qdrant.SearchParams', '10': 'params'},
    {'1': 'score_threshold', '3': 8, '4': 1, '5': 2, '9': 0, '10': 'scoreThreshold', '17': true},
    {'1': 'using', '3': 9, '4': 1, '5': 9, '9': 1, '10': 'using', '17': true},
    {'1': 'with_vectors', '3': 10, '4': 1, '5': 11, '6': '.qdrant.WithVectorsSelector', '9': 2, '10': 'withVectors', '17': true},
    {'1': 'lookup_from', '3': 11, '4': 1, '5': 11, '6': '.qdrant.LookupLocation', '9': 3, '10': 'lookupFrom', '17': true},
    {'1': 'group_by', '3': 12, '4': 1, '5': 9, '10': 'groupBy'},
    {'1': 'group_size', '3': 13, '4': 1, '5': 13, '10': 'groupSize'},
    {'1': 'read_consistency', '3': 14, '4': 1, '5': 11, '6': '.qdrant.ReadConsistency', '9': 4, '10': 'readConsistency', '17': true},
    {'1': 'with_lookup', '3': 15, '4': 1, '5': 11, '6': '.qdrant.WithLookup', '9': 5, '10': 'withLookup', '17': true},
    {'1': 'strategy', '3': 17, '4': 1, '5': 14, '6': '.qdrant.RecommendStrategy', '9': 6, '10': 'strategy', '17': true},
    {'1': 'positive_vectors', '3': 18, '4': 3, '5': 11, '6': '.qdrant.Vector', '10': 'positiveVectors'},
    {'1': 'negative_vectors', '3': 19, '4': 3, '5': 11, '6': '.qdrant.Vector', '10': 'negativeVectors'},
    {'1': 'timeout', '3': 20, '4': 1, '5': 4, '9': 7, '10': 'timeout', '17': true},
    {'1': 'shard_key_selector', '3': 21, '4': 1, '5': 11, '6': '.qdrant.ShardKeySelector', '9': 8, '10': 'shardKeySelector', '17': true},
  ],
  '8': [
    {'1': '_score_threshold'},
    {'1': '_using'},
    {'1': '_with_vectors'},
    {'1': '_lookup_from'},
    {'1': '_read_consistency'},
    {'1': '_with_lookup'},
    {'1': '_strategy'},
    {'1': '_timeout'},
    {'1': '_shard_key_selector'},
  ],
};