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