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