Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 546 Bytes

File metadata and controls

18 lines (10 loc) · 546 Bytes

@cdklabs/generative-ai-cdk-constructsDocs


@cdklabs/generative-ai-cdk-constructs / bedrock / TransformationStep

Enumeration: TransformationStep

Defines the step in the ingestion process where the custom transformation is applied.

Enumeration Members

POST_CHUNKING

POST_CHUNKING: "POST_CHUNKING"

Processes documents after they have been converted into chunks. This allows for custom chunk-level metadata addition or custom post-chunking logic.