Package dev.langchain4j.data.document


package dev.langchain4j.data.document
  • Class
    Description
    Represents an unstructured piece of text that usually corresponds to a content of a single file.
    Utility class for loading documents.
    Defines the interface for parsing an InputStream into a Document.
    Defines the interface for a Document source.
    Defines the interface for splitting a document into text segments.
    Defines the interface for transforming a Document.
    Represents metadata of a Document or a TextSegment.