You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/search/agent-builder/get-started.md
+22-6Lines changed: 22 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Refer to the [overview page](../elastic-agent-builder.md) for the full list of A
21
21
22
22
Learn how to get started by enabling the {{agent-builder}} features and begin chatting with your data.
23
23
24
-
:::::{stepper}
24
+
::::::{stepper}
25
25
::::{step} Set up an Elastic deployment
26
26
27
27
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
33
33
34
34
::::
35
35
36
-
::::{step} Enable {{agent-builder}}
36
+
:::::{step} Enable {{agent-builder}}
37
37
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.
39
43
40
44
You can enable the features using the UI:
41
45
42
46
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).
43
47
2. Toggle **{{agent-builder}}** to on.
44
48
3. Select **Save changes**.
45
49
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.
47
60
You can also search for **Agent Builder** in the [global search bar](/explore-analyze/find-and-organize/find-apps-and-objects.md).
48
61
62
+
:::
49
63
50
64
::::
51
65
66
+
:::::
67
+
52
68
::::{step} Ingest some data
53
69
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.
55
71
56
72
To learn about adding data for search use cases, go to [](/solutions/search/ingest-for-search.md).
57
73
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
Copy file name to clipboardExpand all lines: solutions/search/agent-builder/limitations-known-issues.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ These pages are currently hidden from the docs TOC and have `noindexed` meta hea
18
18
19
19
### Agent Builder not enabled by default
20
20
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.
22
22
23
23
### Model selection
24
24
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`.
26
26
27
27
Learn about [pricing](https://www.elastic.co/pricing/serverless-search) for the Elastic Managed LLM.
28
28
@@ -46,6 +46,8 @@ Error executing agent: No tool calls found in the response.
46
46
47
47
{{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)).
48
48
49
+
For non-serverless deployments, ensure your cluster supports the {{esql}} features you intend to use.
50
+
49
51
For a complete list of {{esql}} limitations, refer to the the [{{esql}} limitations documentation](elasticsearch://reference/query-languages/esql/limitations.md).
0 commit comments