Uses of Interface
org.springframework.ai.document.DocumentTransformer
-
Uses of DocumentTransformer in org.springframework.ai.transformer
Modifier and TypeClassDescriptionclass
ContentFormatTransformer processes a list of documents by applying a content formatter to each document.class
Keyword extractor that uses generative to extract 'excerpt_keywords' metadata field.class
Title extractor with adjacent sharing that uses generative to extract 'section_summary', 'prev_section_summary', 'next_section_summary' metadata fields. -
Uses of DocumentTransformer in org.springframework.ai.transformer.splitter
Modifier and TypeClassDescriptionclass
class
ATextSplitter
that splits text into chunks of a target size in tokens.