-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: add new feature to support text to visualization #264
Merged
ruanyl
merged 7 commits into
opensearch-project:main
from
ruanyl:text-to-visualization-new
Sep 11, 2024
Merged
feat: add new feature to support text to visualization #264
ruanyl
merged 7 commits into
opensearch-project:main
from
ruanyl:text-to-visualization-new
Sep 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruanyl
requested review from
lezzago,
joshuali925,
anirudha,
SuZhou-Joe,
xluo-aws,
gaobinlong,
Hailong-am,
wanglam and
raintygao
as code owners
August 27, 2024 05:25
ruanyl
force-pushed
the
text-to-visualization-new
branch
from
September 5, 2024 14:39
bb06fa1
to
117e630
Compare
A new visualization type visualization-nlq is added to support creating visualization from natural language. Signed-off-by: Yulong Ruan <[email protected]>
ruanyl
force-pushed
the
text-to-visualization-new
branch
from
September 6, 2024 07:32
117e630
to
3cc42d6
Compare
Signed-off-by: Yulong Ruan <[email protected]>
Signed-off-by: Yulong Ruan <[email protected]>
Signed-off-by: Yulong Ruan <[email protected]>
Hailong-am
approved these changes
Sep 9, 2024
Signed-off-by: Yulong Ruan <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #264 +/- ##
==========================================
- Coverage 90.34% 89.46% -0.89%
==========================================
Files 59 60 +1
Lines 1575 1671 +96
Branches 377 407 +30
==========================================
+ Hits 1423 1495 +72
- Misses 150 174 +24
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Yulong Ruan <[email protected]>
+ change the agent name of text2vega Signed-off-by: Yulong Ruan <[email protected]>
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Sep 11, 2024
* feat: add new feature to support text to visualization A new visualization type visualization-nlq is added to support creating visualization from natural language. Signed-off-by: Yulong Ruan <[email protected]> * update text2ppl agent name to be the same as query assistant Signed-off-by: Yulong Ruan <[email protected]> * move savedObjects to requiredBundles Signed-off-by: Yulong Ruan <[email protected]> * fix: move savedVisNLQLoader to be under text2viz feature flag Signed-off-by: Yulong Ruan <[email protected]> * fix: CI build error Signed-off-by: Yulong Ruan <[email protected]> * fix build error Signed-off-by: Yulong Ruan <[email protected]> * feat: limit text to vega input size to 400 + change the agent name of text2vega Signed-off-by: Yulong Ruan <[email protected]> --------- Signed-off-by: Yulong Ruan <[email protected]> (cherry picked from commit 4d60d51) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
ruanyl
pushed a commit
that referenced
this pull request
Sep 12, 2024
* feat: add new feature to support text to visualization A new visualization type visualization-nlq is added to support creating visualization from natural language. Signed-off-by: Yulong Ruan <[email protected]> * update text2ppl agent name to be the same as query assistant Signed-off-by: Yulong Ruan <[email protected]> * move savedObjects to requiredBundles Signed-off-by: Yulong Ruan <[email protected]> * fix: move savedVisNLQLoader to be under text2viz feature flag Signed-off-by: Yulong Ruan <[email protected]> * fix: CI build error Signed-off-by: Yulong Ruan <[email protected]> * fix build error Signed-off-by: Yulong Ruan <[email protected]> * feat: limit text to vega input size to 400 + change the agent name of text2vega Signed-off-by: Yulong Ruan <[email protected]> --------- Signed-off-by: Yulong Ruan <[email protected]> (cherry picked from commit 4d60d51) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
A new visualization type visualization-nlq is added to support creating visualization from natural language.
Text.to.visualization.mov
Description
[Describe what this change achieves]
Issues Resolved
[List any issues this PR will resolve]
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.