From b8b55bd1a8159c9346c6bf685e2fcd93fa365972 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:53:54 +0200 Subject: [PATCH 1/5] Clarify agent builder enablement --- solutions/search/agent-builder/get-started.md | 28 +++++++++++++++---- .../agent-builder/limitations-known-issues.md | 6 ++-- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/solutions/search/agent-builder/get-started.md b/solutions/search/agent-builder/get-started.md index fd32a0c49c..4ec99e8e51 100644 --- a/solutions/search/agent-builder/get-started.md +++ b/solutions/search/agent-builder/get-started.md @@ -21,7 +21,7 @@ Refer to the [overview page](../elastic-agent-builder.md) for the full list of A Learn how to get started by enabling the {{agent-builder}} features and begin chatting with your data. -:::::{stepper} +::::::{stepper} ::::{step} Set up an Elastic deployment If you don't already have an Elastic deployment, refer to [Select your deployment type](/solutions/search/get-started.md#choose-your-deployment-type). @@ -33,9 +33,13 @@ You can set up a new [space](/deploy-manage/manage-spaces.md) to use the solutio :::: -::::{step} Enable {{agent-builder}} +:::::{step} Enable {{agent-builder}} -{{agent-builder}} is turned off by default in the initial release, so you need to enable the feature to get started. +::::{applies-switch} + +:::{applies-item} stack: preview 9.2 + +You have to enable {{agent-builder}} to get started on non-serverless deployments. You can enable the features using the UI: @@ -43,15 +47,27 @@ You can enable the features using the UI: 2. Toggle **{{agent-builder}}** to on. 3. Select **Save changes**. -Refresh the browser page and find **Agents** in the navigation menu to begin using the feature. +Find **Agents** in the navigation menu to begin using the feature. +You can also search for **Agent Builder** in the [global search bar](/explore-analyze/find-and-organize/find-apps-and-objects.md). + +::: + +:::{applies-item} serverless: + +{{agent-builder}} is enabled by default in serverless deployments. + +Find **Agents** in the navigation menu to begin using the feature. You can also search for **Agent Builder** in the [global search bar](/explore-analyze/find-and-organize/find-apps-and-objects.md). +::: :::: +::::: + ::::{step} Ingest some data -Before you begin with agents, you need some data in your {{es}} cluster. Otherwise, you will be chatting to the underlying LLM without any retrieval-augmented context. +Before you begin with agents, you need some data in {{es}}. Otherwise, you will be chatting to the underlying LLM without any retrieval-augmented context. To learn about adding data for search use cases, go to [](/solutions/search/ingest-for-search.md). For a broader overview of ingestion options, go to [](/manage-data/ingest.md). @@ -80,4 +96,4 @@ Once you've tested the default **Elastic AI Agent** with the [built-in Elastic t :::: -::::: +:::::: diff --git a/solutions/search/agent-builder/limitations-known-issues.md b/solutions/search/agent-builder/limitations-known-issues.md index cffa7aa60d..b33a30d337 100644 --- a/solutions/search/agent-builder/limitations-known-issues.md +++ b/solutions/search/agent-builder/limitations-known-issues.md @@ -18,11 +18,11 @@ These pages are currently hidden from the docs TOC and have `noindexed` meta hea ### Agent Builder not enabled by default -While in private technical preview, {{agent-builder}} is not enabled by default. Refer to [Get started](get-started.md#enable-agent-builder) for instructions. +{{agent-builder}} must be enabled for non-serverless deployments {applies_to}`stack: preview 9.2`. Refer to [Get started](get-started.md#enable-agent-builder) for instructions. ### Model selection -Initially, {{agent-builder}} only supports working with the [Elastic Managed LLM](kibana://reference/connectors-kibana/elastic-managed-llm.md) running on the [Elastic Inference Service](/explore-analyze/elastic-inference/eis.md) {applies_to}`serverless: preview` {applies_to}`ess: preview 9.2`. +Initially, {{agent-builder}} only supports working with the [Elastic Managed LLM](kibana://reference/connectors-kibana/elastic-managed-llm.md) running on the [Elastic Inference Service](/explore-analyze/elastic-inference/eis.md) {applies_to}`stack: preview 9.2`. Learn about [pricing](https://www.elastic.co/pricing/serverless-search) for the Elastic Managed LLM. @@ -46,6 +46,8 @@ Error executing agent: No tool calls found in the response. {{esql}} tools are subject to the current limitations of the {{esql}} language itself. For example, [named parameters](elasticsearch://reference/query-languages/esql/esql-syntax.md#esql-function-named-params) (`?parameter_name`) do not currently work with the `LIKE` and `RLIKE` operators ([issue #131356](https://github.com/elastic/elasticsearch/issues/131356)). +For non-serverless deployments, ensure your cluster supports the {{esql}} features you intend to use. + For a complete list of {{esql}} limitations, refer to the the [{{esql}} limitations documentation](elasticsearch://reference/query-languages/esql/limitations.md). ### Misinterpreted SQL syntax as ES|QL From a4e835f3961bab23e9bf7dba6be68f85f318bd3f Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Mon, 20 Oct 2025 14:58:51 +0200 Subject: [PATCH 2/5] delete superfluous search step Co-authored-by: kosabogi <105062005+kosabogi@users.noreply.github.com> --- solutions/search/agent-builder/get-started.md | 1 - 1 file changed, 1 deletion(-) diff --git a/solutions/search/agent-builder/get-started.md b/solutions/search/agent-builder/get-started.md index 4ec99e8e51..d545fb6c02 100644 --- a/solutions/search/agent-builder/get-started.md +++ b/solutions/search/agent-builder/get-started.md @@ -57,7 +57,6 @@ You can also search for **Agent Builder** in the [global search bar](/explore-an {{agent-builder}} is enabled by default in serverless deployments. Find **Agents** in the navigation menu to begin using the feature. -You can also search for **Agent Builder** in the [global search bar](/explore-analyze/find-and-organize/find-apps-and-objects.md). ::: From 26b54fdc521738062f9208c3c5347affb245d56a Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Mon, 20 Oct 2025 15:06:36 +0200 Subject: [PATCH 3/5] Update navigation/search instructions for Agent Builder --- solutions/search/agent-builder/get-started.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/solutions/search/agent-builder/get-started.md b/solutions/search/agent-builder/get-started.md index d545fb6c02..272bd63154 100644 --- a/solutions/search/agent-builder/get-started.md +++ b/solutions/search/agent-builder/get-started.md @@ -43,12 +43,11 @@ You have to enable {{agent-builder}} to get started on non-serverless deployment You can enable the features using the UI: -1. Navigate to **Agent Builder** under **AI** using the navigation menu or the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). +1. Navigate to **Management > AI > Agent Builder** using the navigation menu or search for **AI / Agent Builder** in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). 2. Toggle **{{agent-builder}}** to on. 3. Select **Save changes**. -Find **Agents** in the navigation menu to begin using the feature. -You can also search for **Agent Builder** in the [global search bar](/explore-analyze/find-and-organize/find-apps-and-objects.md). +Find **Agents** in the navigation menu to begin using the feature, or search for **Agents** in the [global search bar](/explore-analyze/find-and-organize/find-apps-and-objects.md). ::: From 72e4c3c86f646c98890b6370de910c926e450036 Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Mon, 20 Oct 2025 15:12:02 +0200 Subject: [PATCH 4/5] restore symmetry in tabs --- solutions/search/agent-builder/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/search/agent-builder/get-started.md b/solutions/search/agent-builder/get-started.md index 272bd63154..ca7ca2674a 100644 --- a/solutions/search/agent-builder/get-started.md +++ b/solutions/search/agent-builder/get-started.md @@ -47,7 +47,7 @@ You can enable the features using the UI: 2. Toggle **{{agent-builder}}** to on. 3. Select **Save changes**. -Find **Agents** in the navigation menu to begin using the feature, or search for **Agents** in the [global search bar](/explore-analyze/find-and-organize/find-apps-and-objects.md). +Find **Agents** in the navigation menu to begin using the feature, or search for **Agents** in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). ::: @@ -55,7 +55,7 @@ Find **Agents** in the navigation menu to begin using the feature, or search for {{agent-builder}} is enabled by default in serverless deployments. -Find **Agents** in the navigation menu to begin using the feature. +Find **Agents** in the navigation menu to begin using the feature, or search for **Agents** in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). ::: From d09ce8b34c74b0cd463e2e10b31c0eb6943c8bd5 Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Mon, 20 Oct 2025 15:26:54 +0200 Subject: [PATCH 5/5] Simplify instructions for enabling Agent Builder due to inconsistent navs --- solutions/search/agent-builder/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/search/agent-builder/get-started.md b/solutions/search/agent-builder/get-started.md index ca7ca2674a..a364b0e091 100644 --- a/solutions/search/agent-builder/get-started.md +++ b/solutions/search/agent-builder/get-started.md @@ -43,7 +43,7 @@ You have to enable {{agent-builder}} to get started on non-serverless deployment You can enable the features using the UI: -1. Navigate to **Management > AI > Agent Builder** using the navigation menu or search for **AI / Agent Builder** in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). +1. Search for **AI / Agent Builder** in the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). 2. Toggle **{{agent-builder}}** to on. 3. Select **Save changes**.