Skip to content

Commit

Permalink
PR Bot testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LangChain4j committed Dec 13, 2024
1 parent f61a20c commit 05a70b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class AllMiniLmL6V2EmbeddingModel extends AbstractInProcessEmbeddingModel {

private static final OnnxBertBiEncoder MODEL = loadFromJar(
"all-minilm-l6-v2.onnx",
"all-minilm-l6-v2-tokenizer.json",
"",
PoolingMode.MEAN
);
Expand Down

0 comments on commit 05a70b3

Please sign in to comment.