Skip to content

Commit

Permalink
Add experimental feature flag to dashboard assistant
Browse files Browse the repository at this point in the history
Signed-off-by: Songkan Tang <[email protected]>
  • Loading branch information
songkant-aws committed Jul 30, 2024
1 parent 98886f8 commit 5c91493
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _dashboards/dashboards-assistant/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,17 @@ The following screenshot shows a saved conversation, along with actions you can

<img width="700" src="{{site.url}}{{site.baseurl}}/images/dashboards/opensearch-assistant-save-notebook.png" alt="Notebooks interface with saved OpenSearch Assistant conversations">

## Enabling Experimental Assistant Features

Check failure on line 123 in _dashboards/dashboards-assistant/index.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.HeadingCapitalization] 'Enabling Experimental Assistant Features' is a heading and should be in sentence case. Raw Output: {"message": "[OpenSearch.HeadingCapitalization] 'Enabling Experimental Assistant Features' is a heading and should be in sentence case.", "location": {"path": "_dashboards/dashboards-assistant/index.md", "range": {"start": {"line": 123, "column": 4}}}, "severity": "ERROR"}
**Introduced 2.16**
{: .label .label-purple }

To enable experimental assistant features such as text to visualization feature or other contextual assistant features, locate your copy of the `opensearch_dashboards.yml` file and set the following option:

```yaml
assistant.next.enabled: true
```
{% include copy-curl.html %}

## Related articles

- [Getting started guide for OpenSearch Assistant in OpenSearch Dashboards](https://github.com/opensearch-project/dashboards-assistant/blob/main/GETTING_STARTED_GUIDE.md)
Expand Down

0 comments on commit 5c91493

Please sign in to comment.