UploadRagFileConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Config for uploading RagFile.
Attributes |
|
|---|---|
| Name | Description |
rag_file_chunking_config |
google.cloud.aiplatform_v1beta1.types.RagFileChunkingConfig
Specifies the size and overlap of chunks after uploading RagFile. |
rag_file_transformation_config |
google.cloud.aiplatform_v1beta1.types.RagFileTransformationConfig
Specifies the transformation config for RagFiles. |
rag_file_metadata_config |
google.cloud.aiplatform_v1beta1.types.RagFileMetadataConfig
Optional. Specifies the metadata config for RagFiles. Including paths for metadata schema and metadata. Alteratively, inline metadata schema and metadata can be provided. Deprecated: Not in use. |
rag_file_parsing_config |
google.cloud.aiplatform_v1beta1.types.RagFileParsingConfig
Optional. Specifies the parsing config for RagFiles. RAG will use the default parser if this field is not set. |
Methods
UploadRagFileConfig
UploadRagFileConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Config for uploading RagFile.