topK property
Retrieval depth for this call. Unset inherits RAGConfiguration.top_k.
Implementation
@$pb.TagNumber(1)
$core.int get topK => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set topK($core.int value) => $_setSignedInt32(0, value);
Retrieval depth for this call. Unset inherits RAGConfiguration.top_k.
@$pb.TagNumber(1)
$core.int get topK => $_getIZ(0);
@$pb.TagNumber(1)
set topK($core.int value) => $_setSignedInt32(0, value);