Class Content

java.lang.Object
dev.langchain4j.rag.content.Content

public class Content extends Object
Represents content relevant to a user 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: