File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -567,8 +567,6 @@ tests:
567567- class : org.elasticsearch.xpack.inference.qa.mixed.CohereServiceMixedIT
568568 method : testCohereEmbeddings
569569 issue : https://github.com/elastic/elasticsearch/issues/130010
570- - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
571- issue : https://github.com/elastic/elasticsearch/issues/128224
572570- class : org.elasticsearch.xpack.autoscaling.storage.ReactiveStorageIT
573571 method : testScaleDuringSplitOrClone
574572 issue : https://github.com/elastic/elasticsearch/issues/130044
Original file line number Diff line number Diff line change 1313 "type" : " dense_vector" ,
1414 "similarity" : " l2_norm" ,
1515 "index_options" : {
16- "type" : " hnsw"
16+ "type" : " hnsw" ,
17+ "m" : 16 ,
18+ "ef_construction" : 100
1719 }
1820 }
1921 }
You can’t perform that action at this time.
0 commit comments