Skip to content

Commit 589cb8f

Browse files
authored
Fixing test failure for #114556 (#114617)
1 parent 8d935fb commit 589cb8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.vectors/70_dense_vector_telemetry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ setup:
2121
element_type: byte
2222
index_options:
2323
type: hnsw
24+
m: 16
25+
ef_construction: 100
2426
vector2:
2527
type: dense_vector
2628
dims: 1024
2729
index: true
2830
similarity: dot_product
29-
index_options:
30-
type: int8_hnsw
3131
vector3:
3232
type: dense_vector
3333
dims: 100

0 commit comments

Comments
 (0)