public class OnnxEmbeddingModel extends Object
OnnxEmbeddingModel(String modelFilePath, String vocabularyFilePath)
float[]
embed(String text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OnnxEmbeddingModel(String modelFilePath, String vocabularyFilePath)
public float[] embed(String text)
Copyright © 2023. All rights reserved.