Uses of Enum Class
dev.langchain4j.rag.content.ContentMetadata
-
Uses of ContentMetadata in dev.langchain4j.rag.content
Modifier 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.Modifier and TypeMethodDescriptionstatic Content
Content.from
(TextSegment textSegment, Map<ContentMetadata, Object> metadata) ModifierConstructorDescriptionContent
(TextSegment textSegment, Map<ContentMetadata, Object> metadata)