Uses of Interface
org.springframework.ai.chat.model.ChatModel
Packages that use ChatModel
-
Uses of ChatModel in org.springframework.ai.model.transformer
Methods in org.springframework.ai.model.transformer with parameters of type ChatModelModifier and TypeMethodDescriptionConstructors in org.springframework.ai.model.transformer with parameters of type ChatModelModifierConstructorDescriptionKeywordMetadataEnricher(ChatModel chatModel, int keywordCount) Create a newKeywordMetadataEnricherinstance.KeywordMetadataEnricher(ChatModel chatModel, PromptTemplate keywordsTemplate) Create a newKeywordMetadataEnricherinstance.SummaryMetadataEnricher(ChatModel chatModel, List<SummaryMetadataEnricher.SummaryType> summaryTypes) SummaryMetadataEnricher(ChatModel chatModel, List<SummaryMetadataEnricher.SummaryType> summaryTypes, String summaryTemplate, org.springframework.ai.document.MetadataMode metadataMode)