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 experimental feature flag to dashboard assistant #7855

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@

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

## Enabling Dashboards Assistant experimental 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 Dashboards Assistant experimental features' is a heading and should be in sentence case. Raw Output: {"message": "[OpenSearch.HeadingCapitalization] 'Enabling Dashboards Assistant experimental 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:
kolchfa-aws marked this conversation as resolved.
Show resolved Hide resolved

```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
Loading