Skip to content

Commit 7f3fa71

Browse files
committed
Adds platform section, rearranges sections.
1 parent e558948 commit 7f3fa71

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

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

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,72 +18,75 @@ To learn about enabling and disabling these features in your deployment, refer t
1818

1919
For pricing information, refer to [pricing](https://www.elastic.co/pricing).
2020

21-
## Requirements
21+
## Requirements
2222

2323
- To use Elastic's AI-powered features, you need an appropriate license and feature tier. These vary by solution and feature. Refer to each feature's documentation to learn more.
2424
- Most features require 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).
2525

26+
## AI-powered features on the Elastic platform
2627

27-
## AI-powered features in {{es}}
28-
29-
### Agent builder
30-
28+
### Elastic {{infer-cap}}
3129
```{applies_to}
30+
stack:
3231
serverless:
33-
elasticsearch: preview
34-
observability: unavailable
35-
security: unavailable
3632
```
3733

38-
[Agent Builder](/solutions/search/elastic-agent-builder.md) enables you to create AI agents that can interact with your Elasticsearch data, run queries, and provide intelligent responses. It provides a complete framework for building conversational AI experiences on top of your search infrastructure.
34+
[Elastic {{infer-cap}}](/explore-analyze/elastic-inference.md) enables you to use {{ml}} or AI models to make predictions or enact operations — such as text embedding, or reranking - on your data.
3935

40-
### AI assistant
36+
To learn more, refer to:
37+
38+
- [Elastic {{infer-cap}} Service (EIS)](/explore-analyze/elastic-inference/eis.md): a managed service that runs {{infer}} outside your cluster resources.
39+
- [The {{infer}} API](/explore-analyze/elastic-inference/inference-api.md): a general-purpose API that enables you to run {{infer}} using EIS, your own models, or third-party services.
40+
41+
### Natural language processing
4142
```{applies_to}
4243
stack:
4344
serverless:
4445
```
46+
Natural Language Processing (NLP) enables you to analyze natural language data and make predictions.
4547

46-
[](/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.
48+
Elastic offers a range of [built-in NLP models](/explore-analyze/machine-learning/nlp/ml-nlp-built-in-models.md) such as the Elastic-trained [ELSER](/explore-analyze/machine-learning/nlp/ml-nlp-elser.md). You can also [deploy custom models](/explore-analyze/machine-learning/nlp/ml-nlp-overview.md).
49+
50+
## AI-powered features in {{es}}
51+
52+
### Agent builder
4753

48-
### Elastic inference
4954
```{applies_to}
50-
stack:
5155
serverless:
56+
elasticsearch: preview
57+
observability: unavailable
58+
security: unavailable
5259
```
53-
[Elastic Inference](/explore-analyze/elastic-inference.md) helps you use machine learning models to make predictions or enact operations — such as text embedding, or reranking - on your data.
5460

55-
To learn more, refer to:
56-
57-
- [Elastic Inference Service (EIS)](/explore-analyze/elastic-inference/eis.md): a managed service that runs inference outside your cluster resources.
58-
- [The inference API](/explore-analyze/elastic-inference/inference-api.md): a general-purpose API that enables you to run inference using EIS, your own models, or third-party services.
61+
[Agent Builder](/solutions/search/elastic-agent-builder.md) enables you to create AI agents that can interact with your {{es}} data, run queries, and provide intelligent responses. It provides a complete framework for building conversational AI experiences on top of your search infrastructure.
5962

60-
### Natural language processing
63+
### AI assistant for {{es}}
6164
```{applies_to}
6265
stack:
6366
serverless:
6467
```
65-
Natural Language Processing (NLP) allows you to analyze natural language data and make predictions.
6668

67-
Elastic offers a range of [built-in NLP models](/explore-analyze/machine-learning/nlp/ml-nlp-built-in-models.md) such as the Elastic-trained [ELSER](/explore-analyze/machine-learning/nlp/ml-nlp-elser.md). You can also [deploy custom models](/explore-analyze/machine-learning/nlp/ml-nlp-overview.md).
69+
[](/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.
6870

6971
### AI-powered search
7072
```{applies_to}
7173
stack:
7274
serverless:
7375
```
7476

75-
[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.
77+
[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 {{ml}} models to capture meaning in content.
7678

77-
Depending on your team's technical expertise and requirements, you can choose from two broad paths:
79+
Depending on your team's technical expertise and requirements, you can choose from two broad paths:
7880

79-
- For a minimal configuration, managed workflow use [semantic_text](https://www.elastic.co/docs/solutions/search/semantic-search/semantic-search-semantic-text)
80-
- For more control over the implementation details, implement dense or sparse [vector search](https://www.elastic.co/docs/solutions/search/vector)
81+
- For a minimal configuration, managed workflow use [semantic_text](https://www.elastic.co/docs/solutions/search/semantic-search/semantic-search-semantic-text) which is the recommended way to perform semantic search.
82+
- For more control over the implementation details, implement dense or sparse [vector search](https://www.elastic.co/docs/solutions/search/vector).
8183

8284
### Hybrid search
8385
```{applies_to}
8486
stack:
8587
serverless:
8688
```
89+
8790
[Hybrid search](/solutions/search/hybrid-search.md) combines traditional full-text search with AI-powered search for more powerful search experiences that serve a wider range of user needs.
8891

8992
### Playground
@@ -102,10 +105,9 @@ serverless:
102105

103106
The [Model Context Protocol (MCP)](/solutions/search/mcp.md) lets you connect AI agents and assistants to your {{es}} data to enable natural language interactions with your indices.
104107

105-
106108
## AI-powered features in {{observability}}
107109

108-
### AI assistant
110+
### AI assistant for {{observability}}
109111
```{applies_to}
110112
stack:
111113
serverless:

0 commit comments

Comments
 (0)