Skip to content

Commit

Permalink
spring-javaformat:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Manni, William authored and Manni, William committed May 20, 2024
1 parent 0ca12f7 commit 3eff86b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public class TransformersEmbeddingClient extends AbstractEmbeddingClient impleme

// ONNX tokenizer for the all-MiniLM-L6-v2 generative
public final static String DEFAULT_ONNX_TOKENIZER_URI = "classpath:onnx/all-MiniLM-L6-v2/tokenizer.json";

// ONNX generative for all-MiniLM-L6-v2 pre-trained transformer:
// https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2
public final static String DEFAULT_ONNX_MODEL_URI = "classpath:onnx/all-MiniLM-L6-v2/model.onnx";
Expand Down

0 comments on commit 3eff86b

Please sign in to comment.