Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::RagFileChunkingConfig::FixedLengthChunking.
Specifies the fixed length chunking config.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#chunk_overlap
def chunk_overlap() -> ::Integer
Returns
- (::Integer) — The overlap between chunks.
#chunk_overlap=
def chunk_overlap=(value) -> ::Integer
Parameter
- value (::Integer) — The overlap between chunks.
Returns
- (::Integer) — The overlap between chunks.
#chunk_size
def chunk_size() -> ::Integer
Returns
- (::Integer) — The size of the chunks.
#chunk_size=
def chunk_size=(value) -> ::Integer
Parameter
- value (::Integer) — The size of the chunks.
Returns
- (::Integer) — The size of the chunks.