Class RagFileChunkingConfig (1.81.0)

RagFileChunkingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies the size and overlap of chunks for RagFiles.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
fixed_length_chunking google.cloud.aiplatform_v1beta1.types.RagFileChunkingConfig.FixedLengthChunking
Specifies the fixed length chunking config. This field is a member of oneof_ chunking_config.
chunk_size int
The size of the chunks.
chunk_overlap int
The overlap between chunks.

Classes

FixedLengthChunking

FixedLengthChunking(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies the fixed length chunking config.

Methods

RagFileChunkingConfig

RagFileChunkingConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies the size and overlap of chunks for RagFiles.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields