RagContexts_Context constructor

RagContexts_Context({
  1. String sourceUri = '',
  2. String sourceDisplayName = '',
  3. String text = '',
  4. double distance = 0,
  5. double sparseDistance = 0,
  6. double? score,
  7. RagChunk? chunk,
})

Implementation

RagContexts_Context({
  this.sourceUri = '',
  this.sourceDisplayName = '',
  this.text = '',
  this.distance = 0,
  this.sparseDistance = 0,
  this.score,
  this.chunk,
}) : super(fullyQualifiedName);