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 DocumentSegment
DocumentSegment.documentSegment
(String text) static DocumentSegment
DocumentSegment.documentSegment
(String text, Metadata metadata) static DocumentSegment
static DocumentSegment
Document.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 TypeMethodDescriptionint
TokenCountEstimator.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) int
TokenCountEstimator.estimateTokenCount
(DocumentSegment documentSegment) Method parameters in dev.langchain4j.model.embedding with type arguments of type DocumentSegmentModifier and TypeMethodDescriptionEmbeddingModel.embedAll
(List<DocumentSegment> documentSegments) int
TokenCountEstimator.estimateTokenCount
(List<DocumentSegment> documentSegments) -
Uses of DocumentSegment in dev.langchain4j.model.language
Methods in dev.langchain4j.model.language with parameters of type DocumentSegmentModifier and TypeMethodDescriptionint
TokenCountEstimator.estimateTokenCount
(DocumentSegment documentSegment) -
Uses of DocumentSegment in dev.langchain4j.model.moderation
Methods in dev.langchain4j.model.moderation with parameters of type DocumentSegment