-
Notifications
You must be signed in to change notification settings - Fork 163
Clarify agent builder enablement #3541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
b8b55bd
a4e835f
26b54fd
72e4c3c
d09ce8b
b3b2972
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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 | |
|
||
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,25 +33,39 @@ 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: | ||
|
||
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**. | ||
|
||
Refresh the browser page and 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 field](/explore-analyze/find-and-organize/find-apps-and-objects.md). | ||
|
||
::: | ||
|
||
:::{applies-item} serverless: | ||
|
||
{{agent-builder}} is enabled by default in serverless deployments. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. will be live on prod tomorrow There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can see it on QA |
||
|
||
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). | ||
|
||
::: | ||
|
||
:::: | ||
|
||
::::: | ||
|
||
::::{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 +94,4 @@ Once you've tested the default **Elastic AI Agent** with the [built-in Elastic t | |
|
||
:::: | ||
|
||
::::: | ||
:::::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Stack on the latest snapshot, I see it under "Stack Management".
Could we just say Go to Agent Builder using navigation menu?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah good point about the navs 😬
well here I'd default to the search because we can't give nice universal navigation instructions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d09ce8b