Package dev.langchain4j.data.document
See: Description
-
Class Summary Class Description Document Represents an unstructured piece of text that usually corresponds to a content of a single file. DocumentLoader Utility class for loading documents. BlankDocumentException Metadata Represents metadata of a Document or a TextSegment. -
Interface Summary Interface Description DocumentSplitter Defines the interface for splitting a document into text segments. DocumentSource Defines the interface for a Document source. DocumentTransformer Defines the interface for transforming a Document. DocumentParser Defines the interface for parsing an InputStream into a Document.