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 711e9a7 commit e7e578c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class AllMiniLmL6V2EmbeddingModel extends AbstractInProcessEmbeddingModel

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

Expand Down

0 comments on commit e7e578c

Please sign in to comment.