Package dev.langchain4j.data.document
package dev.langchain4j.data.document
-
ClassDescriptionA default implementation of a
Document.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 anInputStreaminto aDocument.Defines the interface for a Document source.Defines the interface for splitting a document into text segments.Defines the interface for transforming aDocument.Represents metadata of aDocumentor aTextSegment.