AWS::Wisdom::KnowledgeBase ParsingConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Wisdom::KnowledgeBase ParsingConfiguration

Settings for parsing document contents. By default, the service converts the contents of each document into text before splitting it into chunks. To improve processing of PDF files with tables and images, you can configure the data source to convert the pages of text into images and use a model to describe the contents of each page.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

BedrockFoundationModelConfiguration

Settings for a foundation model used to parse documents for a data source.

Required: No

Type: BedrockFoundationModelConfiguration

Update requires: No interruption

ParsingStrategy

The parsing strategy for the data source.

Required: Yes

Type: String

Allowed values: BEDROCK_FOUNDATION_MODEL

Update requires: No interruption