RagFileMetadataConfig constructor

RagFileMetadataConfig({
  1. GcsSource? gcsMetadataSchemaSource,
  2. GoogleDriveSource? googleDriveMetadataSchemaSource,
  3. String? inlineMetadataSchemaSource,
  4. GcsSource? gcsMetadataSource,
  5. GoogleDriveSource? googleDriveMetadataSource,
  6. String? inlineMetadataSource,
})

Implementation

RagFileMetadataConfig({
  this.gcsMetadataSchemaSource,
  this.googleDriveMetadataSchemaSource,
  this.inlineMetadataSchemaSource,
  this.gcsMetadataSource,
  this.googleDriveMetadataSource,
  this.inlineMetadataSource,
}) : super(fullyQualifiedName);