Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default run_ml_inference should be true #102151

Merged
merged 2 commits into from Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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