Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::DocumentProcessingConfig::ChunkingConfig::LayoutBasedChunkingConfig.
Configuration for the layout based chunking.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#chunk_size
def chunk_size() -> ::Integer
- (::Integer) — The token size limit for each chunk.
Supported values: 100-500 (inclusive). Default value: 500.
#chunk_size=
def chunk_size=(value) -> ::Integer
- value (::Integer) — The token size limit for each chunk.
Supported values: 100-500 (inclusive). Default value: 500.
- (::Integer) — The token size limit for each chunk.
Supported values: 100-500 (inclusive). Default value: 500.
#include_ancestor_headings
def include_ancestor_headings() -> ::Boolean
- (::Boolean) — Whether to include appending different levels of headings to chunks from the middle of the document to prevent context loss.
Default value: False.
#include_ancestor_headings=
def include_ancestor_headings=(value) -> ::Boolean
- value (::Boolean) — Whether to include appending different levels of headings to chunks from the middle of the document to prevent context loss.
Default value: False.
- (::Boolean) — Whether to include appending different levels of headings to chunks from the middle of the document to prevent context loss.
Default value: False.