Onboard hybrid search use case; add readonly search flows for all use cases #143
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
This PR adds many changes to the I/O and appearance on the drag-and-drop workspace. Note the final inputs/outputs/component types etc. are still not finalized. The purpose for adding placeholder components and updating inputs/outputs now is to iteratively improve on and make the current state of the plugin more functional and user-friendly, and to help start gathering initial feedback. Adding the existing use cases helps provide some immediate utility and testing of the corresponding backend Flow Framework plugin.
Description
This PR has 2 main changes: 1/ Onboarding a basic hybrid search use case, and 2/ providing visible, readonly flows on the DnD workspace for better overall e2e understanding from user perspective. More details:
Ingestor
andQueryExecutor
pipeline_id
resource typesearchIndex()
end-to-end flow to process an optionalsearch_pipeline
param to propagate to the cluster. this is used behind-the-scenes in theQueryExecutor
when executing the searches, if the use case is of typeHYBRID_SEARCH
.And some minor tweaks to the reactflow workspace:
Demo video:
screen-capture.28.webm
Screenshots of search flows added for other use cases:
Semantic search:
Neural sparse search:
Issues Resolved
Makes progress on #23, #68
Check List
--signoff
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.