Skip to content

Commit e333e78

Browse files
remove duplicate test from yaml file
1 parent db64ad2 commit e333e78

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

x-pack/plugin/inference/src/yamlRestTest/resources/rest-api-spec/test/inference/10_semantic_text_field_mapping.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -148,26 +148,6 @@ setup:
148148
- not_exists: fields.dense_field
149149
- match: { fields.sparse_field.text.searchable: true }
150150

151-
---
152-
"Field caps exclude chunks and embedding fields":
153-
- requires:
154-
cluster_features: "gte_v8.16.0"
155-
reason: field_caps support for semantic_text added in 8.16.0
156-
157-
- do:
158-
field_caps:
159-
include_empty_fields: true
160-
index: test-index
161-
fields: "*"
162-
163-
- match: { indices: [ "test-index" ] }
164-
- exists: fields.sparse_field
165-
- exists: fields.dense_field
166-
- not_exists: fields.sparse_field.chunks.embeddings
167-
- not_exists: fields.sparse_field.chunks.embeddings.offsets
168-
- not_exists: fields.dense_field.chunks.embeddings
169-
- not_exists: fields.dense_field.chunks.embeddings.offsets
170-
171151
---
172152
"Indexes dense vector document":
173153
# Checks mapping is not updated until first doc arrives

0 commit comments

Comments
 (0)