GoogleCloudAiplatformV1RagContextsContext constructor
GoogleCloudAiplatformV1RagContextsContext({
- GoogleCloudAiplatformV1RagChunk? chunk,
- double? score,
- String? sourceDisplayName,
- String? sourceUri,
- String? text,
Implementation
GoogleCloudAiplatformV1RagContextsContext({
this.chunk,
this.score,
this.sourceDisplayName,
this.sourceUri,
this.text,
});