Uses of Enum Class
dev.langchain4j.rag.content.ContentMetadata
Packages that use ContentMetadata
-
Uses of ContentMetadata in dev.langchain4j.rag.content
Methods in dev.langchain4j.rag.content that return ContentMetadataModifier and TypeMethodDescriptionstatic ContentMetadata
Returns the enum constant of this class with the specified name.static ContentMetadata[]
ContentMetadata.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.rag.content that return types with arguments of type ContentMetadataModifier and TypeMethodDescriptionContent.metadata()
DefaultContent.metadata()
Returns the value of themetadata
record component.Method parameters in dev.langchain4j.rag.content with type arguments of type ContentMetadataModifier and TypeMethodDescriptionstatic Content
Content.from
(TextSegment textSegment, Map<ContentMetadata, Object> metadata) Constructor parameters in dev.langchain4j.rag.content with type arguments of type ContentMetadataModifierConstructorDescriptionDefaultContent
(TextSegment textSegment, Map<ContentMetadata, Object> metadata) Creates an instance of aDefaultContent
record class.