Uses of Enum Class
org.springframework.ai.document.MetadataMode
Package
Description
-
Uses of MetadataMode in org.springframework.ai.azure.openai.embedding
ModifierConstructorDescriptionAzureOpenAiEmbeddingClient
(com.azure.ai.openai.OpenAIClient azureOpenAiClient, String model, MetadataMode metadataMode) -
Uses of MetadataMode in org.springframework.ai.document
Modifier and TypeMethodDescriptionstatic MetadataMode
Returns the enum constant of this class with the specified name.static MetadataMode[]
MetadataMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionContentFormatter.format
(Document document, MetadataMode mode) DefaultContentFormatter.format
(Document document, MetadataMode metadataMode) Document.getFormattedContent
(ContentFormatter formatter, MetadataMode metadataMode) Helper content extractor that uses and externalContentFormatter
.Document.getFormattedContent
(MetadataMode metadataMode) DefaultContentFormatter.metadataFilter
(Map<String, Object> metadata, MetadataMode metadataMode) Filters the metadata by the configured MetadataMode. -
Uses of MetadataMode in org.springframework.ai.loader.extractor
ModifierConstructorDescriptionSummaryExtractor
(AiClient aiClient, List<SummaryExtractor.SummaryType> summaryTypes, String summaryTemplate, MetadataMode metadataMode) -
Uses of MetadataMode in org.springframework.ai.openai.embedding
ModifierConstructorDescriptionOpenAiEmbeddingClient
(com.theokanning.openai.service.OpenAiService openAiService, String model, MetadataMode metadataMode)