-
Notifications
You must be signed in to change notification settings - Fork 505
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
Remove experimental feature labels and flags for OS Assistant #6745
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9681203
Remove experimental feature labels and flags from OS Assistant-relate…
kolchfa-aws 11bf447
Change generally available to introduced
kolchfa-aws b5c74a2
Remove ML settings for OS Assistant
kolchfa-aws aa95dc7
Merge branch 'main' into assistant-ga
kolchfa-aws 6651fa9
Query assistant is enabled by default
kolchfa-aws 20ee91d
Revised per SME comments
kolchfa-aws File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,21 +39,22 @@ To simplify query building, the **OpenSearch Assistant** toolkit offers an assis | |
|
||
#### Enabling Query Assistant | ||
|
||
To enable **Query Assistant** in OpenSearch Dashboards, locate your copy of the `opensearch_dashboards.yml` file and set the following option: | ||
By default, **Query Assistant** is enabled in OpenSearch Dashboards. To configure Query Assistant, locate your copy of the `opensearch_dashboards.yml` file and set the following option: | ||
|
||
``` | ||
observability.query_assist.enabled: true | ||
```yaml | ||
observability.query_assist.ppl_agent_name: "PPL agent" | ||
``` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This part is no longer valid. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed. |
||
|
||
To enable summarization of responses, locate your copy of the `opensearch_dashboards.yml` file and set the following option: | ||
|
||
``` | ||
```yaml | ||
observability.summarize.enabled: true | ||
observability.summarize.response_summary_agent_name: "Response summary agent" | ||
observability.summarize.error_summary_agent_name: "Error summary agent" | ||
``` | ||
|
||
To disable Query Assistant, add `observability.query_assist.enabled: false` to your `opensearch_dashboards.yml`. | ||
|
||
#### Setting up Query Assistant | ||
|
||
To set up **Query Assistant**, follow the steps in the [Getting started guide](https://github.com/opensearch-project/dashboards-assistant/blob/main/GETTING_STARTED_GUIDE.md) on GitHub. This guide provides step-by-step setup instructions for **OpenSearch Assistant** and **Query Assistant**. To set up **Query Assistant** only, use the `query-assist-agent` template included in the guide. | ||
|
Oops, something went wrong.
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.
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.
We can keep this removed part and say if they want to disable it, they can set this setting to false.
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.
I added a sentence about that on line 50.