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

public class ZooTextEmbeddingPredictor extends AbstractNlpZooPredictor<ai.djl.ndarray.NDArray>
  • Constructor Details

    • ZooTextEmbeddingPredictor

      public ZooTextEmbeddingPredictor(DJLEndpoint endpoint) throws ai.djl.repository.zoo.ModelNotFoundException, ai.djl.MalformedModelException, IOException
      Throws:
      ai.djl.repository.zoo.ModelNotFoundException
      ai.djl.MalformedModelException
      IOException