We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cfe97 commit 31efc62Copy full SHA for 31efc62
tests/inference/10_basic.yml
@@ -27,13 +27,6 @@ requires:
27
- match: { endpoints.0.task_type: sparse_embedding }
28
- match: { endpoints.0.inference_id: elser_model_test }
29
30
- - do:
31
- inference.inference:
32
- inference_id: elser_model_test
33
- body:
34
- input: 'The sky above the port was the color of television tuned to a dead channel.'
35
- - is_true: sparse_embedding.0.embedding
36
-
37
- do:
38
inference.delete:
39
inference_id: elser_model_test
0 commit comments