Class: Google::Cloud::AIPlatform::V1::RagFileChunkingConfig::FixedLengthChunking
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RagFileChunkingConfig::FixedLengthChunking
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb
Overview
Specifies the fixed length chunking config.
Instance Attribute Summary collapse
-
#chunk_overlap ⇒ ::Integer
The overlap between chunks.
-
#chunk_size ⇒ ::Integer
The size of the chunks.
Instance Attribute Details
#chunk_overlap ⇒ ::Integer
Returns The overlap between chunks.
373 374 375 376 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 373 class FixedLengthChunking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#chunk_size ⇒ ::Integer
Returns The size of the chunks.
373 374 375 376 |
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb', line 373 class FixedLengthChunking include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |