RagFileMetadataConfig constructor
RagFileMetadataConfig({
- GcsSource? gcsMetadataSchemaSource,
- GoogleDriveSource? googleDriveMetadataSchemaSource,
- String? inlineMetadataSchemaSource,
- GcsSource? gcsMetadataSource,
- GoogleDriveSource? googleDriveMetadataSource,
- String? inlineMetadataSource,
Implementation
RagFileMetadataConfig({
this.gcsMetadataSchemaSource,
this.googleDriveMetadataSchemaSource,
this.inlineMetadataSchemaSource,
this.gcsMetadataSource,
this.googleDriveMetadataSource,
this.inlineMetadataSource,
}) : super(fullyQualifiedName);