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

[ML] Inference Process output field behavior #107229

Open
jonathan-buttner opened this issue Apr 8, 2024 · 1 comment
Open

[ML] Inference Process output field behavior #107229

jonathan-buttner opened this issue Apr 8, 2024 · 1 comment
Labels
>enhancement Feature:GenAI Features around GenAI :ml Machine learning Team:ML Meta label for the ML team

Comments

@jonathan-buttner
Copy link
Contributor

Description

The current behavior of the InferenceProcessor is to create the output field if it does not exist. If it exists and contains subfields, the ingest processor will leave the subfields and add more. This can result in duplicate fields which is not supported.

Should we have the InferenceProcessor check to see if the field exists and throw an error, or maybe overwrite it? Maybe we could have an option in the processor definition to specify whether it fails, overwrites, or updates?

@jonathan-buttner jonathan-buttner added >enhancement :ml Machine learning Team:ML Meta label for the ML team Feature:GenAI Features around GenAI labels Apr 8, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Feature:GenAI Features around GenAI :ml Machine learning Team:ML Meta label for the ML team
Projects
None yet
Development

No branches or pull requests

2 participants