Uses of Enum Class
org.springframework.ai.document.MetadataMode
Packages that use MetadataMode
Package
Description
-
Uses of MetadataMode in org.springframework.ai.autoconfigure.azure.openai
Methods in org.springframework.ai.autoconfigure.azure.openai that return MetadataModeMethods in org.springframework.ai.autoconfigure.azure.openai with parameters of type MetadataModeModifier and TypeMethodDescriptionvoid
AzureOpenAiEmbeddingProperties.setMetadataMode
(MetadataMode metadataMode) -
Uses of MetadataMode in org.springframework.ai.autoconfigure.openai
Methods in org.springframework.ai.autoconfigure.openai that return MetadataModeMethods in org.springframework.ai.autoconfigure.openai with parameters of type MetadataModeModifier and TypeMethodDescriptionvoid
OpenAiEmbeddingProperties.setMetadataMode
(MetadataMode metadataMode) -
Uses of MetadataMode in org.springframework.ai.autoconfigure.transformers
Methods in org.springframework.ai.autoconfigure.transformers that return MetadataModeMethods in org.springframework.ai.autoconfigure.transformers with parameters of type MetadataModeModifier and TypeMethodDescriptionvoid
TransformersEmbeddingClientProperties.setMetadataMode
(MetadataMode metadataMode) -
Uses of MetadataMode in org.springframework.ai.azure.openai
Constructors in org.springframework.ai.azure.openai with parameters of type MetadataModeModifierConstructorDescriptionAzureOpenAiEmbeddingClient
(com.azure.ai.openai.OpenAIClient azureOpenAiClient, MetadataMode metadataMode) AzureOpenAiEmbeddingClient
(com.azure.ai.openai.OpenAIClient azureOpenAiClient, MetadataMode metadataMode, AzureOpenAiEmbeddingOptions options) -
Uses of MetadataMode in org.springframework.ai.document
Methods in org.springframework.ai.document that return MetadataModeModifier 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.Methods in org.springframework.ai.document with parameters of type MetadataModeModifier 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.openai
Constructors in org.springframework.ai.openai with parameters of type MetadataModeModifierConstructorDescriptionOpenAiEmbeddingClient
(OpenAiApi openAiApi, MetadataMode metadataMode) OpenAiEmbeddingClient
(OpenAiApi openAiApi, MetadataMode metadataMode, OpenAiEmbeddingOptions options) -
Uses of MetadataMode in org.springframework.ai.postgresml
Methods in org.springframework.ai.postgresml that return MetadataModeMethods in org.springframework.ai.postgresml with parameters of type MetadataModeModifier and TypeMethodDescriptionvoid
PostgresMlEmbeddingOptions.setMetadataMode
(MetadataMode metadataMode) PostgresMlEmbeddingOptions.Builder.withMetadataMode
(MetadataMode metadataMode) Constructors in org.springframework.ai.postgresml with parameters of type MetadataModeModifierConstructorDescriptionPostgresMlEmbeddingClient
(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, String transformer, PostgresMlEmbeddingClient.VectorType vectorType, Map<String, Object> kwargs, MetadataMode metadataMode) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MetadataMode in org.springframework.ai.transformer
Constructors in org.springframework.ai.transformer with parameters of type MetadataModeModifierConstructorDescriptionSummaryMetadataEnricher
(ChatClient chatClient, List<SummaryMetadataEnricher.SummaryType> summaryTypes, String summaryTemplate, MetadataMode metadataMode) -
Uses of MetadataMode in org.springframework.ai.transformers
Constructors in org.springframework.ai.transformers with parameters of type MetadataMode -
Uses of MetadataMode in org.springframework.ai.writer
Constructors in org.springframework.ai.writer with parameters of type MetadataModeModifierConstructorDescriptionFileDocumentWriter
(String fileName, boolean withDocumentMarkers, MetadataMode metadataMode, boolean append) Writes the content of a list ofDocument
s into a file.