From 5c91493c69c91d647a2634f37b028e6800ceb86d Mon Sep 17 00:00:00 2001 From: Songkan Tang Date: Tue, 30 Jul 2024 13:30:12 +0800 Subject: [PATCH] Add experimental feature flag to dashboard assistant Signed-off-by: Songkan Tang --- _dashboards/dashboards-assistant/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_dashboards/dashboards-assistant/index.md b/_dashboards/dashboards-assistant/index.md index 1c2f0f8299..02bc06b87c 100644 --- a/_dashboards/dashboards-assistant/index.md +++ b/_dashboards/dashboards-assistant/index.md @@ -120,6 +120,17 @@ The following screenshot shows a saved conversation, along with actions you can Notebooks interface with saved OpenSearch Assistant conversations +## Enabling Experimental Assistant Features +**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)