Skip to content

Commit b8b55bd

Browse files
committed
Clarify agent builder enablement
1 parent 21ada1b commit b8b55bd

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed

solutions/search/agent-builder/get-started.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Refer to the [overview page](../elastic-agent-builder.md) for the full list of A
2121

2222
Learn how to get started by enabling the {{agent-builder}} features and begin chatting with your data.
2323

24-
:::::{stepper}
24+
::::::{stepper}
2525
::::{step} Set up an Elastic deployment
2626

2727
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,25 +33,41 @@ You can set up a new [space](/deploy-manage/manage-spaces.md) to use the solutio
3333

3434
::::
3535

36-
::::{step} Enable {{agent-builder}}
36+
:::::{step} Enable {{agent-builder}}
3737

38-
{{agent-builder}} is turned off by default in the initial release, so you need to enable the feature to get started.
38+
::::{applies-switch}
39+
40+
:::{applies-item} stack: preview 9.2
41+
42+
You have to enable {{agent-builder}} to get started on non-serverless deployments.
3943

4044
You can enable the features using the UI:
4145

4246
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).
4347
2. Toggle **{{agent-builder}}** to on.
4448
3. Select **Save changes**.
4549

46-
Refresh the browser page and find **Agents** in the navigation menu to begin using the feature.
50+
Find **Agents** in the navigation menu to begin using the feature.
51+
You can also search for **Agent Builder** in the [global search bar](/explore-analyze/find-and-organize/find-apps-and-objects.md).
52+
53+
:::
54+
55+
:::{applies-item} serverless:
56+
57+
{{agent-builder}} is enabled by default in serverless deployments.
58+
59+
Find **Agents** in the navigation menu to begin using the feature.
4760
You can also search for **Agent Builder** in the [global search bar](/explore-analyze/find-and-organize/find-apps-and-objects.md).
4861

62+
:::
4963

5064
::::
5165

66+
:::::
67+
5268
::::{step} Ingest some data
5369

54-
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.
70+
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.
5571

5672
To learn about adding data for search use cases, go to [](/solutions/search/ingest-for-search.md).
5773
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
8096

8197
::::
8298

83-
:::::
99+
::::::

solutions/search/agent-builder/limitations-known-issues.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ These pages are currently hidden from the docs TOC and have `noindexed` meta hea
1818

1919
### Agent Builder not enabled by default
2020

21-
While in private technical preview, {{agent-builder}} is not enabled by default. Refer to [Get started](get-started.md#enable-agent-builder) for instructions.
21+
{{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.
2222

2323
### Model selection
2424

25-
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`.
25+
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`.
2626

2727
Learn about [pricing](https://www.elastic.co/pricing/serverless-search) for the Elastic Managed LLM.
2828

@@ -46,6 +46,8 @@ Error executing agent: No tool calls found in the response.
4646

4747
{{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)).
4848

49+
For non-serverless deployments, ensure your cluster supports the {{esql}} features you intend to use.
50+
4951
For a complete list of {{esql}} limitations, refer to the the [{{esql}} limitations documentation](elasticsearch://reference/query-languages/esql/limitations.md).
5052

5153
### Misinterpreted SQL syntax as ES|QL

0 commit comments

Comments
 (0)