Package dev.langchain4j.data.document
package dev.langchain4j.data.document
-
ClassDescriptionRepresents 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 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 aDocument
or aTextSegment
.