documents property

  1. @TagNumber.new(4)
PbList<String> get documents

The passages to score, in caller order. Results point back at these by index. Cost is LINEAR (one model pass per document), so this is a second-stage reranker over a retriever's output, not a corpus scan; commons rejects more than 100,000 entries with RAC_ERROR_INVALID_PARAMETER. Industry name (Cohere/Voyage/Jina documents).

Implementation

@$pb.TagNumber(4)
$pb.PbList<$core.String> get documents => $_getList(2);