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

add release note #115

Merged
merged 5 commits into from
Feb 2, 2024
Merged

Conversation

raintygao
Copy link
Collaborator

@raintygao raintygao commented Jan 29, 2024

Description

add release note for 2.12 release

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test.
  • New functionality has user manual doc added.
  • 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: tygao <[email protected]>
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e045d11) 95.31% compared to head (745d5b0) 95.34%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   95.31%   95.34%   +0.02%     
==========================================
  Files          47       48       +1     
  Lines        1260     1268       +8     
  Branches      304      306       +2     
==========================================
+ Hits         1201     1209       +8     
  Misses         57       57              
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


Compatible with OpenSearch and OpenSearch Dashboards Version 2.12.0

### Features
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we call it Experimental Features? I remember we need to mark it as experimental, am I right? @wanglam

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. Since our plugin is experimental, we should use experimental features like ml-commons-dashboards 2.6

### Features

- Add asking Chatbot and getting response ([#2](https://github.com/opensearch-project/dashboards-assistant/pull/2))([88eb43e](https://github.com/opensearch-project/dashboards-assistant/commit/88eb43e))
- Add loading conversations and conversation ([7ceee22](https://github.com/opensearch-project/dashboards-assistant/commit/7ceee22))([d941234](https://github.com/opensearch-project/dashboards-assistant/commit/d941234))
Copy link
Member

@xluo-aws xluo-aws Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add conversation history management


### Features

- Add asking Chatbot and getting response ([#2](https://github.com/opensearch-project/dashboards-assistant/pull/2))([88eb43e](https://github.com/opensearch-project/dashboards-assistant/commit/88eb43e))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Integrate chatbot with agent framework


- Add asking Chatbot and getting response ([#2](https://github.com/opensearch-project/dashboards-assistant/pull/2))([88eb43e](https://github.com/opensearch-project/dashboards-assistant/commit/88eb43e))
- Add loading conversations and conversation ([7ceee22](https://github.com/opensearch-project/dashboards-assistant/commit/7ceee22))([d941234](https://github.com/opensearch-project/dashboards-assistant/commit/d941234))
- Support show how was it generated ([#25](https://github.com/opensearch-project/dashboards-assistant/pull/25))([94fed43](https://github.com/opensearch-project/dashboards-assistant/commit/94fed43))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Implement how was it generated function with agent framework API

Signed-off-by: tygao <[email protected]>
Signed-off-by: tygao <[email protected]>
Signed-off-by: tygao <[email protected]>
@raintygao raintygao merged commit 00b340e into opensearch-project:main Feb 2, 2024
10 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 2, 2024
* add release note

Signed-off-by: tygao <[email protected]>

* combine conversation operations

Signed-off-by: tygao <[email protected]>

* fix typo

Signed-off-by: tygao <[email protected]>

* add experimental

Signed-off-by: tygao <[email protected]>

* update

Signed-off-by: tygao <[email protected]>

---------

Signed-off-by: tygao <[email protected]>
(cherry picked from commit 00b340e)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
raintygao pushed a commit that referenced this pull request Feb 4, 2024
* add release note



* combine conversation operations



* fix typo



* add experimental



* update



---------


(cherry picked from commit 00b340e)

Signed-off-by: tygao <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
Labels
backport 2.x Trigger the backport flow to 2.x Skip-Changelog v2.12.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants