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