@@ -224,12 +224,12 @@ GET my-index/_search
224
224
"text_expansion":{
225
225
"ml.tokens":{
226
226
"model_id":".elser_model_2",
227
- "model_text":"How is the weather in Jamaica?"
228
- },
229
- "pruning_config ": {
230
- "tokens_freq_ratio_threshold ": 5 ,
231
- "tokens_weight_threshold ": 0.4,
232
- "only_score_pruned_tokens": false
227
+ "model_text":"How is the weather in Jamaica?",
228
+ "pruning_config": {
229
+ "tokens_freq_ratio_threshold ": 5,
230
+ "tokens_weight_threshold ": 0.4 ,
231
+ "only_score_pruned_tokens ": false
232
+ }
233
233
}
234
234
}
235
235
},
@@ -240,12 +240,12 @@ GET my-index/_search
240
240
"text_expansion": {
241
241
"ml.tokens": {
242
242
"model_id": ".elser_model_2",
243
- "model_text": "How is the weather in Jamaica?"
244
- },
245
- "pruning_config ": {
246
- "tokens_freq_ratio_threshold ": 5 ,
247
- "tokens_weight_threshold ": 0.4,
248
- "only_score_pruned_tokens": true
243
+ "model_text": "How is the weather in Jamaica?",
244
+ "pruning_config": {
245
+ "tokens_freq_ratio_threshold ": 5,
246
+ "tokens_weight_threshold ": 0.4 ,
247
+ "only_score_pruned_tokens ": true
248
+ }
249
249
}
250
250
}
251
251
}
0 commit comments