opensearch-project / dashboards-flow-framework

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

Onboard neural sparse search #141

Closed ohltyler closed 3 months ago

ohltyler commented 3 months ago

Description

This PR onboards an out-of-the-box neural sparse search workflow configuration by adding a base template, the base set of workspace nodes/edges, and updated/refactored logic in the parsing to produce a usable workflow template that can provision an ingest pipeline and index (and optionally a pretrained neural sparse model). More specifically:

Other minor changes, mostly related to readability:

Testing:

Demo video:

screen-capture (27).webm

Issues Resolved

Makes progress on #68

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.