Package com.github.hakenadu.javalangchains.chains.qa.split
-
Interface Summary Interface Description TextSplitter Implementations are used by theSplitDocumentsChain. -
Class Summary Class Description MaxLengthBasedTextSplitter abstract base class forTextSplitterimplementations that use a max length for deciding when to splitSplitDocumentsChain ThisChainis used to split long documents into chunks.TextStreamer streams a text using aBreakIteratorTiktokenTextSplitter ThisTextSplittersplits documents based on their tiktoken token count.