Package dev.langchain4j.model.embedding
package dev.langchain4j.model.embedding
-
ClassDescriptionA dimension aware embedding modelAn
EmbeddingModel
which throws aModelDisabledException
for all of its methodsRepresents a model that can convert a given text into an embedding (vector representation of the text).Represents an interface for estimating the count of tokens in various texts, text segments, etc.