File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -561,8 +561,6 @@ tests:
561561- class : org.elasticsearch.xpack.inference.qa.mixed.CohereServiceMixedIT
562562 method : testCohereEmbeddings
563563 issue : https://github.com/elastic/elasticsearch/issues/130010
564- - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
565- issue : https://github.com/elastic/elasticsearch/issues/128224
566564- class : org.elasticsearch.cluster.metadata.ComposableIndexTemplateTests
567565 method : testMergeEmptyMappingsIntoTemplateWithNonEmptySettings
568566 issue : https://github.com/elastic/elasticsearch/issues/130050
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 }
Original file line number Diff line number Diff line change 55 },
66 "vector" : {
77 "type" : " dense_vector" ,
8- "similarity" : " l2_norm"
8+ "similarity" : " l2_norm" ,
9+ "index_options" : {
10+ "type" : " hnsw" ,
11+ "m" : 16 ,
12+ "ef_construction" : 100
13+ }
914 }
1015 }
1116}
You can’t perform that action at this time.
0 commit comments