Uses of Class
dev.langchain4j.data.document.DocumentSegment
Packages that use DocumentSegment
Package
Description
-
Uses of DocumentSegment in dev.langchain4j.data.document
Methods in dev.langchain4j.data.document that return DocumentSegmentModifier and TypeMethodDescriptionstatic DocumentSegmentDocumentSegment.documentSegment(String text) static DocumentSegmentDocumentSegment.documentSegment(String text, Metadata metadata) static DocumentSegmentstatic DocumentSegmentDocument.toDocumentSegment()Methods in dev.langchain4j.data.document that return types with arguments of type DocumentSegmentModifier and TypeMethodDescription -
Uses of DocumentSegment in dev.langchain4j.model.chat
Methods in dev.langchain4j.model.chat with parameters of type DocumentSegmentModifier and TypeMethodDescriptionintTokenCountEstimator.estimateTokenCount(DocumentSegment documentSegment) -
Uses of DocumentSegment in dev.langchain4j.model.embedding
Methods in dev.langchain4j.model.embedding with parameters of type DocumentSegmentModifier and TypeMethodDescriptionEmbeddingModel.embed(DocumentSegment documentSegment) intTokenCountEstimator.estimateTokenCount(DocumentSegment documentSegment) Method parameters in dev.langchain4j.model.embedding with type arguments of type DocumentSegmentModifier and TypeMethodDescriptionEmbeddingModel.embedAll(List<DocumentSegment> documentSegments) intTokenCountEstimator.estimateTokenCount(List<DocumentSegment> documentSegments) -
Uses of DocumentSegment in dev.langchain4j.model.language
Methods in dev.langchain4j.model.language with parameters of type DocumentSegmentModifier and TypeMethodDescriptionintTokenCountEstimator.estimateTokenCount(DocumentSegment documentSegment) -
Uses of DocumentSegment in dev.langchain4j.model.moderation
Methods in dev.langchain4j.model.moderation with parameters of type DocumentSegment