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

Onboard custom node type to Workspace #47

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

ohltyler
Copy link
Member

@ohltyler ohltyler commented Oct 2, 2023

Description

This PR adds the custom node type which references the WorkspaceComponent. This is the single custom node type we will use to render all of the different types (e.g., text embedding processor, knn index, etc.). Short demo of those components in the ReactFlow workspace shown below.

Also does minor comment cleanup and removes the init() fn for now. We will likely need some helper fns for these classes later on, but removing what's not needed for now.

screen-capture.11.webm

Issues Resolved

Makes progress on #10, #16

Check List

  • Commits are signed per the DCO using --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.

Signed-off-by: Tyler Ohlsen <[email protected]>
@ohltyler ohltyler merged commit bc60dc0 into opensearch-project:main Oct 2, 2023
8 checks passed
@ohltyler ohltyler deleted the custom-nodes branch October 2, 2023 20:27
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 2, 2023
Signed-off-by: Tyler Ohlsen <[email protected]>
(cherry picked from commit bc60dc0)
ohltyler added a commit that referenced this pull request Oct 2, 2023
Signed-off-by: Tyler Ohlsen <[email protected]>
(cherry picked from commit bc60dc0)

Co-authored-by: Tyler Ohlsen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants