-
Notifications
You must be signed in to change notification settings - Fork 22
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
add release note #115
Conversation
Signed-off-by: tygao <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
|
||
Compatible with OpenSearch and OpenSearch Dashboards Version 2.12.0 | ||
|
||
### Features |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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)) |
There was a problem hiding this comment.
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)) |
There was a problem hiding this comment.
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)) |
There was a problem hiding this comment.
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]>
Signed-off-by: tygao <[email protected]>
* 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>
* 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>
Description
add release note for 2.12 release
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.