Class KeywordExtractor

java.lang.Object
org.springframework.ai.loader.extractor.KeywordExtractor
All Implemented Interfaces:
Function<List<Document>,List<Document>>, DocumentTransformer

public class KeywordExtractor extends Object implements DocumentTransformer
Keyword extractor that uses model to extract 'excerpt_keywords' metadata field.
Author:
Christian Tzolov