Package dev.langchain4j.model.embedding
Interface TokenCountEstimator
public interface TokenCountEstimator
-
Method Summary
Modifier and TypeMethodDescriptionintestimateTokenCount(DocumentSegment documentSegment) intestimateTokenCount(String text) intestimateTokenCount(List<DocumentSegment> documentSegments)
-
Method Details
-
estimateTokenCount
-
estimateTokenCount
-
estimateTokenCount
-