Skip to content

Commit 36f40b4

Browse files
committed
incorporates review
1 parent 211f717 commit 36f40b4

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

explore-analyze/ai-features/ai-features.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,22 @@ products:
1414

1515
AI is built into many parts of the {{stack}}. This page describes Elastaic's AI-powered features, organized by solution, and provides links to more detailed information about each of them.
1616

17-
To learn about enabling and disabling these features in your deployment, refer to [](/explore-analyze/ai-features/manage-access-to-ai-assistant.md). To learn about setting up large language model (LLM) connectors used by AI-powered features, refer to [](/solutions/security/ai/set-up-connectors-for-large-language-models-llm.md).
17+
To learn about enabling and disabling these features in your deployment, refer to [](/explore-analyze/ai-features/manage-access-to-ai-assistant.md).
18+
19+
## Requirements
20+
21+
To use Elastic's AI-powered features, you need:
22+
23+
- An appropriate license and feature tier. These vary by solution and feature. Refer to each feature's documentation to learn more.
24+
- At least one working LLM connector. To learn about setting up large language model (LLM) connectors used by AI-powered features, refer to [](/solutions/security/ai/set-up-connectors-for-large-language-models-llm.md).
1825

1926

2027
## AI-powered features in {{es}}
2128

2229
### Agent builder
2330

2431
```{applies_to}
25-
stack: preview 9.2
32+
[Agent Builder](/solutions/search/elastic-agent-builder.md) enables you to create AI agents that can interact with your {{es}} data, execute queries, and provide intelligent responses. It provides a complete framework for building conversational AI experiences on top of your search infrastructure.
2633
serverless:
2734
elasticsearch: preview
2835
observability: unavailable
@@ -45,9 +52,12 @@ stack:
4552
serverless:
4653
```
4754

48-
[AI-powered search](/solutions/search/ai-search/ai-search.md) helps you find data based on intent and contextual meaning using vector search technology, which uses machine learning models to capture meaning in content. These vector representations come in two forms: dense vectors that capture overall meaning, and sparse vectors that focus on key terms and their relationships.
55+
[AI-powered search](/solutions/search/ai-search/ai-search.md) helps you find data based on intent and contextual meaning using vector search technology, which uses machine learning models to capture meaning in content.
4956

50-
Depending on your team's technical expertise and requirements, you can choose from two main paths to implement AI-powered search in {{es}}. You can use managed workflows that abstract away much of the complexity, or you can work directly with the underlying vector search technology.
57+
Depending on your team's technical expertise and requirements, you can choose from two broad paths:
58+
59+
- For a minimal configuration, managed workflow use [semantic_text](https://www.elastic.co/docs/solutions/search/semantic-search/semantic-search-semantic-text)
60+
- For more control over the implementation details, implement dense or sparse [vector search](https://www.elastic.co/docs/solutions/search/vector)
5161

5262
### Hybrid search
5363
```{applies_to}
@@ -81,7 +91,7 @@ stack:
8191
serverless:
8292
```
8393

84-
[](/solutions/observability/observability-ai-assistant.md) helps you understand, analyze, and interact with your Elastic data throughout {{kib}}. It provides a chat interface where you can ask questions about the {{stack}} and your data, and provides contextual insights throughout {{kib}} that explain errors and messages and suggest remediation steps.
94+
[](/solutions/observability/observability-ai-assistant.md) helps you understand, analyze, and interact with your Elastic data throughout {{kib}}. It provides a chat interface where you can ask questions about the {{stack}} and your data, and provides [contextual insights](/solutions/observability/observability-ai-assistant.md#obs-ai-prompts) throughout {{kib}} that explain errors and messages and suggest remediation steps.
8595

8696
### Streams
8797
```{applies_to}
@@ -103,7 +113,14 @@ stack: preview 9.1, ga 9.2
103113
serverless: ga
104114
stack: preview 9.1, ga 9.2
105115
```
106-
You can [generate Grok patterns](/solutions/observability/streams/management/extract/grok.md#streams-grok-patterns) using AI instead of writing them by by hand.
116+
You can [generate Grok patterns](/solutions/observability/streams/management/extract/grok.md#streams-grok-patterns) using AI instead of writing them by hand.
117+
118+
#### Generate stream descriptions and feature identification
119+
```{applies_to}
120+
serverless: ga
121+
stack: preview 9.1, ga 9.2
122+
```
123+
On the Streams [advanced settings](/solutions/observability/streams/management/advanced.md) page, you can use AI to generate your [stream description](/solutions/observability/streams/management/advanced.md#streams-advanced-description) and [feature identification](/solutions/observability/streams/management/advanced.md#streams-advanced-features).
107124

108125
## AI-powered features in {{elastic-sec}}
109126

0 commit comments

Comments
 (0)