Commit 6ec8780
committed
fix(test): use ONNX-compatible model for SemanticRouterIntegrationTest
The test was using sentence-transformers/all-mpnet-base-v2, which no longer has ONNX format on HuggingFace (only SafeTensors). Changed to sentence-transformers/all-MiniLM-L6-v2 which has proper ONNX support.
This fix resolves CI failures where model download failed with:
"Model uses SafeTensors format which is not supported. ONNX format is required."1 parent 481d043 commit 6ec8780
File tree
1 file changed
+3
-2
lines changed- core/src/test/java/com/redis/vl/extensions/router
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments