Class ZooTextEmbeddingPredictor
java.lang.Object
org.apache.camel.component.djl.model.AbstractPredictor
org.apache.camel.component.djl.model.nlp.AbstractNlpZooPredictor<ai.djl.ndarray.NDArray>
org.apache.camel.component.djl.model.nlp.ZooTextEmbeddingPredictor
-
Field Summary
Fields inherited from class org.apache.camel.component.djl.model.nlp.AbstractNlpZooPredictor
model -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.component.djl.model.nlp.AbstractNlpZooPredictor
predict, processMethods inherited from class org.apache.camel.component.djl.model.AbstractPredictor
getEndpoint
-
Constructor Details
-
ZooTextEmbeddingPredictor
public ZooTextEmbeddingPredictor(DJLEndpoint endpoint) throws ai.djl.repository.zoo.ModelNotFoundException, ai.djl.MalformedModelException, IOException - Throws:
ai.djl.repository.zoo.ModelNotFoundExceptionai.djl.MalformedModelExceptionIOException
-