Skip to content

Commit c6cc454

Browse files
remove duplicate inference endpoint creation
1 parent e6440bc commit c6cc454

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

x-pack/plugin/inference/src/yamlRestTest/resources/rest-api-spec/test/inference/40_semantic_text_query.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,21 +1006,6 @@ setup:
10061006

10071007
---
10081008
"Querying_inference_fields with semantic_text legacy format":
1009-
- do:
1010-
inference.put:
1011-
task_type: sparse_embedding
1012-
inference_id: sparse-inference-id
1013-
body: >
1014-
{
1015-
"service": "test_service",
1016-
"service_settings": {
1017-
"model": "my_model",
1018-
"api_key": "abc64"
1019-
},
1020-
"task_settings": {
1021-
}
1022-
}
1023-
10241009
- do:
10251010
indices.create:
10261011
index: test-index

0 commit comments

Comments
 (0)