Skip to content

Commit

Permalink
Add experimental feature flag to dashboard assistant (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#7855)

* Add experimental feature flag to dashboard assistant

Signed-off-by: Songkan Tang <[email protected]>

* Update _dashboards/dashboards-assistant/index.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Songkan Tang <[email protected]>

* Update _dashboards/dashboards-assistant/index.md

Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Songkan Tang <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
  • Loading branch information
2 people authored and mingshl committed Aug 2, 2024
1 parent 539b314 commit e335e38
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 Dashboards Assistant experimental features
**Introduced 2.16**
{: .label .label-purple }

To enable experimental assistant features, such as text to visualization, 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 e335e38

Please sign in to comment.