Package dev.langchain4j.model.embedding
Class ALL_MINILM_L6_V2_EmbeddingModel
java.lang.Object
dev.langchain4j.model.embedding.AbstractInProcessEmbeddingModel
dev.langchain4j.model.embedding.ALL_MINILM_L6_V2_EmbeddingModel
- All Implemented Interfaces:
EmbeddingModel,TokenCountEstimator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.langchain4j.model.embedding.AbstractInProcessEmbeddingModel
embedAll, estimateTokenCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.langchain4j.model.embedding.EmbeddingModel
embed, embedMethods inherited from interface dev.langchain4j.model.embedding.TokenCountEstimator
estimateTokenCount, estimateTokenCount
-
Constructor Details
-
ALL_MINILM_L6_V2_EmbeddingModel
public ALL_MINILM_L6_V2_EmbeddingModel()
-
-
Method Details
-
model
- Specified by:
modelin classAbstractInProcessEmbeddingModel
-