GoogleCloudAiplatformV1Fact constructor

GoogleCloudAiplatformV1Fact({
  1. GoogleCloudAiplatformV1RagChunk? chunk,
  2. String? query,
  3. double? score,
  4. String? summary,
  5. String? title,
  6. String? uri,
  7. double? vectorDistance,
})

Implementation

GoogleCloudAiplatformV1Fact({
  this.chunk,
  this.query,
  this.score,
  this.summary,
  this.title,
  this.uri,
  this.vectorDistance,
});