Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::DocumentProcessingConfig::ChunkingConfig::LayoutBasedChunkingConfig (v1.0.2)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::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
Returns
  • (::Integer) — The token size limit for each chunk.

    Supported values: 100-500 (inclusive). Default value: 500.

#chunk_size=

def chunk_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The token size limit for each chunk.

    Supported values: 100-500 (inclusive). Default value: 500.

Returns
  • (::Integer) — The token size limit for each chunk.

    Supported values: 100-500 (inclusive). Default value: 500.

#include_ancestor_headings

def include_ancestor_headings() -> ::Boolean
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::Boolean) — Whether to include appending different levels of headings to chunks from the middle of the document to prevent context loss.

    Default value: False.