Package dev.langchain4j.rag.content
Class Content
java.lang.Object
dev.langchain4j.rag.content.Content
Represents content relevant to a user
Currently, it is limited to text content (i.e.,
Query
with the potential to enhance and ground the LLM's response.
Currently, it is limited to text content (i.e.,
TextSegment
),
but future expansions may include support for other modalities (e.g., images, audio, video, etc.).- See Also: