metadata config for RagFile.
metadata_schema_source
Union type
metadata_schema_source
can be only one of the following:Google Cloud Storage location. Supports importing individual files as well as entire Google Cloud Storage directories. Sample formats: - gs://bucketName/my_directory/objectName/metadataSchema.json
- gs://bucketName/my_directory
If the user provides a directory, the metadata schema will be read from the files that ends with "metadataSchema.json" in the directory.
Google Drive location. Supports importing individual files as well as Google Drive folders. If the user provides a folder, the metadata schema will be read from the files that ends with "metadataSchema.json" in the directory.
inlineMetadataSchemaSource
string
Inline metadata schema source. Must be a JSON string.
metadata_source
Union type
metadata_source
can be only one of the following:Google Cloud Storage location. Supports importing individual files as well as entire Google Cloud Storage directories. Sample formats: - gs://bucketName/my_directory/objectName/metadata.json
- gs://bucketName/my_directory
If the user provides a directory, the metadata will be read from the files that ends with "metadata.json" in the directory.
Google Drive location. Supports importing individual files as well as Google Drive folders. If the user provides a directory, the metadata will be read from the files that ends with "metadata.json" in the directory.
inlineMetadataSource
string
Inline metadata source. Must be a JSON string.
JSON representation |
---|
{ // metadata_schema_source "gcsMetadataSchemaSource": { object ( |