opensearch-project / dashboards-flow-framework

A UI designer for constructing AI applications with OpenSearch
Apache License 2.0
9 stars 6 forks source link

Onboard ML inference ingest processor #172

Closed ohltyler closed 3 months ago

ohltyler commented 3 months ago

Description

This PR onboards the generic ML inference ingest processor into the plugin. Specifically:

Demo video, showing the dynamic list of mappings for the input and output maps, persisted in the config, form validation, and actual execution. (Errors on the execution can be ignored for now; this work is in-progress. I have confirmed the ingest pipeline, default pipeline on the index, and execution of the ingest are all working as expected, as the errors faced are replicable by perform ingest directly against the created index.)

screen-capture (39).webm

Issues Resolved

Makes progress on #23

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.