sourceUri property
Where this document came from. Copied into every chunk's metadata as "source" and returned as RAGSearchResult.source_document.
Implementation
@$pb.TagNumber(4)
$core.String get sourceUri => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set sourceUri($core.String value) => $_setString(3, value);