Skip to content

Commit

Permalink
default run_ml_inference should be true (#102151) (#102157)
Browse files Browse the repository at this point in the history
* default run_ml_inference should be true

Seems that the default was incorrectly copied when these mapping definitions were moved over from ent-search

* Update docs/changelog/102151.yaml
  • Loading branch information
seanstory committed Nov 16, 2023
1 parent b58f8df commit eacb881
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog/102151.yaml
@@ -0,0 +1,5 @@
pr: 102151
summary: Default `run_ml_inference` should be true
area: Application
type: bug
issues: []
Expand Up @@ -9,7 +9,7 @@
"pipeline": {
"default_name": "ent-search-generic-ingestion",
"default_extract_binary_content": true,
"default_run_ml_inference": false,
"default_run_ml_inference": true,
"default_reduce_whitespace": true
},
"version": ${xpack.application.connector.template.version}
Expand Down

0 comments on commit eacb881

Please sign in to comment.