maxRerank property

  1. @BuiltValueField(wireName: r'max_rerank')
int? maxRerank

The maximum number of documents to be ranked by Search when using file. Setting it to a higher value leads to improved accuracy but with increased latency and cost.

Implementation

@BuiltValueField(wireName: r'max_rerank')
int? get maxRerank;